Searched refs:ena_com_io_sq (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/ena/base/ |
| H A D | ena_eth_com.h | 55 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq, 60 struct ena_com_io_sq *io_sq, 63 int ena_com_add_single_rx_desc(struct ena_com_io_sq *io_sq, 75 static inline int ena_com_free_q_entries(struct ena_com_io_sq *io_sq) in ena_com_free_q_entries() 87 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, in ena_com_sq_have_enough_space() 105 static inline bool ena_com_meta_desc_changed(struct ena_com_io_sq *io_sq, in ena_com_meta_desc_changed() 116 static inline bool is_llq_max_tx_burst_exists(struct ena_com_io_sq *io_sq) in is_llq_max_tx_burst_exists() 122 static inline bool ena_com_is_doorbell_needed(struct ena_com_io_sq *io_sq, in ena_com_is_doorbell_needed() 153 static inline int ena_com_write_sq_doorbell(struct ena_com_io_sq *io_sq) in ena_com_write_sq_doorbell() 210 static inline void ena_com_comp_ack(struct ena_com_io_sq *io_sq, u16 elem) in ena_com_comp_ack()
|
| H A D | ena_eth_com.c | 35 static void *get_sq_desc_regular_queue(struct ena_com_io_sq *io_sq) in get_sq_desc_regular_queue() 90 static int ena_com_write_header_to_bounce(struct ena_com_io_sq *io_sq, in ena_com_write_header_to_bounce() 122 static void *get_sq_desc_llq(struct ena_com_io_sq *io_sq) in get_sq_desc_llq() 143 static int ena_com_close_bounce_buffer(struct ena_com_io_sq *io_sq) in ena_com_close_bounce_buffer() 173 static void *get_sq_desc(struct ena_com_io_sq *io_sq) in get_sq_desc() 181 static int ena_com_sq_update_llq_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_llq_tail() 212 static int ena_com_sq_update_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_tail() 273 static int ena_com_create_meta(struct ena_com_io_sq *io_sq, in ena_com_create_meta() 386 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq, in ena_com_prepare_tx() 549 struct ena_com_io_sq *io_sq, in ena_com_rx_pkt() [all …]
|
| H A D | ena_com.h | 142 struct ena_com_io_sq { struct 298 struct ena_com_io_sq io_sq_queues[ENA_TOTAL_NUM_QUEUES]; 452 struct ena_com_io_sq **io_sq, 952 static inline struct ena_com_dev *ena_com_io_sq_to_ena_dev(struct ena_com_io_sq *io_sq) in ena_com_io_sq_to_ena_dev()
|
| H A D | ena_com.c | 317 struct ena_com_io_sq *io_sq) in ena_com_init_io_sq() 901 struct ena_com_io_sq *io_sq) in ena_com_destroy_io_sq() 936 struct ena_com_io_sq *io_sq, in ena_com_io_queue_free() 1239 struct ena_com_io_sq *io_sq, u16 cq_idx) in ena_com_create_io_sq() 1315 struct ena_com_io_sq *io_sq; in ena_com_ind_tbl_convert_to_device() 1459 struct ena_com_io_sq **io_sq, in ena_com_get_io_handlers() 1893 struct ena_com_io_sq *io_sq; in ena_com_create_io_queue() 1953 struct ena_com_io_sq *io_sq; in ena_com_destroy_io_queue()
|
| /dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.h | 155 struct ena_com_io_sq *ena_com_io_sq; member
|
| H A D | ena_ethdev.c | 197 static int ena_add_single_rx_desc(struct ena_com_io_sq *io_sq, 1318 &ring->ena_com_io_sq, in ena_create_io_queue() 1389 ena_com_free_q_entries(ring->ena_com_io_sq); in ena_queue_start() 1652 ena_com_free_q_entries(rxq->ena_com_io_sq); in ena_populate_rx_queue() 1695 ena_com_write_sq_doorbell(rxq->ena_com_io_sq); in ena_populate_rx_queue() 2546 rc = ena_add_single_rx_desc(rx_ring->ena_com_io_sq, in ena_rx_mbuf() 2612 ena_com_free_q_entries(rx_ring->ena_com_io_sq) - 1; in eth_ena_recv_pkts() 2622 rx_ring->ena_com_io_sq, in eth_ena_recv_pkts() 2976 ena_com_write_sq_doorbell(tx_ring->ena_com_io_sq); in ena_xmit_mbuf() 3093 ena_com_write_sq_doorbell(tx_ring->ena_com_io_sq); in eth_ena_xmit_pkts() [all …]
|