Searched defs:bnx2x_rx_queue (Results 1 – 1 of 1) sorted by relevance
24 struct bnx2x_rx_queue { struct26 union eth_rx_cqe *cq_ring; /**< RCQ ring virtual address. */27 uint64_t cq_ring_phys_addr; /**< RCQ ring DMA address. */28 uint64_t *rx_ring; /**< RX ring virtual address. */29 uint64_t rx_ring_phys_addr; /**< RX ring DMA address. */33 uint16_t nb_cq_pages; /**< number of RCQ pages. */35 uint16_t nb_rx_pages; /**< number of RX pages. */36 uint16_t rx_bd_head; /**< Index of current rx bd. */37 uint16_t rx_bd_tail; /**< Index of last rx bd. */39 uint16_t rx_cq_tail; /**< Index of last rcq bd. */[all …]