Searched refs:qmgr_request_queue (Results 1 – 2 of 2) sorted by relevance
| /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
|
| /linux/drivers/net/ethernet/xscale/ |
| H A D | ixp4xx_eth.c | 1052 err = qmgr_request_queue(RXFREE_QUEUE(port->id), RX_DESCS, 0, 0, in request_queues() 1057 err = qmgr_request_queue(port->plat->rxq, RX_DESCS, 0, 0, in request_queues() 1062 err = qmgr_request_queue(TX_QUEUE(port->id), TX_DESCS, 0, 0, in request_queues() 1067 err = qmgr_request_queue(port->plat->txreadyq, TX_DESCS, 0, 0, in request_queues() 1074 err = qmgr_request_queue(TXDONE_QUEUE, TXDONE_QUEUE_LEN, 0, 0, in request_queues()
|