Searched refs:fw_sts_ptr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_bsg.c622 uint8_t *fw_sts_ptr; local
798 fw_sts_ptr = ((uint8_t *)bsg_job->req->sense) +
801 memcpy(fw_sts_ptr, response, sizeof(response));
802 fw_sts_ptr += sizeof(response);
803 *fw_sts_ptr = command_sent;
815 fw_sts_ptr = ((uint8_t *)bsg_job->req->sense) +
817 memcpy(fw_sts_ptr, response, sizeof(response));
818 fw_sts_ptr += sizeof(response);
819 *fw_sts_ptr = command_sent;
H A Dqla_isr.c1078 uint8_t* fw_sts_ptr; local
1123 fw_sts_ptr = ((uint8_t*)bsg_job->req->sense) + sizeof(struct fc_bsg_reply);
1124 memcpy( fw_sts_ptr, fw_status, sizeof(fw_status));
1135 fw_sts_ptr = ((uint8_t*)bsg_job->req->sense) + sizeof(struct fc_bsg_reply);
1136 memcpy( fw_sts_ptr, fw_status, sizeof(fw_status));

Completed in 47 milliseconds