Searched refs:cmdlist_t (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/block/ |
D | cpqarray.h | 62 void (*submit_command)(ctlr_info_t *h, cmdlist_t *c); 104 cmdlist_t *reqQ; 105 cmdlist_t *cmpQ; 106 cmdlist_t *cmd_pool;
|
D | cpqarray.c | 147 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool); 148 static void cmd_free(ctlr_info_t *h, cmdlist_t *c, int got_from_pool); 171 static inline void addQ(cmdlist_t **Qptr, cmdlist_t *c); 172 static inline cmdlist_t *removeQ(cmdlist_t **Qptr, cmdlist_t *c); 173 static inline void complete_command(cmdlist_t *cmd, int timeout); 236 cmdlist_t *c; in ida_proc_show() 342 NR_CMDS * sizeof(cmdlist_t), (hba[i]->cmd_pool), in cpqarray_remove_one() 423 hba[i]->pci_dev, NR_CMDS * sizeof(cmdlist_t), in cpqarray_register_ctlr() 432 memset(hba[i]->cmd_pool, 0, NR_CMDS * sizeof(cmdlist_t)); in cpqarray_register_ctlr() 487 pci_free_consistent(hba[i]->pci_dev, NR_CMDS*sizeof(cmdlist_t), in cpqarray_register_ctlr() [all …]
|
D | smart1,2.h | 42 static void smart4_submit_command(ctlr_info_t *h, cmdlist_t *c) in smart4_submit_command() 121 static void smart2_submit_command(ctlr_info_t *h, cmdlist_t *c) in smart2_submit_command() 157 static void smart2e_submit_command(ctlr_info_t *h, cmdlist_t *c) in smart2e_submit_command() 207 static void smart1_submit_command(ctlr_info_t *h, cmdlist_t *c) in smart1_submit_command() 258 if (cmd) ((cmdlist_t*)bus_to_virt(cmd))->req.hdr.rcode = status; in smart1_completed()
|
D | ida_cmd.h | 98 } cmdlist_t; typedef
|