Home
last modified time | relevance | path

Searched refs:fw_sts_ptr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_bsg.c711 uint8_t *fw_sts_ptr; in qla2x00_process_loopback() local
912 fw_sts_ptr = ((uint8_t *)bsg_job->req->sense) + in qla2x00_process_loopback()
914 memcpy(fw_sts_ptr, response, sizeof(response)); in qla2x00_process_loopback()
915 fw_sts_ptr += sizeof(response); in qla2x00_process_loopback()
916 *fw_sts_ptr = command_sent; in qla2x00_process_loopback()
Dqla_isr.c1404 uint8_t* fw_sts_ptr; in qla24xx_els_ct_entry() local
1449 fw_sts_ptr = ((uint8_t*)bsg_job->req->sense) + sizeof(struct fc_bsg_reply); in qla24xx_els_ct_entry()
1450 memcpy( fw_sts_ptr, fw_status, sizeof(fw_status)); 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()
1464 memcpy( fw_sts_ptr, fw_status, sizeof(fw_status)); in qla24xx_els_ct_entry()
Dqla_mr.c2214 uint8_t *fw_sts_ptr; in qlafx00_ioctl_iosb_entry() local
2245 fw_sts_ptr = ((uint8_t *)bsg_job->req->sense) + in qlafx00_ioctl_iosb_entry()
2248 memcpy(fw_sts_ptr, (uint8_t *)&fstatus, in qlafx00_ioctl_iosb_entry()
2259 (uint8_t *)fw_sts_ptr, sizeof(struct qla_mt_iocb_rsp_fx00)); in qlafx00_ioctl_iosb_entry()