Searched refs:hw_cq_cons (Results 1 – 1 of 1) sorted by relevance
3157 uint16_t hw_cq_cons, sw_cq_cons, sw_cq_prod; in bxe_rxeof() local3164 hw_cq_cons = le16toh(*fp->rx_cq_cons_sb); in bxe_rxeof()3165 if ((hw_cq_cons & RCQ_USABLE_PER_PAGE) == RCQ_USABLE_PER_PAGE) { in bxe_rxeof()3166 hw_cq_cons++; in bxe_rxeof()3183 fp->index, hw_cq_cons, sw_cq_cons); in bxe_rxeof()3185 while (sw_cq_cons != hw_cq_cons) { in bxe_rxeof()3208 hw_cq_cons, in bxe_rxeof()3416 return (sw_cq_cons != hw_cq_cons); in bxe_rxeof()