Home
last modified time | relevance | path

Searched refs:ena_com_io_sq (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/amazon/ena/
Dena_eth_com.h52 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq,
57 struct ena_com_io_sq *io_sq,
60 int ena_com_add_single_rx_desc(struct ena_com_io_sq *io_sq,
72 static inline int ena_com_free_q_entries(struct ena_com_io_sq *io_sq) in ena_com_free_q_entries()
84 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, in ena_com_sq_have_enough_space()
102 static inline bool ena_com_meta_desc_changed(struct ena_com_io_sq *io_sq, in ena_com_meta_desc_changed()
113 static inline bool is_llq_max_tx_burst_exists(struct ena_com_io_sq *io_sq) in is_llq_max_tx_burst_exists()
119 static inline bool ena_com_is_doorbell_needed(struct ena_com_io_sq *io_sq, in ena_com_is_doorbell_needed()
150 static inline int ena_com_write_sq_doorbell(struct ena_com_io_sq *io_sq) in ena_com_write_sq_doorbell()
207 static inline void ena_com_comp_ack(struct ena_com_io_sq *io_sq, u16 elem) in ena_com_comp_ack()
Dena_eth_com.c36 static void *get_sq_desc_regular_queue(struct ena_com_io_sq *io_sq) in get_sq_desc_regular_queue()
48 static int ena_com_write_bounce_buffer_to_dev(struct ena_com_io_sq *io_sq, in ena_com_write_bounce_buffer_to_dev()
90 static int ena_com_write_header_to_bounce(struct ena_com_io_sq *io_sq, in ena_com_write_header_to_bounce()
123 static void *get_sq_desc_llq(struct ena_com_io_sq *io_sq) in get_sq_desc_llq()
144 static int ena_com_close_bounce_buffer(struct ena_com_io_sq *io_sq) in ena_com_close_bounce_buffer()
174 static void *get_sq_desc(struct ena_com_io_sq *io_sq) in get_sq_desc()
182 static int ena_com_sq_update_llq_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_llq_tail()
213 static int ena_com_sq_update_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_tail()
275 static int ena_com_create_meta(struct ena_com_io_sq *io_sq, in ena_com_create_meta()
321 static int ena_com_create_and_store_tx_meta_desc(struct ena_com_io_sq *io_sq, in ena_com_create_and_store_tx_meta_desc()
[all …]
Dena_com.h157 struct ena_com_io_sq { struct
302 struct ena_com_io_sq io_sq_queues[ENA_TOTAL_NUM_QUEUES];
453 struct ena_com_io_sq **io_sq,
941 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()
Dena_netdev.h242 struct ena_com_io_sq *ena_com_io_sq; member
Dena_netdev.c89 ena_com_write_sq_doorbell(tx_ring->ena_com_io_sq); in ena_ring_tx_doorbell()
146 if (unlikely(ena_com_is_doorbell_needed(ring->ena_com_io_sq, in ena_xmit_common()
155 rc = ena_com_prepare_tx(ring->ena_com_io_sq, ena_tx_ctx, in ena_xmit_common()
1097 rc = ena_com_add_single_rx_desc(rx_ring->ena_com_io_sq, in ena_refill_rx_bufs()
1120 ena_com_write_sq_doorbell(rx_ring->ena_com_io_sq); in ena_refill_rx_bufs()
1374 ena_com_comp_ack(tx_ring->ena_com_io_sq, total_done); in ena_clean_tx_irq()
1388 above_thresh = ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_clean_tx_irq()
1393 ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_clean_tx_irq()
1684 rx_ring->ena_com_io_sq, in ena_clean_rx_irq()
1764 refill_required = ena_com_free_q_entries(rx_ring->ena_com_io_sq); in ena_clean_rx_irq()
[all …]
Dena_com.c318 struct ena_com_io_sq *io_sq) in ena_com_init_io_sq()
905 struct ena_com_io_sq *io_sq) in ena_com_destroy_io_sq()
941 struct ena_com_io_sq *io_sq, in ena_com_io_queue_free()
1222 struct ena_com_io_sq *io_sq, u16 cq_idx) in ena_com_create_io_sq()
1301 struct ena_com_io_sq *io_sq; in ena_com_ind_tbl_convert_to_device()
1447 struct ena_com_io_sq **io_sq, in ena_com_get_io_handlers()
1873 struct ena_com_io_sq *io_sq; in ena_com_create_io_queue()
1934 struct ena_com_io_sq *io_sq; in ena_com_destroy_io_queue()