Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ena-com/
H A Dena_eth_com.h87 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq,
95 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq);
97 static inline void ena_com_unmask_intr(struct ena_com_io_cq *io_cq, in ena_com_unmask_intr()
202 static inline int ena_com_update_dev_comp_head(struct ena_com_io_cq *io_cq) in ena_com_update_dev_comp_head()
224 static inline void ena_com_update_numa_node(struct ena_com_io_cq *io_cq, in ena_com_update_numa_node()
243 static inline void ena_com_cq_inc_head(struct ena_com_io_cq *io_cq) in ena_com_cq_inc_head()
252 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()
H A Dena_com.h118 struct ena_com_io_cq { struct
325 struct ena_com_io_cq io_cq_queues[ENA_TOTAL_NUM_QUEUES];
481 struct ena_com_io_cq **io_cq);
883 struct ena_com_io_cq *io_cq);
894 struct ena_com_io_cq *io_cq);
990 static inline struct ena_com_dev *ena_com_io_cq_to_ena_dev(struct ena_com_io_cq *io_cq) in ena_com_io_cq_to_ena_dev()
H A Dena_eth_com.c37 struct ena_com_io_cq *io_cq) in ena_com_get_next_rx_cdesc()
255 ena_com_rx_cdesc_idx_to_ptr(struct ena_com_io_cq *io_cq, u16 idx) in ena_com_rx_cdesc_idx_to_ptr()
263 static u16 ena_com_cdesc_rx_pkt_get(struct ena_com_io_cq *io_cq, in ena_com_cdesc_rx_pkt_get()
376 static void ena_com_rx_set_flags(struct ena_com_io_cq *io_cq, in ena_com_rx_set_flags()
576 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq, in ena_com_rx_pkt()
676 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq) in ena_com_cq_empty()
H A Dena_com.c442 struct ena_com_io_cq *io_cq) in ena_com_init_io_cq()
973 struct ena_com_io_cq *io_cq) in ena_com_io_queue_free()
1437 struct ena_com_io_cq *io_cq) in ena_com_create_io_cq()
1496 struct ena_com_io_cq **io_cq) in ena_com_get_io_handlers()
1546 struct ena_com_io_cq *io_cq) in ena_com_destroy_io_cq()
1930 struct ena_com_io_cq *io_cq; in ena_com_create_io_queue()
1990 struct ena_com_io_cq *io_cq; in ena_com_destroy_io_queue()
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_eth_com.h59 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq,
67 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq);
69 static inline void ena_com_unmask_intr(struct ena_com_io_cq *io_cq, in ena_com_unmask_intr()
171 static inline int ena_com_update_dev_comp_head(struct ena_com_io_cq *io_cq) in ena_com_update_dev_comp_head()
192 static inline void ena_com_update_numa_node(struct ena_com_io_cq *io_cq, in ena_com_update_numa_node()
211 static inline void ena_com_cq_inc_head(struct ena_com_io_cq *io_cq) in ena_com_cq_inc_head()
220 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()
H A Dena_com.h90 struct ena_com_io_cq { struct
297 struct ena_com_io_cq io_cq_queues[ENA_TOTAL_NUM_QUEUES];
453 struct ena_com_io_cq **io_cq);
855 struct ena_com_io_cq *io_cq);
866 struct ena_com_io_cq *io_cq);
H A Dena_eth_com.c9 struct ena_com_io_cq *io_cq) in ena_com_get_next_rx_cdesc()
220 ena_com_rx_cdesc_idx_to_ptr(struct ena_com_io_cq *io_cq, u16 idx) in ena_com_rx_cdesc_idx_to_ptr()
228 static u16 ena_com_cdesc_rx_pkt_get(struct ena_com_io_cq *io_cq, in ena_com_cdesc_rx_pkt_get()
528 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq, in ena_com_rx_pkt()
617 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq) in ena_com_cq_empty()
H A Dena_com.c400 struct ena_com_io_cq *io_cq) in ena_com_init_io_cq()
923 struct ena_com_io_cq *io_cq) in ena_com_io_queue_free()
1385 struct ena_com_io_cq *io_cq) in ena_com_create_io_cq()
1444 struct ena_com_io_cq **io_cq) in ena_com_get_io_handlers()
1494 struct ena_com_io_cq *io_cq) in ena_com_destroy_io_cq()
1868 struct ena_com_io_cq *io_cq; in ena_com_create_io_queue()
1928 struct ena_com_io_cq *io_cq; in ena_com_destroy_io_queue()
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.h117 struct ena_com_io_cq *ena_com_io_cq; member
H A Dena_ethdev.c1171 &ring->ena_com_io_cq); in ena_create_io_queue()
1181 ena_com_update_numa_node(ring->ena_com_io_cq, ctx.numa_node); in ena_create_io_queue()
2224 rc = ena_com_rx_pkt(rx_ring->ena_com_io_cq, in eth_ena_recv_pkts()
2276 ena_com_update_dev_comp_head(rx_ring->ena_com_io_cq); in eth_ena_recv_pkts()
2553 if (ena_com_tx_comp_req_id_get(tx_ring->ena_com_io_cq, &req_id) != 0) in ena_tx_cleanup()
2579 ena_com_update_dev_comp_head(tx_ring->ena_com_io_cq); in ena_tx_cleanup()