Home
last modified time | relevance | path

Searched refs:qmgr_set_irq (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/soc/ixp4xx/
H A Dqmgr.h64 void qmgr_set_irq(unsigned int queue, int src,
/OK3568_Linux_fs/kernel/drivers/soc/ixp4xx/
H A Dixp4xx-qmgr.c116 void qmgr_set_irq(unsigned int queue, int src, in qmgr_set_irq() function
477 EXPORT_SYMBOL(qmgr_set_irq);
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dixp4xx_hss.c1081 qmgr_set_irq(queue_ids[port->id].rx, QUEUE_IRQ_SRC_NOT_EMPTY, in hss_hdlc_open()
1084 qmgr_set_irq(queue_ids[port->id].txdone, QUEUE_IRQ_SRC_NOT_EMPTY, in hss_hdlc_open()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c1255 qmgr_set_irq(port->plat->rxq, QUEUE_IRQ_SRC_NOT_EMPTY, in eth_open()
1258 qmgr_set_irq(TXDONE_QUEUE, QUEUE_IRQ_SRC_NOT_EMPTY, in eth_open()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dixp4xx_crypto.c515 qmgr_set_irq(RECV_QID, QUEUE_IRQ_SRC_NOT_EMPTY, irqhandler, NULL); in init_ixp_crypto()