Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ena-com/
H A Dena_eth_com.h80 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq,
85 struct ena_com_io_sq *io_sq,
88 int ena_com_add_single_rx_desc(struct ena_com_io_sq *io_sq,
100 static inline int ena_com_free_q_entries(struct ena_com_io_sq *io_sq) in ena_com_free_q_entries()
112 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, in ena_com_sq_have_enough_space()
130 static inline bool ena_com_meta_desc_changed(struct ena_com_io_sq *io_sq, in ena_com_meta_desc_changed()
141 static inline bool is_llq_max_tx_burst_exists(struct ena_com_io_sq *io_sq) in is_llq_max_tx_burst_exists()
147 static inline bool ena_com_is_doorbell_needed(struct ena_com_io_sq *io_sq, in ena_com_is_doorbell_needed()
178 static inline int ena_com_write_sq_doorbell(struct ena_com_io_sq *io_sq) in ena_com_write_sq_doorbell()
213 static inline void ena_com_comp_ack(struct ena_com_io_sq *io_sq, u16 elem) in ena_com_comp_ack()
H A Dena_eth_com.c63 static void *get_sq_desc_regular_queue(struct ena_com_io_sq *io_sq) in get_sq_desc_regular_queue()
118 static int ena_com_write_header_to_bounce(struct ena_com_io_sq *io_sq, in ena_com_write_header_to_bounce()
150 static void *get_sq_desc_llq(struct ena_com_io_sq *io_sq) in get_sq_desc_llq()
171 static int ena_com_close_bounce_buffer(struct ena_com_io_sq *io_sq) in ena_com_close_bounce_buffer()
201 static void *get_sq_desc(struct ena_com_io_sq *io_sq) in get_sq_desc()
209 static int ena_com_sq_update_llq_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_llq_tail()
240 static int ena_com_sq_update_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_tail()
314 static int ena_com_create_meta(struct ena_com_io_sq *io_sq, in ena_com_create_meta()
424 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq, in ena_com_prepare_tx()
584 struct ena_com_io_sq *io_sq, in ena_com_rx_pkt()
[all …]
H A Dena_com.h167 struct ena_com_io_sq { struct
380 struct ena_com_io_sq io_sq_queues[ENA_TOTAL_NUM_QUEUES];
572 struct ena_com_io_sq **io_sq,
1104 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 Dena_com.c359 struct ena_com_io_sq *io_sq) in ena_com_init_io_sq()
943 struct ena_com_io_sq *io_sq) in ena_com_destroy_io_sq()
978 struct ena_com_io_sq *io_sq, in ena_com_io_queue_free()
1281 struct ena_com_io_sq *io_sq, u16 cq_idx) in ena_com_create_io_sq()
1354 struct ena_com_io_sq *io_sq; in ena_com_ind_tbl_convert_to_device()
1494 struct ena_com_io_sq **io_sq, in ena_com_get_io_handlers()
2143 struct ena_com_io_sq *io_sq; in ena_com_create_io_queue()
2203 struct ena_com_io_sq *io_sq; in ena_com_destroy_io_queue()
/freebsd/sys/dev/ena/
H A Dena.h313 struct ena_com_io_sq *ena_com_io_sq; member
558 ena_com_write_sq_doorbell(tx_ring->ena_com_io_sq); in ena_ring_tx_doorbell()
H A Dena_datapath.c323 above_thresh = ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_tx_cleanup()
328 tx_ring->ena_com_io_sq, ENA_TX_RESUME_THRESH); in ena_tx_cleanup()
564 struct ena_com_io_sq *io_sq; in ena_rx_cleanup()
967 struct ena_com_io_sq *io_sq; in ena_xmit_mbuf()
1015 ena_com_is_doorbell_needed(tx_ring->ena_com_io_sq, &ena_tx_ctx)) { in ena_xmit_mbuf()
1058 if (unlikely(!ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_xmit_mbuf()
1074 if (ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_xmit_mbuf()
H A Dena_netmap.c47 struct ena_com_io_sq *io_sq;
816 ena_com_comp_ack(ctx->ring->ena_com_io_sq, total_tx_descs); in ena_netmap_tx_cleanup()
H A Dena.c1110 rc = ena_com_add_single_rx_desc(rx_ring->ena_com_io_sq, in ena_refill_rx_bufs()
1130 ena_com_write_sq_doorbell(rx_ring->ena_com_io_sq); in ena_refill_rx_bufs()
1535 &ring->ena_com_io_sq, &ring->ena_com_io_cq); in ena_create_io_queues()
1571 &ring->ena_com_io_sq, &ring->ena_com_io_cq); in ena_create_io_queues()
3214 rx_ring->ena_com_io_sq); in check_for_empty_rx_ring()