Searched refs:cq_ring (Results 1 – 3 of 3) sorted by relevance
26 union eth_rx_cqe *cq_ring; /**< RCQ ring virtual address. */ member
146 rxq->cq_ring = (union eth_rx_cqe*)dma->addr; in bnx2x_dev_rx_queue_setup()150 nextpg = &rxq->cq_ring[TOTAL_RCQ_ENTRIES_PER_PAGE * j - 1].next_page_cqe; in bnx2x_dev_rx_queue_setup()373 cqe_fp = &rxq->cq_ring[sw_cq_cons & MAX_RX_BD(rxq)].fast_path_cqe; in bnx2x_recv_pkts()
1269 cqe = &rxq->cq_ring[comp_ring_cons]; in bnx2x_rxeof()