Searched refs:qmgr_request_queue (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/linux/soc/ixp4xx/ |
D | qmgr.h | 74 int qmgr_request_queue(unsigned int queue, unsigned int len /* dwords */, 82 #define qmgr_request_queue(queue, len, nearly_empty_watermark, \ macro
|
/linux-6.12.1/drivers/soc/ixp4xx/ |
D | ixp4xx-qmgr.c | 239 int qmgr_request_queue(unsigned int queue, unsigned int len /* dwords */, in qmgr_request_queue() function 483 EXPORT_SYMBOL(qmgr_request_queue);
|
/linux-6.12.1/drivers/net/wan/ |
D | ixp4xx_hss.c | 927 err = qmgr_request_queue(port->rxfreeq, RX_DESCS, 0, 0, in request_hdlc_queues() 932 err = qmgr_request_queue(port->rxq, RX_DESCS, 0, 0, in request_hdlc_queues() 937 err = qmgr_request_queue(port->txq, TX_DESCS, 0, 0, in request_hdlc_queues() 942 err = qmgr_request_queue(port->txreadyq, TX_DESCS, 0, 0, in request_hdlc_queues() 947 err = qmgr_request_queue(port->txdoneq, TX_DESCS, 0, 0, in request_hdlc_queues()
|
/linux-6.12.1/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 1060 err = qmgr_request_queue(RXFREE_QUEUE(port->id), RX_DESCS, 0, 0, in request_queues() 1065 err = qmgr_request_queue(port->plat->rxq, RX_DESCS, 0, 0, in request_queues() 1070 err = qmgr_request_queue(TX_QUEUE(port->id), TX_DESCS, 0, 0, in request_queues() 1075 err = qmgr_request_queue(port->plat->txreadyq, TX_DESCS, 0, 0, in request_queues() 1082 err = qmgr_request_queue(TXDONE_QUEUE, TXDONE_QUEUE_LEN, 0, 0, in request_queues()
|
/linux-6.12.1/drivers/crypto/intel/ixp4xx/ |
D | ixp4xx_crypto.c | 546 ret = qmgr_request_queue(send_qid, NPE_QLEN_TOTAL, 0, 0, in init_ixp_crypto() 550 ret = qmgr_request_queue(recv_qid, NPE_QLEN, 0, 0, in init_ixp_crypto()
|