Home
last modified time | relevance | path

Searched defs:cons_index (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/ark/
H A Dark_ethdev_rx.c49 uint32_t cons_index; /* step 3 consumed by driver */ member
105 eth_ark_rx_update_cons_index(struct ark_rx_queue *queue, uint32_t cons_index) in eth_ark_rx_update_cons_index()
249 register uint32_t cons_index, prod_index; in eth_ark_recv_pkts() local
336 uint32_t cons_index) in eth_ark_rx_jumbo()
378 register uint32_t cons_index; in eth_ark_rx_queue_drain() local
H A Dark_ethdev_tx.c52 uint32_t cons_index; /* hw is done, can be freed */ member
H A Dark_ddm.h106 volatile uint32_t cons_index; member
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_prm.h99 uint32_t cons_index; /**< Last queue entry that was handled. */ member
H A Dmlx4_rxtx.c311 uint32_t cons_index = cq->cons_index; in mlx4_txq_complete() local