Home
last modified time | relevance | path

Searched refs:sendcmd_withirq (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/block/
Dcciss.c191 static int sendcmd_withirq(ctlr_info_t *h, __u8 cmd, void *buff, size_t size,
1884 rc = sendcmd_withirq(h, CISS_INQUIRY, inq_buf, sizeof(*inq_buf), 0, in cciss_get_device_descr()
1920 rc = sendcmd_withirq(h, CISS_INQUIRY, buf, in cciss_get_serial_no()
2306 return_code = sendcmd_withirq(h, CISS_REPORT_LOG, ld_buff, in rebuild_lun_table()
2821 static int sendcmd_withirq(ctlr_info_t *h, __u8 cmd, void *buff, size_t size, in sendcmd_withirq() function
2852 return_code = sendcmd_withirq(h, CISS_INQUIRY, inq_buff, in cciss_geometry_inquiry()
2900 return_code = sendcmd_withirq(h, CCISS_READ_CAPACITY, buf, in cciss_read_capacity()
2927 return_code = sendcmd_withirq(h, CCISS_READ_CAPACITY_16, in cciss_read_capacity_16()
5157 return_code = sendcmd_withirq(h, CISS_INQUIRY, inq_buff, in cciss_init_one()
5215 return_code = sendcmd_withirq(h, CCISS_CACHE_FLUSH, flush_buf, in cciss_shutdown()
Dcciss_scsi.c1671 rc = sendcmd_withirq(h, CCISS_RESET_MSG, NULL, 0, 0, lunaddr, in cciss_eh_device_reset_handler()
1697 rc = sendcmd_withirq(h, CCISS_ABORT_MSG, &cmd_to_abort->Header.Tag, in cciss_eh_abort_handler()