Home
last modified time | relevance | path

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

/src/contrib/ofed/libcxgb4/
H A Ddev.c254 t4_cq_notempty(&chp->cq)); in dump_cq()
H A Dcq.c725 return t4_cq_notempty(&chp->cq); in c4iw_poll_cq()
H A Dt4.h691 static inline int t4_cq_notempty(struct t4_cq *cq) in t4_cq_notempty() function
/src/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h639 static inline int t4_cq_notempty(struct t4_cq *cq) in t4_cq_notempty() function
H A Dcq.c1048 ret = t4_cq_notempty(&chp->cq); in c4iw_arm_cq()