Searched refs:qmgr_set_irq (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
H A D | ixp4xx_qmgr.c | 28 void qmgr_set_irq(unsigned int queue, int src, qmgr_set_irq() function 363 EXPORT_SYMBOL(qmgr_set_irq); variable
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
H A D | qmgr.h | 60 void qmgr_set_irq(unsigned int queue, int src,
|
/linux-4.1.27/drivers/net/wan/ |
H A D | ixp4xx_hss.c | 1083 qmgr_set_irq(queue_ids[port->id].rx, QUEUE_IRQ_SRC_NOT_EMPTY, hss_hdlc_open() 1086 qmgr_set_irq(queue_ids[port->id].txdone, QUEUE_IRQ_SRC_NOT_EMPTY, hss_hdlc_open()
|
/linux-4.1.27/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 1294 qmgr_set_irq(port->plat->rxq, QUEUE_IRQ_SRC_NOT_EMPTY, eth_open() 1297 qmgr_set_irq(TXDONE_QUEUE, QUEUE_IRQ_SRC_NOT_EMPTY, eth_open()
|
/linux-4.1.27/drivers/crypto/ |
H A D | ixp4xx_crypto.c | 492 qmgr_set_irq(RECV_QID, QUEUE_IRQ_SRC_NOT_EMPTY, irqhandler, NULL); init_ixp_crypto()
|
Completed in 295 milliseconds