Home
last modified time | relevance | path

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

/linux-3.3/drivers/block/
Dcpqarray.c147 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool);
921 if ((c = cmd_alloc(h,1)) == NULL) in do_ida_request()
1243 if ((c = cmd_alloc(h, 0)) == NULL) in ida_ctlr_ioctl()
1361 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool) in cmd_alloc() function
1423 c = cmd_alloc(info_p, 1); in sendcmd()
Dcciss_scsi.c52 static CommandList_struct *cmd_alloc(ctlr_info_t *h);
1593 c = cmd_alloc(h); in wait_for_device_to_become_ready()
Dcciss.c970 static CommandList_struct *cmd_alloc(ctlr_info_t *h) in cmd_alloc() function
2673 c = cmd_alloc(h); in cciss_send_reset()
3306 c = cmd_alloc(h); in do_cciss_request()
/linux-3.3/drivers/scsi/
Dhpsa.c147 static struct CommandList *cmd_alloc(struct ctlr_info *h);
2087 c = cmd_alloc(h); in hpsa_scsi_queue_command_lck()
2332 static struct CommandList *cmd_alloc(struct ctlr_info *h) in cmd_alloc() function
2838 c = cmd_alloc(h); in hpsa_send_host_reset()