Searched refs:qmgr_request_queue (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/soc/ixp4xx/ |
H A 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
|
/openbmc/linux/drivers/soc/ixp4xx/ |
H A 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);
|
/openbmc/linux/drivers/net/wan/ |
H A 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()
|
/openbmc/linux/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 1054 err = qmgr_request_queue(RXFREE_QUEUE(port->id), RX_DESCS, 0, 0, in request_queues() 1059 err = qmgr_request_queue(port->plat->rxq, RX_DESCS, 0, 0, in request_queues() 1064 err = qmgr_request_queue(TX_QUEUE(port->id), TX_DESCS, 0, 0, in request_queues() 1069 err = qmgr_request_queue(port->plat->txreadyq, TX_DESCS, 0, 0, in request_queues() 1076 err = qmgr_request_queue(TXDONE_QUEUE, TXDONE_QUEUE_LEN, 0, 0, in request_queues()
|
/openbmc/linux/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 549 ret = qmgr_request_queue(send_qid, NPE_QLEN_TOTAL, 0, 0, in init_ixp_crypto() 553 ret = qmgr_request_queue(recv_qid, NPE_QLEN, 0, 0, in init_ixp_crypto()
|