Searched refs:addQ (Results 1 – 3 of 3) sorted by relevance
/drivers/block/ |
D | cpqarray.c | 171 static inline void addQ(cmdlist_t **Qptr, cmdlist_t *c); 872 static inline void addQ(cmdlist_t **Qptr, cmdlist_t *c) in addQ() function 958 addQ(&h->reqQ, c); in do_ida_request() 992 addQ(&h->cmpQ, c); in start_io() 1312 addQ(&h->reqQ, c); in ida_ctlr_ioctl()
|
D | cciss.c | 257 static inline void addQ(struct list_head *list, CommandList_struct *c) in addQ() function 286 addQ(&h->reqQ, c); in enqueue_cmd_and_start_io() 3024 addQ(&h->cmpQ, c); in start_io() 3037 addQ(&h->reqQ, c); in resend_cciss_cmd() 3430 addQ(&h->reqQ, c); in do_cciss_request()
|
/drivers/scsi/ |
D | hpsa.c | 692 static inline void addQ(struct list_head *list, struct CommandList *c) in addQ() function 847 addQ(&h->reqQ, c); in enqueue_cmd_and_start_io() 5469 addQ(&h->cmpQ, c); in start_io()
|