Home
last modified time | relevance | path

Searched refs:start_queue (Results 1 – 16 of 16) sorted by relevance

/drivers/ide/
Dide-park.c20 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/
Dknav_qmss_queue.c228 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()
Dknav_qmss.h145 unsigned start_queue; member
/drivers/scsi/device_handler/
Dscsi_dh_alua.c875 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/
Drt2800soc.c203 .start_queue = rt2800mmio_start_queue,
Drt2800pci.c364 .start_queue = rt2800mmio_start_queue,
Drt2x00.h575 void (*start_queue) (struct data_queue *queue); member
Drt2800usb.c883 .start_queue = rt2800usb_start_queue,
Drt2x00queue.c964 queue->rt2x00dev->ops->lib->start_queue(queue); in rt2x00queue_start_queue()
Drt2400pci.c1753 .start_queue = rt2400pci_start_queue,
Drt2500usb.c1855 .start_queue = rt2500usb_start_queue,
Drt2500pci.c2052 .start_queue = rt2500pci_start_queue,
Drt73usb.c2341 .start_queue = rt73usb_start_queue,
Drt61pci.c3008 .start_queue = rt61pci_start_queue,
/drivers/block/
Dcciss.c1779 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/
Dnet2280.c853 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()