Home
last modified time | relevance | path

Searched refs:ena_com_io_cq (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.h56 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq,
64 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq);
66 static inline void ena_com_unmask_intr(struct ena_com_io_cq *io_cq, in ena_com_unmask_intr()
168 static inline int ena_com_update_dev_comp_head(struct ena_com_io_cq *io_cq) in ena_com_update_dev_comp_head()
189 static inline void ena_com_update_numa_node(struct ena_com_io_cq *io_cq, in ena_com_update_numa_node()
208 static inline void ena_com_cq_inc_head(struct ena_com_io_cq *io_cq) in ena_com_cq_inc_head()
217 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.h106 struct ena_com_io_cq { struct
301 struct ena_com_io_cq io_cq_queues[ENA_TOTAL_NUM_QUEUES];
452 struct ena_com_io_cq **io_cq);
842 struct ena_com_io_cq *io_cq);
853 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()
217 ena_com_rx_cdesc_idx_to_ptr(struct ena_com_io_cq *io_cq, u16 idx) in ena_com_rx_cdesc_idx_to_ptr()
225 static u16 ena_com_cdesc_rx_pkt_get(struct ena_com_io_cq *io_cq, in ena_com_cdesc_rx_pkt_get()
510 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq, in ena_com_rx_pkt()
600 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq) in ena_com_cq_empty()
H A Dena_netdev.h262 struct ena_com_io_cq *ena_com_io_cq; member
H A Dena_netdev.c1241 rc = ena_com_tx_comp_req_id_get(tx_ring->ena_com_io_cq, in ena_clean_tx_irq()
1282 ena_com_update_dev_comp_head(tx_ring->ena_com_io_cq); in ena_clean_tx_irq()
1582 rc = ena_com_rx_pkt(rx_ring->ena_com_io_cq, in ena_clean_rx_irq()
1668 ena_com_update_dev_comp_head(rx_ring->ena_com_io_cq); in ena_clean_rx_irq()
1755 ena_com_unmask_intr(tx_ring->ena_com_io_cq, &intr_reg); in ena_unmask_interrupt()
1772 ena_com_update_numa_node(tx_ring->ena_com_io_cq, numa_node); in ena_update_ring_numa_node()
1774 ena_com_update_numa_node(rx_ring->ena_com_io_cq, in ena_update_ring_numa_node()
1804 rc = ena_com_tx_comp_req_id_get(xdp_ring->ena_com_io_cq, in ena_clean_xdp_irq()
1841 ena_com_update_dev_comp_head(xdp_ring->ena_com_io_cq); in ena_clean_xdp_irq()
2305 &tx_ring->ena_com_io_cq); in ena_create_io_tx_queue()
[all...]
H A Dena_com.c399 struct ena_com_io_cq *io_cq) in ena_com_init_io_cq()
914 struct ena_com_io_cq *io_cq) in ena_com_io_queue_free()
1348 struct ena_com_io_cq *io_cq) in ena_com_create_io_cq()
1407 struct ena_com_io_cq **io_cq) in ena_com_get_io_handlers()
1458 struct ena_com_io_cq *io_cq) in ena_com_destroy_io_cq()
1825 struct ena_com_io_cq *io_cq; in ena_com_create_io_queue()
1885 struct ena_com_io_cq *io_cq; in ena_com_destroy_io_queue()
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.h60 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq,
68 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq);
70 static inline void ena_com_unmask_intr(struct ena_com_io_cq *io_cq, in ena_com_unmask_intr()
175 static inline int ena_com_update_dev_comp_head(struct ena_com_io_cq *io_cq) in ena_com_update_dev_comp_head()
197 static inline void ena_com_update_numa_node(struct ena_com_io_cq *io_cq, in ena_com_update_numa_node()
216 static inline void ena_com_cq_inc_head(struct ena_com_io_cq *io_cq) in ena_com_cq_inc_head()
225 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.h106 struct ena_com_io_cq { struct
301 struct ena_com_io_cq io_cq_queues[ENA_TOTAL_NUM_QUEUES];
454 struct ena_com_io_cq **io_cq);
844 struct ena_com_io_cq *io_cq);
855 struct ena_com_io_cq *io_cq);
951 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()
228 ena_com_rx_cdesc_idx_to_ptr(struct ena_com_io_cq *io_cq, u16 idx) in ena_com_rx_cdesc_idx_to_ptr()
236 static u16 ena_com_cdesc_rx_pkt_get(struct ena_com_io_cq *io_cq, in ena_com_cdesc_rx_pkt_get()
347 static void ena_com_rx_set_flags(struct ena_com_io_cq *io_cq, in ena_com_rx_set_flags()
539 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq, in ena_com_rx_pkt()
637 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq) in ena_com_cq_empty()
H A Dena_netdev.h246 struct ena_com_io_cq *ena_com_io_cq; member
H A Dena_netdev.c1337 rc = ena_com_tx_comp_req_id_get(tx_ring->ena_com_io_cq, in ena_clean_tx_irq()
1378 ena_com_update_dev_comp_head(tx_ring->ena_com_io_cq); in ena_clean_tx_irq()
1730 rc = ena_com_rx_pkt(rx_ring->ena_com_io_cq, in ena_clean_rx_irq()
1825 ena_com_update_dev_comp_head(rx_ring->ena_com_io_cq); in ena_clean_rx_irq()
1913 ena_com_unmask_intr(tx_ring->ena_com_io_cq, &intr_reg); in ena_unmask_interrupt()
1938 ena_com_update_numa_node(tx_ring->ena_com_io_cq, numa_node); in ena_update_ring_numa_node()
1942 ena_com_update_numa_node(rx_ring->ena_com_io_cq, in ena_update_ring_numa_node()
1968 rc = ena_com_tx_comp_req_id_get(xdp_ring->ena_com_io_cq, in ena_clean_xdp_irq()
2004 ena_com_update_dev_comp_head(xdp_ring->ena_com_io_cq); in ena_clean_xdp_irq()
2465 &tx_ring->ena_com_io_cq); in ena_create_io_tx_queue()
[all...]
H A Dena_com.c410 struct ena_com_io_cq *io_cq) in ena_com_init_io_cq()
945 struct ena_com_io_cq *io_cq) in ena_com_io_queue_free()
1390 struct ena_com_io_cq *io_cq) in ena_com_create_io_cq()
1451 struct ena_com_io_cq **io_cq) in ena_com_get_io_handlers()
1503 struct ena_com_io_cq *io_cq) in ena_com_destroy_io_cq()
1877 struct ena_com_io_cq *io_cq; in ena_com_create_io_queue()
1938 struct ena_com_io_cq *io_cq; in ena_com_destroy_io_queue()

Completed in 22 milliseconds