Searched refs:start_queue (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/soc/ti/ |
H A D | knav_qmss_queue.c | 234 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 D | knav_qmss.h | 139 unsigned start_queue; member
|
/openbmc/linux/include/linux/ |
H A D | uacce.h | 43 int (*start_queue)(struct uacce_queue *q); member
|
/openbmc/linux/drivers/scsi/device_handler/ |
H A D | scsi_dh_alua.c | 1011 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 D | af-xdp.c | 358 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 D | rt2800soc.c | 202 .start_queue = rt2800mmio_start_queue,
|
H A D | rt2800pci.c | 357 .start_queue = rt2800mmio_start_queue,
|
H A D | rt2x00.h | 577 void (*start_queue) (struct data_queue *queue); member
|
H A D | rt2800usb.c | 693 .start_queue = rt2800usb_start_queue,
|
H A D | rt2x00queue.c | 964 queue->rt2x00dev->ops->lib->start_queue(queue); in rt2x00queue_start_queue()
|
H A D | rt2400pci.c | 1746 .start_queue = rt2400pci_start_queue,
|
H A D | rt2500usb.c | 1830 .start_queue = rt2500usb_start_queue,
|
H A D | rt2500pci.c | 2044 .start_queue = rt2500pci_start_queue,
|
H A D | rt73usb.c | 2332 .start_queue = rt73usb_start_queue,
|
H A D | rt61pci.c | 2917 .start_queue = rt61pci_start_queue,
|
/openbmc/linux/drivers/misc/uacce/ |
H A D | uacce.c | 30 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 D | net2280.c | 847 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 D | qm.c | 2616 .start_queue = hisi_qm_uacce_start_queue,
|