Home
last modified time | relevance | path

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

/drivers/net/ethernet/amazon/ena/
Dena_eth_com.h78 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq,
83 struct ena_com_io_sq *io_sq,
86 int ena_com_add_single_rx_desc(struct ena_com_io_sq *io_sq,
98 static inline int ena_com_free_desc(struct ena_com_io_sq *io_sq) in ena_com_free_desc()
110 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, in ena_com_sq_have_enough_space()
128 static inline bool ena_com_meta_desc_changed(struct ena_com_io_sq *io_sq, in ena_com_meta_desc_changed()
139 static inline bool is_llq_max_tx_burst_exists(struct ena_com_io_sq *io_sq) in is_llq_max_tx_burst_exists()
145 static inline bool ena_com_is_doorbell_needed(struct ena_com_io_sq *io_sq, in ena_com_is_doorbell_needed()
174 static inline int ena_com_write_sq_doorbell(struct ena_com_io_sq *io_sq) in ena_com_write_sq_doorbell()
228 static inline void ena_com_comp_ack(struct ena_com_io_sq *io_sq, u16 elem) in ena_com_comp_ack()
Dena_eth_com.c62 static void *get_sq_desc_regular_queue(struct ena_com_io_sq *io_sq) in get_sq_desc_regular_queue()
74 static int ena_com_write_bounce_buffer_to_dev(struct ena_com_io_sq *io_sq, in ena_com_write_bounce_buffer_to_dev()
114 static int ena_com_write_header_to_bounce(struct ena_com_io_sq *io_sq, in ena_com_write_header_to_bounce()
145 static void *get_sq_desc_llq(struct ena_com_io_sq *io_sq) in get_sq_desc_llq()
165 static int ena_com_close_bounce_buffer(struct ena_com_io_sq *io_sq) in ena_com_close_bounce_buffer()
192 static void *get_sq_desc(struct ena_com_io_sq *io_sq) in get_sq_desc()
200 static int ena_com_sq_update_llq_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_llq_tail()
228 static int ena_com_sq_update_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_tail()
288 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()
369 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq, in ena_com_prepare_tx()
[all …]
Dena_com.h180 struct ena_com_io_sq { struct
322 struct ena_com_io_sq io_sq_queues[ENA_TOTAL_NUM_QUEUES];
469 struct ena_com_io_sq **io_sq,
Dena_netdev.h258 struct ena_com_io_sq *ena_com_io_sq; member
Dena_netdev.c550 rc = ena_com_add_single_rx_desc(rx_ring->ena_com_io_sq, in ena_refill_rx_bufs()
574 ena_com_write_sq_doorbell(rx_ring->ena_com_io_sq); in ena_refill_rx_bufs()
806 ena_com_comp_ack(tx_ring->ena_com_io_sq, total_done); in ena_clean_tx_irq()
820 above_thresh = ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_clean_tx_irq()
825 ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_clean_tx_irq()
1072 rx_ring->ena_com_io_sq, in ena_clean_rx_irq()
1129 refill_required = ena_com_free_desc(rx_ring->ena_com_io_sq); in ena_clean_rx_irq()
1661 &tx_ring->ena_com_io_sq, in ena_create_io_tx_queue()
1728 &rx_ring->ena_com_io_sq, in ena_create_io_rx_queue()
2290 if (unlikely(ena_com_is_doorbell_needed(tx_ring->ena_com_io_sq, &ena_tx_ctx))) { in ena_start_xmit()
[all …]
Dena_com.c328 struct ena_com_io_sq *io_sq) in ena_com_init_io_sq()
872 struct ena_com_io_sq *io_sq) in ena_com_destroy_io_sq()
907 struct ena_com_io_sq *io_sq, in ena_com_io_queue_free()
1161 struct ena_com_io_sq *io_sq, u16 cq_idx) in ena_com_create_io_sq()
1237 struct ena_com_io_sq *io_sq; in ena_com_ind_tbl_convert_to_device()
1405 struct ena_com_io_sq **io_sq, in ena_com_get_io_handlers()
1808 struct ena_com_io_sq *io_sq; in ena_com_create_io_queue()
1868 struct ena_com_io_sq *io_sq; in ena_com_destroy_io_queue()