Searched refs:cmdlist_t (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/block/ |
D | cpqarray.h | 64 void (*submit_command)(ctlr_info_t *h, cmdlist_t *c); 108 cmdlist_t *reqQ; 109 cmdlist_t *cmpQ; 110 cmdlist_t *cmd_pool;
|
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() 255 if (cmd) ((cmdlist_t*)bus_to_virt(cmd))->req.hdr.rcode = status; in smart1_completed()
|
D | cpqarray.c | 146 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool); 147 static void cmd_free(ctlr_info_t *h, cmdlist_t *c, int got_from_pool); 170 static inline void addQ(cmdlist_t **Qptr, cmdlist_t *c); 171 static inline cmdlist_t *removeQ(cmdlist_t **Qptr, cmdlist_t *c); 173 static inline void complete_command(cmdlist_t *cmd, int timeout); 252 cmdlist_t *c; in ida_proc_get_info() 390 NR_CMDS * sizeof(cmdlist_t), (hba[i]->cmd_pool), in cpqarray_remove_one() 427 NR_CMDS * sizeof(cmdlist_t), (hba[i]->cmd_pool), in cpqarray_remove_one_eisa() 501 hba[ctlr]->cmd_pool = (cmdlist_t *)pci_alloc_consistent( in cpqarray_register_ctlr() 502 hba[ctlr]->pci_dev, NR_CMDS * sizeof(cmdlist_t), in cpqarray_register_ctlr() [all …]
|
D | ida_cmd.h | 98 } cmdlist_t; typedef
|