Searched refs:ena_com_io_cq (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/amazon/ena/ |
D | ena_eth_com.h | 81 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq, 89 int ena_com_tx_comp_req_id_get(struct ena_com_io_cq *io_cq, u16 *req_id); 91 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq); 93 static inline void ena_com_unmask_intr(struct ena_com_io_cq *io_cq, in ena_com_unmask_intr() 124 static inline int ena_com_update_dev_comp_head(struct ena_com_io_cq *io_cq) in ena_com_update_dev_comp_head() 143 static inline void ena_com_update_numa_node(struct ena_com_io_cq *io_cq, in ena_com_update_numa_node()
|
D | ena_eth_com.c | 36 struct ena_com_io_cq *io_cq) in ena_com_get_next_rx_cdesc() 62 static inline void ena_com_cq_inc_head(struct ena_com_io_cq *io_cq) in ena_com_cq_inc_head() 127 ena_com_rx_cdesc_idx_to_ptr(struct ena_com_io_cq *io_cq, u16 idx) in ena_com_rx_cdesc_idx_to_ptr() 135 static inline u16 ena_com_cdesc_rx_pkt_get(struct ena_com_io_cq *io_cq, in ena_com_cdesc_rx_pkt_get() 400 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq, in ena_com_rx_pkt() 480 int ena_com_tx_comp_req_id_get(struct ena_com_io_cq *io_cq, u16 *req_id) in ena_com_tx_comp_req_id_get() 514 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq) in ena_com_cq_empty()
|
D | ena_com.h | 145 struct ena_com_io_cq { struct 315 struct ena_com_io_cq io_cq_queues[ENA_TOTAL_NUM_QUEUES]; 457 struct ena_com_io_cq **io_cq); 822 struct ena_com_io_cq *io_cq); 833 struct ena_com_io_cq *io_cq);
|
D | ena_netdev.h | 227 struct ena_com_io_cq *ena_com_io_cq; member
|
D | ena_netdev.c | 742 rc = ena_com_tx_comp_req_id_get(tx_ring->ena_com_io_cq, in ena_clean_tx_irq() 795 ena_com_update_dev_comp_head(tx_ring->ena_com_io_cq); in ena_clean_tx_irq() 1046 rc = ena_com_rx_pkt(rx_ring->ena_com_io_cq, in ena_clean_rx_irq() 1110 ena_com_update_dev_comp_head(rx_ring->ena_com_io_cq); in ena_clean_rx_irq() 1166 ena_com_unmask_intr(rx_ring->ena_com_io_cq, &intr_reg); in ena_unmask_interrupt() 1183 ena_com_update_numa_node(tx_ring->ena_com_io_cq, numa_node); in ena_update_ring_numa_node() 1184 ena_com_update_numa_node(rx_ring->ena_com_io_cq, numa_node); in ena_update_ring_numa_node() 1624 &tx_ring->ena_com_io_cq); in ena_create_io_tx_queue() 1633 ena_com_update_numa_node(tx_ring->ena_com_io_cq, ctx.numa_node); in ena_create_io_tx_queue() 1689 &rx_ring->ena_com_io_cq); in ena_create_io_rx_queue() [all …]
|
D | ena_com.c | 384 struct ena_com_io_cq *io_cq) in ena_com_init_io_cq() 714 struct ena_com_io_cq *io_cq) in ena_com_io_queue_free() 1155 struct ena_com_io_cq *io_cq) in ena_com_create_io_cq() 1214 struct ena_com_io_cq **io_cq) in ena_com_get_io_handlers() 1263 struct ena_com_io_cq *io_cq) in ena_com_destroy_io_cq() 1614 struct ena_com_io_cq *io_cq; in ena_com_create_io_queue() 1674 struct ena_com_io_cq *io_cq; in ena_com_destroy_io_queue()
|