Searched refs:rx_cq_cons_sb (Results 1 – 3 of 3) sorted by relevance
351 hw_cq_cons = le16toh(*fp->rx_cq_cons_sb); in bnx2x_recv_pkts()
1136 uint16_t rx_cq_cons_sb; in bnx2x_has_rx_work() local1145 rx_cq_cons_sb = le16toh(*fp->rx_cq_cons_sb); in bnx2x_has_rx_work()1146 if (unlikely((rx_cq_cons_sb & MAX_RCQ_ENTRIES(rxq)) == in bnx2x_has_rx_work()1148 rx_cq_cons_sb++; in bnx2x_has_rx_work()1151 rx_cq_cons_sb, rxq->rx_cq_head); in bnx2x_has_rx_work()1153 return rxq->rx_cq_head != rx_cq_cons_sb; in bnx2x_has_rx_work()1245 hw_cq_cons = le16toh(*fp->rx_cq_cons_sb); in bnx2x_rxeof()4985 fp->rx_cq_cons_sb = &fp->sb_index_values[HC_INDEX_ETH_RX_CQ_CONS]; in bnx2x_init_eth_fp()5077 *fp->rx_cq_cons_sb = 0; in bnx2x_init_rx_rings()
412 uint16_t *rx_cq_cons_sb; member