Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.h58 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq,
66 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq);
68 static inline void ena_com_unmask_intr(struct ena_com_io_cq *io_cq, in ena_com_unmask_intr()
172 static inline void ena_com_update_numa_node(struct ena_com_io_cq *io_cq, in ena_com_update_numa_node()
191 static inline void ena_com_cq_inc_head(struct ena_com_io_cq *io_cq) in ena_com_cq_inc_head()
200 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.h108 struct ena_com_io_cq { struct
305 struct ena_com_io_cq io_cq_queues[ENA_TOTAL_NUM_QUEUES];
460 struct ena_com_io_cq **io_cq);
853 struct ena_com_io_cq *io_cq);
864 struct ena_com_io_cq *io_cq);
960 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.c9 struct ena_com_io_cq *io_cq) in ena_com_get_next_rx_cdesc()
224 ena_com_rx_cdesc_idx_to_ptr(struct ena_com_io_cq *io_cq, u16 idx) in ena_com_rx_cdesc_idx_to_ptr()
232 static int ena_com_cdesc_rx_pkt_get(struct ena_com_io_cq *io_cq, in ena_com_cdesc_rx_pkt_get()
355 static void ena_com_rx_set_flags(struct ena_com_io_cq *io_cq, in ena_com_rx_set_flags()
545 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq, in ena_com_rx_pkt()
645 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq) in ena_com_cq_empty()
H A Dena_netdev.h236 struct ena_com_io_cq *ena_com_io_cq; member
H A Dena_netdev.c821 rc = ena_com_tx_comp_req_id_get(tx_ring->ena_com_io_cq, in ena_clean_tx_irq()
1212 rc = ena_com_rx_pkt(rx_ring->ena_com_io_cq, in ena_clean_rx_irq()
1394 ena_com_unmask_intr(tx_ring->ena_com_io_cq, &intr_reg); in ena_unmask_interrupt()
1419 ena_com_update_numa_node(tx_ring->ena_com_io_cq, numa_node); in ena_update_ring_numa_node()
1423 ena_com_update_numa_node(rx_ring->ena_com_io_cq, in ena_update_ring_numa_node()
1919 &tx_ring->ena_com_io_cq); in ena_create_io_tx_queue()
1928 ena_com_update_numa_node(tx_ring->ena_com_io_cq, ctx.numa_node); in ena_create_io_tx_queue()
1987 &rx_ring->ena_com_io_cq); in ena_create_io_rx_queue()
1995 ena_com_update_numa_node(rx_ring->ena_com_io_cq, ctx.numa_node); in ena_create_io_rx_queue()
3385 if (ena_com_cq_empty(rx_ring->ena_com_io_cq)) in check_for_rx_interrupt_queue()
H A Dena_com.c390 struct ena_com_io_cq *io_cq) in ena_com_init_io_cq()
899 struct ena_com_io_cq *io_cq) in ena_com_io_queue_free()
1327 struct ena_com_io_cq *io_cq) in ena_com_create_io_cq()
1381 struct ena_com_io_cq **io_cq) in ena_com_get_io_handlers()
1431 struct ena_com_io_cq *io_cq) in ena_com_destroy_io_cq()
1787 struct ena_com_io_cq *io_cq; in ena_com_create_io_queue()
1846 struct ena_com_io_cq *io_cq; in ena_com_destroy_io_queue()
H A Dena_xdp.c383 rc = ena_com_tx_comp_req_id_get(tx_ring->ena_com_io_cq, in ena_clean_xdp_irq()