Searched refs:cmd_free (Results 1 – 6 of 6) sorted by relevance
/drivers/block/ |
D | cpqarray.c | 148 static void cmd_free(ctlr_info_t *h, cmdlist_t *c, int got_from_pool); 1091 cmd_free(h, c, 1); in do_ida_intr() 1260 cmd_free(h, c, 0); in ida_ctlr_ioctl() 1278 cmd_free(h, c, 0); in ida_ctlr_ioctl() 1295 cmd_free(h, c, 0); in ida_ctlr_ioctl() 1350 cmd_free(h, c, 0); in ida_ctlr_ioctl() 1387 static void cmd_free(ctlr_info_t *h, cmdlist_t *c, int got_from_pool) in cmd_free() function 1479 cmd_free(info_p, c, 1); in sendcmd() 1487 cmd_free(info_p, c, 1); in sendcmd() 1499 cmd_free(info_p, c, 1); in sendcmd() [all …]
|
D | cciss_scsi.c | 54 static void cmd_free(ctlr_info_t *h, CommandList_struct *c); 1638 cmd_free(h, c); in wait_for_device_to_become_ready()
|
D | cciss.c | 1044 static void cmd_free(ctlr_info_t *h, CommandList_struct *c) in cmd_free() function 1852 cmd_free(h, c); in cciss_softirq_done()
|
/drivers/isdn/icn/ |
D | icn.h | 237 #define cmd_free ((readb(&cmd_i) >= readb(&cmd_o)) ? \ macro
|
D | icn.c | 1044 count = cmd_free; in icn_writecmd()
|
/drivers/scsi/ |
D | hpsa.c | 204 static void cmd_free(struct ctlr_info *h, struct CommandList *c); 1647 cmd_free(h, c); in process_ioaccel2_completion() 1662 cmd_free(h, c); in process_ioaccel2_completion() 1677 cmd_free(h, c); in process_ioaccel2_completion() 1713 cmd_free(h, cp); in complete_scsi_command() 1748 cmd_free(h, cp); in complete_scsi_command() 1929 cmd_free(h, cp); in complete_scsi_command() 2573 cmd_free(h, c); in hpsa_volume_offline() 4013 cmd_free(h, c); in hpsa_scsi_queue_command_lck() 4021 cmd_free(h, c); in hpsa_scsi_queue_command_lck() [all …]
|