Searched refs:fw_sts_ptr (Results 1 – 3 of 3) sorted by relevance
715 uint8_t *fw_sts_ptr; in qla2x00_process_loopback() local916 fw_sts_ptr = ((uint8_t *)bsg_job->req->sense) + in qla2x00_process_loopback()918 memcpy(fw_sts_ptr, response, sizeof(response)); in qla2x00_process_loopback()919 fw_sts_ptr += sizeof(response); in qla2x00_process_loopback()920 *fw_sts_ptr = command_sent; in qla2x00_process_loopback()
1401 uint8_t* fw_sts_ptr; in qla24xx_els_ct_entry() local1446 fw_sts_ptr = ((uint8_t*)bsg_job->req->sense) + sizeof(struct fc_bsg_reply); in qla24xx_els_ct_entry()1447 memcpy( fw_sts_ptr, fw_status, sizeof(fw_status)); in qla24xx_els_ct_entry()1460 fw_sts_ptr = ((uint8_t*)bsg_job->req->sense) + sizeof(struct fc_bsg_reply); in qla24xx_els_ct_entry()1461 memcpy( fw_sts_ptr, fw_status, sizeof(fw_status)); in qla24xx_els_ct_entry()
2191 uint8_t *fw_sts_ptr; in qlafx00_ioctl_iosb_entry() local2222 fw_sts_ptr = ((uint8_t *)bsg_job->req->sense) + in qlafx00_ioctl_iosb_entry()2225 memcpy(fw_sts_ptr, (uint8_t *)&fstatus, in qlafx00_ioctl_iosb_entry()2236 (uint8_t *)fw_sts_ptr, sizeof(struct qla_mt_iocb_rsp_fx00)); in qlafx00_ioctl_iosb_entry()