Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/ti/
H A Dknav_qmss_queue.c234 id = inst->id - inst->qmgr->start_queue; in __knav_queue_open()
505 unsigned id = inst->id - inst->qmgr->start_queue; in knav_queue_flush()
1282 start = max(qmgr->start_queue, range->queue_base); in knav_setup_queue_range()
1283 end = min(qmgr->start_queue + qmgr->num_queues, in knav_setup_queue_range()
1286 index = id - qmgr->start_queue; in knav_setup_queue_range()
1409 qmgr->start_queue = temp[0]; in knav_queue_init_qmgrs()
1418 qmgr->start_queue, qmgr->num_queues); in knav_queue_init_qmgrs()
1483 qmgr->start_queue, qmgr->num_queues, in knav_queue_init_qmgrs()
1674 if ((id >= qmgr->start_queue) && in knav_find_qmgr()
1675 (id < qmgr->start_queue + qmgr->num_queues)) in knav_find_qmgr()
H A Dknav_qmss.h139 unsigned start_queue; member
/openbmc/linux/include/linux/
H A Duacce.h43 int (*start_queue)(struct uacce_queue *q); member
/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c1011 int start_queue = 0; in alua_rtpg_queue() local
1032 start_queue = 1; in alua_rtpg_queue()
1040 start_queue = 1; in alua_rtpg_queue()
1046 if (start_queue) { in alua_rtpg_queue()
/openbmc/qemu/net/
H A Daf-xdp.c358 if (opts->has_start_queue && opts->start_queue > 0) { in af_xdp_socket_create()
359 queue_id += opts->start_queue; in af_xdp_socket_create()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800soc.c202 .start_queue = rt2800mmio_start_queue,
H A Drt2800pci.c357 .start_queue = rt2800mmio_start_queue,
H A Drt2x00.h577 void (*start_queue) (struct data_queue *queue); member
H A Drt2800usb.c693 .start_queue = rt2800usb_start_queue,
H A Drt2x00queue.c964 queue->rt2x00dev->ops->lib->start_queue(queue); in rt2x00queue_start_queue()
H A Drt2400pci.c1746 .start_queue = rt2400pci_start_queue,
H A Drt2500usb.c1830 .start_queue = rt2500usb_start_queue,
H A Drt2500pci.c2044 .start_queue = rt2500pci_start_queue,
H A Drt73usb.c2332 .start_queue = rt73usb_start_queue,
H A Drt61pci.c2917 .start_queue = rt61pci_start_queue,
/openbmc/linux/drivers/misc/uacce/
H A Duacce.c30 if (q->uacce->ops->start_queue) { in uacce_start_queue()
31 ret = q->uacce->ops->start_queue(q); in uacce_start_queue()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2280.c847 static void start_queue(struct net2280_ep *ep, u32 dmactl, u32 td_dma) in start_queue() function
929 start_queue(ep, tmp, req->td_dma); in start_dma()
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c2616 .start_queue = hisi_qm_uacce_start_queue,