Searched refs:start_queue (Results 1 – 16 of 16) sorted by relevance
/drivers/ide/ |
D | ide-park.c | 20 int start_queue = 0; in issue_park_cmd() local 25 start_queue = 1; in issue_park_cmd() 28 if (start_queue) in issue_park_cmd()
|
/drivers/soc/ti/ |
D | knav_qmss_queue.c | 228 id = inst->id - inst->qmgr->start_queue; in __knav_queue_open() 496 unsigned id = inst->id - inst->qmgr->start_queue; in knav_queue_flush() 1255 start = max(qmgr->start_queue, range->queue_base); in knav_setup_queue_range() 1256 end = min(qmgr->start_queue + qmgr->num_queues, in knav_setup_queue_range() 1259 index = id - qmgr->start_queue; in knav_setup_queue_range() 1382 qmgr->start_queue = temp[0]; in knav_queue_init_qmgrs() 1391 qmgr->start_queue, qmgr->num_queues); in knav_queue_init_qmgrs() 1434 qmgr->start_queue, qmgr->num_queues, in knav_queue_init_qmgrs() 1624 if ((id >= qmgr->start_queue) && in knav_find_qmgr() 1625 (id < qmgr->start_queue + qmgr->num_queues)) in knav_find_qmgr()
|
D | knav_qmss.h | 145 unsigned start_queue; member
|
/drivers/scsi/device_handler/ |
D | scsi_dh_alua.c | 875 int start_queue = 0; in alua_rtpg_queue() local 893 start_queue = 1; in alua_rtpg_queue() 899 start_queue = 1; in alua_rtpg_queue() 907 if (start_queue) { in alua_rtpg_queue()
|
/drivers/net/wireless/ralink/rt2x00/ |
D | rt2800soc.c | 203 .start_queue = rt2800mmio_start_queue,
|
D | rt2800pci.c | 364 .start_queue = rt2800mmio_start_queue,
|
D | rt2x00.h | 575 void (*start_queue) (struct data_queue *queue); member
|
D | rt2800usb.c | 883 .start_queue = rt2800usb_start_queue,
|
D | rt2x00queue.c | 964 queue->rt2x00dev->ops->lib->start_queue(queue); in rt2x00queue_start_queue()
|
D | rt2400pci.c | 1753 .start_queue = rt2400pci_start_queue,
|
D | rt2500usb.c | 1855 .start_queue = rt2500usb_start_queue,
|
D | rt2500pci.c | 2052 .start_queue = rt2500pci_start_queue,
|
D | rt73usb.c | 2341 .start_queue = rt73usb_start_queue,
|
D | rt61pci.c | 3008 .start_queue = rt61pci_start_queue,
|
/drivers/block/ |
D | cciss.c | 1779 int start_queue = h->next_to_run; in cciss_check_queues() local 1795 int curr_queue = (start_queue + i) % (h->highest_lun + 1); in cciss_check_queues() 1810 if (curr_queue == start_queue) { in cciss_check_queues() 1812 (start_queue + 1) % (h->highest_lun + 1); in cciss_check_queues()
|
/drivers/usb/gadget/udc/ |
D | net2280.c | 853 static void start_queue(struct net2280_ep *ep, u32 dmactl, u32 td_dma) in start_queue() function 937 start_queue(ep, tmp, req->td_dma); in start_dma()
|