Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ena-com/
H A Dena_eth_com.h252 static inline int ena_com_tx_comp_req_id_get(struct ena_com_io_cq *io_cq, in ena_com_tx_comp_req_id_get() function
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_eth_com.h220 static inline int ena_com_tx_comp_req_id_get(struct ena_com_io_cq *io_cq, in ena_com_tx_comp_req_id_get() function
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.c2553 if (ena_com_tx_comp_req_id_get(tx_ring->ena_com_io_cq, &req_id) != 0) in ena_tx_cleanup()