Searched refs:req_queue (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_proc.c71 if (!list_empty(&device->req_queue)) {
72 request = list_entry(device->req_queue.next,
H A Dtape_core.c135 if (list_empty(&tdev->req_queue))
140 req = list_entry(tdev->req_queue.next, struct tape_request,
493 INIT_LIST_HEAD(&device->req_queue);
595 list_for_each_safe(l, n, &device->req_queue) {
769 list_for_each_safe(l, n, &device->req_queue) {
832 request = list_entry(device->req_queue.next, struct tape_request, list);
861 if (!list_empty(&device->req_queue))
919 if (list_empty(&device->req_queue)) {
926 list_add(&request->list, &device->req_queue);
930 list_add_tail(&request->list, &device->req_queue);
[all...]
H A Dtape_block.c83 if (!list_empty(&device->req_queue) ||
146 list_for_each(l, &device->req_queue)
H A Draw3270.c42 struct list_head req_queue; /* Request queue. */ member in struct:raw3270
258 if (list_empty(&rp->req_queue) &&
268 list_add_tail(&rq->list, &rp->req_queue);
317 list_add_tail(&rq->list, &rp->req_queue);
400 while (!list_empty(&rp->req_queue)) {
401 rq = list_entry(rp->req_queue.next,struct raw3270_request,list);
776 INIT_LIST_HEAD(&rp->req_queue);
H A Dtape.h235 struct list_head req_queue; member in struct:tape_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/srp/
H A Dib_srp.h150 struct list_head req_queue; member in struct:srp_target_port
H A Dib_srp.c593 list_for_each_entry_safe(req, tmp, &target->req_queue, list)
1099 list_move_tail(&req->list, &target->req_queue);
1456 list_for_each_entry_safe(req, tmp, &target->req_queue, list)
1891 INIT_LIST_HEAD(&target->req_queue);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddi.h92 void req_queue(ADAPTER * a, byte e_no);
H A Dio.c794 void req_queue(ADAPTER * a, byte e_no) function
H A Ddi.c196 req_queue(a,this->No);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/sc/
H A Dmessage.h234 volatile ReqMessage req_queue[MAX_MESSAGES]; member in struct:__anon11930
H A Dmessage.c147 memcpy_toio(&(dpm->req_queue[dpm->req_head]),&sndmsg,MSG_LEN);
H A Dinit.c519 memcpy_toio(&(dpm->req_queue[dpm->req_head++]), &sndmsg, MSG_LEN);

Completed in 85 milliseconds