Searched refs:rx_cq_cons_sb (Results 1 – 3 of 3) sorted by relevance
352 hw_cq_cons = le16toh(*fp->rx_cq_cons_sb); in bnx2x_recv_pkts()
1132 uint16_t rx_cq_cons_sb; in bnx2x_has_rx_work() local1141 rx_cq_cons_sb = le16toh(*fp->rx_cq_cons_sb); in bnx2x_has_rx_work()1142 if (unlikely((rx_cq_cons_sb & MAX_RCQ_ENTRIES(rxq)) == in bnx2x_has_rx_work()1144 rx_cq_cons_sb++; in bnx2x_has_rx_work()1147 rx_cq_cons_sb, rxq->rx_cq_head); in bnx2x_has_rx_work()1149 return rxq->rx_cq_head != rx_cq_cons_sb; in bnx2x_has_rx_work()1241 hw_cq_cons = le16toh(*fp->rx_cq_cons_sb); in bnx2x_rxeof()4981 fp->rx_cq_cons_sb = &fp->sb_index_values[HC_INDEX_ETH_RX_CQ_CONS]; in bnx2x_init_eth_fp()5073 *fp->rx_cq_cons_sb = 0; in bnx2x_init_rx_rings()
412 uint16_t *rx_cq_cons_sb; member