Searched refs:sense_ptr (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A Desp_scsi.c395 (ent->sense_ptr - cmd->sense_buffer); esp_cur_dma_addr()
410 (ent->sense_ptr - cmd->sense_buffer); esp_cur_dma_len()
421 ent->sense_ptr += len; esp_advance_dma()
459 ent->saved_sense_ptr = ent->sense_ptr; esp_save_pointers()
473 ent->sense_ptr = ent->saved_sense_ptr; esp_restore_pointers()
647 if (!ent->sense_ptr) { esp_autosense()
651 ent->sense_ptr = cmd->sense_buffer; esp_autosense()
653 ent->sense_ptr, esp_autosense()
657 ent->saved_sense_ptr = ent->sense_ptr; esp_autosense()
909 ent->sense_ptr = NULL; esp_cmd_is_done()
1273 ent->sense_ptr = NULL; esp_finish_select()
1367 ent->sense_ptr[bytes_sent] = bval; esp_data_bytes_sent()
2052 ent->sense_ptr = NULL; esp_reset_cleanup_one()
H A Desp_scsi.h294 unsigned char *sense_ptr; member in struct:esp_cmd_entry
H A Dadvansys.c340 uchar *sense_ptr; member in struct:asc_scsi_bios_req_q
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_mr.c2557 uint8_t *sense_ptr; qlafx00_status_cont_entry() local
2584 sense_ptr = GET_CMD_SENSE_PTR(sp); qlafx00_status_cont_entry()
2586 "sp=%p sense_len=0x%x sense_ptr=%p.\n", qlafx00_status_cont_entry()
2587 sp, sense_len, sense_ptr); qlafx00_status_cont_entry()
2597 memcpy(sense_ptr, pkt->data, sense_sz); qlafx00_status_cont_entry()
2599 sense_ptr, sense_sz); qlafx00_status_cont_entry()
2602 sense_ptr += sense_sz; qlafx00_status_cont_entry()
2604 SET_CMD_SENSE_PTR(sp, sense_ptr); qlafx00_status_cont_entry()
H A Dqla_isr.c2401 uint8_t *sense_ptr; qla2x00_status_cont_entry() local
2407 sense_ptr = GET_CMD_SENSE_PTR(sp); qla2x00_status_cont_entry()
2426 memcpy(sense_ptr, pkt->data, sense_sz); qla2x00_status_cont_entry()
2428 sense_ptr, sense_sz); qla2x00_status_cont_entry()
2431 sense_ptr += sense_sz; qla2x00_status_cont_entry()
2433 SET_CMD_SENSE_PTR(sp, sense_ptr); qla2x00_status_cont_entry()
/linux-4.4.14/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c6131 unsigned long *sense_ptr; megasas_mgmt_fw_ioctl() local
6220 sense_ptr = megasas_mgmt_fw_ioctl()
6222 *sense_ptr = cpu_to_le32(sense_handle); megasas_mgmt_fw_ioctl()
6254 * sense_ptr points to the location that has the user megasas_mgmt_fw_ioctl()
6257 sense_ptr = (unsigned long *) ((unsigned long)ioc->frame.raw + megasas_mgmt_fw_ioctl()
6260 if (copy_to_user((void __user *)((unsigned long)(*sense_ptr)), megasas_mgmt_fw_ioctl()
6496 * The sense_ptr is used in megasas_mgmt_fw_ioctl only when megasas_mgmt_compat_ioctl_fw()

Completed in 397 milliseconds