Home
last modified time | relevance | path

Searched refs:QUEUE_STAT1_EMPTY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/soc/ixp4xx/
H A Dqmgr.h18 #define QUEUE_STAT1_EMPTY 1 /* queue status bits */ macro
/openbmc/linux/drivers/soc/ixp4xx/
H A Dixp4xx-qmgr.c75 return __qmgr_get_stat1(queue) & QUEUE_STAT1_EMPTY; in qmgr_stat_empty()