mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 05:06:31 +00:00
qla2x00t-32gbit: Backport the BSG code
Backport the BSG code that was introduced in the previous commit.
This commit is contained in:
@@ -3021,7 +3021,7 @@ done:
|
||||
return 0;
|
||||
}
|
||||
|
||||
int qla2x00_mailbox_passthru(struct bsg_job *bsg_job)
|
||||
int qla2x00_mailbox_passthru(BSG_JOB_TYPE *bsg_job)
|
||||
{
|
||||
struct fc_bsg_reply *bsg_reply = bsg_job->reply;
|
||||
scsi_qla_host_t *vha = shost_priv(fc_bsg_to_shost(bsg_job));
|
||||
|
||||
@@ -666,7 +666,7 @@ extern int qla2xxx_get_vpd_field(scsi_qla_host_t *, char *, char *, size_t);
|
||||
|
||||
extern void qla2xxx_flash_npiv_conf(scsi_qla_host_t *);
|
||||
extern int qla24xx_read_fcp_prio_cfg(scsi_qla_host_t *);
|
||||
extern int qla2x00_mailbox_passthru(struct bsg_job *bsg_job);
|
||||
extern int qla2x00_mailbox_passthru(BSG_JOB_TYPE *bsg_job);
|
||||
int __qla_copy_purex_to_buffer(struct scsi_qla_host *vha, void **pkt,
|
||||
struct rsp_que **rsp, u8 *buf, u32 buf_len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user