Home
last modified time | relevance | path

Searched refs:fill_cmd (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dhpsa.c210 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h,
2150 if (fill_cmd(c, HPSA_INQUIRY, h, buf, bufsize, in hpsa_scsi_do_inquiry()
2180 if (fill_cmd(c, BMIC_SENSE_CONTROLLER_PARAMETERS, h, buf, bufsize, in hpsa_bmic_ctrl_mode_sense()
2211 (void) fill_cmd(c, HPSA_DEVICE_RESET_MSG, h, NULL, 0, 0, in hpsa_send_reset()
2335 if (fill_cmd(c, HPSA_GET_RAID_MAP, h, &this_device->raid_map, in hpsa_get_raid_map()
2370 rc = fill_cmd(c, BMIC_IDENTIFY_PHYSICAL_DEVICE, h, buf, bufsize, in hpsa_bmic_id_physical_device()
2504 if (fill_cmd(c, logical ? HPSA_REPORT_LOG : HPSA_REPORT_PHYS, h, in hpsa_scsi_do_report_luns()
2614 (void) fill_cmd(c, TEST_UNIT_READY, h, NULL, 0, 0, scsi3addr, TYPE_CMD); in hpsa_volume_offline()
4312 (void) fill_cmd(c, TEST_UNIT_READY, h, in wait_for_device_to_become_ready()
4429 (void) fill_cmd(c, HPSA_ABORT_MSG, h, abort, in hpsa_send_abort()
[all …]
/linux-4.1.27/drivers/block/
Dcciss_scsi.c47 static int fill_cmd(ctlr_info_t *h, CommandList_struct *c, __u8 cmd, void *buff,
1601 rc = fill_cmd(h, c, TEST_UNIT_READY, NULL, 0, 0, in wait_for_device_to_become_ready()
Dcciss.c2526 static int fill_cmd(ctlr_info_t *h, CommandList_struct *c, __u8 cmd, void *buff, in fill_cmd() function
2677 return_status = fill_cmd(h, c, CCISS_RESET_MSG, NULL, 0, 0, in cciss_send_reset()
2831 return_status = fill_cmd(h, c, cmd, buff, size, page_code, in sendcmd_withirq()