Searched refs:sendcmd_withirq (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/block/ |
D | cciss.c | 189 static int sendcmd_withirq(ctlr_info_t *h, __u8 cmd, void *buff, size_t size, 1900 rc = sendcmd_withirq(h, CISS_INQUIRY, inq_buf, sizeof(*inq_buf), 0, in cciss_get_device_descr() 1936 rc = sendcmd_withirq(h, CISS_INQUIRY, buf, in cciss_get_serial_no() 2322 return_code = sendcmd_withirq(h, CISS_REPORT_LOG, ld_buff, in rebuild_lun_table() 2837 static int sendcmd_withirq(ctlr_info_t *h, __u8 cmd, void *buff, size_t size, in sendcmd_withirq() function 2868 return_code = sendcmd_withirq(h, CISS_INQUIRY, inq_buff, in cciss_geometry_inquiry() 2916 return_code = sendcmd_withirq(h, CCISS_READ_CAPACITY, buf, in cciss_read_capacity() 2943 return_code = sendcmd_withirq(h, CCISS_READ_CAPACITY_16, in cciss_read_capacity_16() 5172 return_code = sendcmd_withirq(h, CISS_INQUIRY, inq_buff, in cciss_init_one() 5230 return_code = sendcmd_withirq(h, CCISS_CACHE_FLUSH, flush_buf, in cciss_shutdown()
|
D | cciss_scsi.c | 1670 rc = sendcmd_withirq(h, CCISS_RESET_MSG, NULL, 0, 0, lunaddr, in cciss_eh_device_reset_handler() 1696 rc = sendcmd_withirq(h, CCISS_ABORT_MSG, &cmd_to_abort->Header.Tag, in cciss_eh_abort_handler()
|