Searched refs:cmdlist_t (Results 1 - 4 of 4) sorted by relevance

/drivers/block/
H A Dcpqarray.h62 void (*submit_command)(ctlr_info_t *h, cmdlist_t *c);
104 cmdlist_t *reqQ;
105 cmdlist_t *cmpQ;
106 cmdlist_t *cmd_pool;
H A Dsmart1,2.h42 static void smart4_submit_command(ctlr_info_t *h, cmdlist_t *c)
121 static void smart2_submit_command(ctlr_info_t *h, cmdlist_t *c)
157 static void smart2e_submit_command(ctlr_info_t *h, cmdlist_t *c)
207 static void smart1_submit_command(ctlr_info_t *h, cmdlist_t *c)
258 if (cmd) ((cmdlist_t*)bus_to_virt(cmd))->req.hdr.rcode = status;
H A Dcpqarray.c147 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;
342 NR_CMDS * sizeof(cmdlist_t), (hb
[all...]
H A Dida_cmd.h98 } cmdlist_t; typedef in typeref:struct:cmdlist

Completed in 12 milliseconds