Home
last modified time | relevance | path

Searched refs:reqQ (Results 1 – 6 of 6) sorted by relevance

/drivers/block/
Dcpqarray.h104 cmdlist_t *reqQ; member
Dcpqarray.c273 c = h->reqQ; in ida_proc_show()
276 while(c && c != h->reqQ) { in ida_proc_show()
958 addQ(&h->reqQ, c); in do_ida_request()
979 while((c = h->reqQ) != NULL) { in start_io()
985 removeQ(&h->reqQ, c); in start_io()
1311 addQ(&h->reqQ, c); in ida_ctlr_ioctl()
Dcciss.h107 struct list_head reqQ; member
Dcciss.c286 addQ(&h->reqQ, c); in enqueue_cmd_and_start_io()
3010 while (!list_empty(&h->reqQ)) { in start_io()
3011 c = list_entry(h->reqQ.next, CommandList_struct, list); in start_io()
3039 addQ(&h->reqQ, c); in resend_cciss_cmd()
3432 addQ(&h->reqQ, c); in do_cciss_request()
5006 INIT_LIST_HEAD(&h->reqQ); in cciss_init_one()
/drivers/scsi/
Dhpsa.h85 struct list_head reqQ; member
Dhpsa.c627 addQ(&h->reqQ, c); in enqueue_cmd_and_start_io()
2650 found = hpsa_find_cmd_in_queue(h, sc, &h->reqQ); in hpsa_eh_abort_handler()
3422 while (!list_empty(&h->reqQ)) { in start_io()
3423 c = list_entry(h->reqQ.next, struct CommandList, list); in start_io()
4658 fail_all_cmds_on_list(h, &h->reqQ); in controller_lockup_detected()
4800 INIT_LIST_HEAD(&h->reqQ); in hpsa_init_one()