Searched refs:ena_com_io_cq (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/ena-com/ |
H A D | ena_eth_com.h | 89 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq, 97 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq); 99 static inline void ena_com_unmask_intr(struct ena_com_io_cq *io_cq, in ena_com_unmask_intr() 204 static inline void ena_com_update_numa_node(struct ena_com_io_cq *io_cq, in ena_com_update_numa_node() 223 static inline void ena_com_cq_inc_head(struct ena_com_io_cq *io_cq) in ena_com_cq_inc_head() 232 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 D | ena_com.h | 126 struct ena_com_io_cq { struct 395 struct ena_com_io_cq io_cq_queues[ENA_TOTAL_NUM_QUEUES]; 596 struct ena_com_io_cq **io_cq); 1040 struct ena_com_io_cq *io_cq); 1051 struct ena_com_io_cq *io_cq); 1157 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 D | ena_eth_com.c | 37 struct ena_com_io_cq *io_cq) in ena_com_get_next_rx_cdesc() 261 ena_com_rx_cdesc_idx_to_ptr(struct ena_com_io_cq *io_cq, u16 idx) in ena_com_rx_cdesc_idx_to_ptr() 269 static int ena_com_cdesc_rx_pkt_get(struct ena_com_io_cq *io_cq, in ena_com_cdesc_rx_pkt_get() 401 static void ena_com_rx_set_flags(struct ena_com_io_cq *io_cq, in ena_com_rx_set_flags() 598 int ena_com_rx_pkt(struct ena_com_io_cq *io_cq, in ena_com_rx_pkt() 701 bool ena_com_cq_empty(struct ena_com_io_cq *io_cq) in ena_com_cq_empty()
|
H A D | ena_com.c | 453 struct ena_com_io_cq *io_cq) in ena_com_init_io_cq() 1000 struct ena_com_io_cq *io_cq) in ena_com_io_queue_free() 1462 struct ena_com_io_cq *io_cq) in ena_com_create_io_cq() 1516 struct ena_com_io_cq **io_cq) in ena_com_get_io_handlers() 1566 struct ena_com_io_cq *io_cq) in ena_com_destroy_io_cq() 2202 struct ena_com_io_cq *io_cq; in ena_com_create_io_queue() 2262 struct ena_com_io_cq *io_cq; in ena_com_destroy_io_queue()
|
/freebsd/sys/dev/ena/ |
H A D | ena_datapath.c | 50 struct ena_com_io_cq *io_cq, uint16_t *req_id); 75 struct ena_com_io_cq *io_cq; in ena_cleanup() 208 ena_get_tx_req_id(struct ena_ring *tx_ring, struct ena_com_io_cq *io_cq, in ena_get_tx_req_id() 245 struct ena_com_io_cq *io_cq; in ena_tx_cleanup() 569 struct ena_com_io_cq *io_cq; in ena_rx_cleanup()
|
H A D | ena.h | 323 struct ena_com_io_cq *ena_com_io_cq; member
|
H A D | ena.c | 1613 &ring->ena_com_io_sq, &ring->ena_com_io_cq); in ena_create_io_queues() 1624 ena_com_update_numa_node(ring->ena_com_io_cq, in ena_create_io_queues() 1649 &ring->ena_com_io_sq, &ring->ena_com_io_cq); in ena_create_io_queues() 1660 ena_com_update_numa_node(ring->ena_com_io_cq, in ena_create_io_queues() 2099 struct ena_com_io_cq *io_cq; in ena_unmask_all_io_irqs() 3136 if (ena_com_cq_empty(rx_ring->ena_com_io_cq)) in check_for_rx_interrupt_queue() 3161 rc = ena_com_tx_comp_req_id_get(tx_ring->ena_com_io_cq, &req_id); in check_cdesc_in_tx_cq()
|
H A D | ena_netmap.c | 46 struct ena_com_io_cq *io_cq;
|