Home
last modified time | relevance | path

Searched refs:cmd_alloc (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/block/
Dcpqarray.c147 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool);
919 if ((c = cmd_alloc(h,1)) == NULL) in do_ida_request()
1242 if ((c = cmd_alloc(h, 0)) == NULL) in ida_ctlr_ioctl()
1360 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool) in cmd_alloc() function
1422 c = cmd_alloc(info_p, 1); in sendcmd()
Dcciss_scsi.c52 static CommandList_struct *cmd_alloc(ctlr_info_t *h);
1579 c = cmd_alloc(h); in wait_for_device_to_become_ready()
Dcciss.c990 static CommandList_struct *cmd_alloc(ctlr_info_t *h) in cmd_alloc() function
2690 c = cmd_alloc(h); in cciss_send_reset()
3323 c = cmd_alloc(h); in do_cciss_request()
/linux-4.4.14/drivers/scsi/
Dhpsa.c238 static struct CommandList *cmd_alloc(struct ctlr_info *h);
2798 c = cmd_alloc(h); in hpsa_scsi_do_inquiry()
2826 c = cmd_alloc(h); in hpsa_send_reset()
3070 c = cmd_alloc(h); in hpsa_get_raid_map()
3112 c = cmd_alloc(h); in hpsa_bmic_sense_subsystem_information()
3143 c = cmd_alloc(h); in hpsa_bmic_id_controller()
3172 c = cmd_alloc(h); in hpsa_bmic_id_physical_device()
3367 c = cmd_alloc(h); in hpsa_scsi_do_report_luns()
3483 c = cmd_alloc(h); in hpsa_volume_offline()
3558 c = cmd_alloc(h); in hpsa_device_supports_aborts()
[all …]
Dmvumi.c1453 int cmd_alloc = 0; in mvumi_inquiry() local
1459 cmd_alloc = 1; in mvumi_inquiry()
1492 if (cmd_alloc) in mvumi_inquiry()