Home
last modified time | relevance | path

Searched refs:qmgr_stat_empty (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/soc/ixp4xx/
H A Dqmgr.h59 int qmgr_stat_empty(unsigned int queue);
/openbmc/linux/drivers/soc/ixp4xx/
H A Dixp4xx-qmgr.c72 int qmgr_stat_empty(unsigned int queue) in qmgr_stat_empty() function
474 EXPORT_SYMBOL(qmgr_stat_empty);
/openbmc/linux/drivers/net/wan/
H A Dixp4xx_hss.c689 if (!qmgr_stat_empty(rxq) && in hss_hdlc_poll()
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c1318 if (qmgr_stat_empty(TX_QUEUE(port->id))) { in eth_close()