Home
last modified time | relevance | path

Searched refs:fc_bsg_reply (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_bsg.c910 bsg_job->reply_len = sizeof(struct fc_bsg_reply) + in qla2x00_process_loopback()
913 sizeof(struct fc_bsg_reply); in qla2x00_process_loopback()
1061 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla84xx_updatefw()
1241 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla84xx_mgmt_cmd()
1343 bsg_job->reply_len = sizeof(struct fc_bsg_reply) + in qla24xx_iidma()
1347 sizeof(struct fc_bsg_reply); in qla24xx_iidma()
1541 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla2x00_update_fru_versions()
1588 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla2x00_read_fru_status()
1633 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla2x00_write_fru_status()
1676 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla2x00_write_i2c()
[all …]
Dqla_isr.c1362 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla2x00_ct_entry()
1435 bsg_job->reply_len = sizeof(struct fc_bsg_reply) + sizeof(fw_status); in qla24xx_els_ct_entry()
1449 fw_sts_ptr = ((uint8_t*)bsg_job->req->sense) + sizeof(struct fc_bsg_reply); in qla24xx_els_ct_entry()
1463 fw_sts_ptr = ((uint8_t*)bsg_job->req->sense) + sizeof(struct fc_bsg_reply); in qla24xx_els_ct_entry()
2015 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla25xx_process_bidir_status_iocb()
Dqla_mr.c2246 sizeof(struct fc_bsg_reply); in qlafx00_ioctl_iosb_entry()
2250 bsg_job->reply_len = sizeof(struct fc_bsg_reply) + in qlafx00_ioctl_iosb_entry()
/linux-4.4.14/include/uapi/scsi/
Dscsi_bsg_fc.h297 struct fc_bsg_reply { struct
/linux-4.4.14/include/scsi/
Dscsi_transport_fc.h648 struct fc_bsg_reply *reply;
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_fc.c890 struct fc_bsg_reply *jr = job->reply; in zfcp_fc_ct_els_job_handler()