Home
last modified time | relevance | path

Searched refs:nextpg (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_rxtx.c60 struct eth_rx_cqe_next_page *nextpg; in bnx2x_dev_rx_queue_setup() local
150 nextpg = &rxq->cq_ring[TOTAL_RCQ_ENTRIES_PER_PAGE * j - 1].next_page_cqe; in bnx2x_dev_rx_queue_setup()
152 nextpg->addr_hi = rte_cpu_to_le_32(U64_HI(busaddr)); in bnx2x_dev_rx_queue_setup()
153 nextpg->addr_lo = rte_cpu_to_le_32(U64_LO(busaddr)); in bnx2x_dev_rx_queue_setup()