Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ena-com/
H A Dena_eth_com.h83 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq,
88 struct ena_com_io_sq *io_sq,
91 int ena_com_add_single_rx_desc(struct ena_com_io_sq *io_sq,
103 static inline int ena_com_free_q_entries(struct ena_com_io_sq *io_sq) in ena_com_free_q_entries()
115 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, in ena_com_sq_have_enough_space()
133 static inline bool ena_com_meta_desc_changed(struct ena_com_io_sq *io_sq, in ena_com_meta_desc_changed()
144 static inline bool is_llq_max_tx_burst_exists(struct ena_com_io_sq *io_sq) in is_llq_max_tx_burst_exists()
150 static inline bool ena_com_is_doorbell_needed(struct ena_com_io_sq *io_sq, in ena_com_is_doorbell_needed()
181 static inline int ena_com_write_sq_doorbell(struct ena_com_io_sq *io_sq) in ena_com_write_sq_doorbell()
238 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()
301 static int ena_com_create_meta(struct ena_com_io_sq *io_sq, in ena_com_create_meta()
414 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq, in ena_com_prepare_tx()
577 struct ena_com_io_sq *io_sq, in ena_com_rx_pkt()
[all …]
H A Dena_com.h170 struct ena_com_io_sq { struct
326 struct ena_com_io_sq io_sq_queues[ENA_TOTAL_NUM_QUEUES];
480 struct ena_com_io_sq **io_sq,
980 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.c353 struct ena_com_io_sq *io_sq) in ena_com_init_io_sq()
937 struct ena_com_io_sq *io_sq) in ena_com_destroy_io_sq()
972 struct ena_com_io_sq *io_sq, in ena_com_io_queue_free()
1275 struct ena_com_io_sq *io_sq, u16 cq_idx) in ena_com_create_io_sq()
1351 struct ena_com_io_sq *io_sq; in ena_com_ind_tbl_convert_to_device()
1495 struct ena_com_io_sq **io_sq, in ena_com_get_io_handlers()
1929 struct ena_com_io_sq *io_sq; in ena_com_create_io_queue()
1989 struct ena_com_io_sq *io_sq; in ena_com_destroy_io_queue()
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_eth_com.h55 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()
152 static inline int ena_com_write_sq_doorbell(struct ena_com_io_sq *io_sq) in ena_com_write_sq_doorbell()
206 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.c35 static void *get_sq_desc_regular_queue(struct ena_com_io_sq *io_sq) in get_sq_desc_regular_queue()
88 static int ena_com_write_header_to_bounce(struct ena_com_io_sq *io_sq, in ena_com_write_header_to_bounce()
118 static void *get_sq_desc_llq(struct ena_com_io_sq *io_sq) in get_sq_desc_llq()
138 static int ena_com_close_bounce_buffer(struct ena_com_io_sq *io_sq) in ena_com_close_bounce_buffer()
167 static void *get_sq_desc(struct ena_com_io_sq *io_sq) in get_sq_desc()
175 static int ena_com_sq_update_llq_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_llq_tail()
205 static int ena_com_sq_update_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_tail()
265 static int ena_com_create_meta(struct ena_com_io_sq *io_sq, in ena_com_create_meta()
374 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq, in ena_com_prepare_tx()
529 struct ena_com_io_sq *io_sq, in ena_com_rx_pkt()
[all …]
H A Dena_com.h142 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,
H A Dena_com.c311 struct ena_com_io_sq *io_sq) in ena_com_init_io_sq()
887 struct ena_com_io_sq *io_sq) in ena_com_destroy_io_sq()
922 struct ena_com_io_sq *io_sq, in ena_com_io_queue_free()
1225 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()
1443 struct ena_com_io_sq **io_sq, in ena_com_get_io_handlers()
1867 struct ena_com_io_sq *io_sq; in ena_com_create_io_queue()
1927 struct ena_com_io_sq *io_sq; in ena_com_destroy_io_queue()
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.h118 struct ena_com_io_sq *ena_com_io_sq; member
H A Dena_ethdev.c1170 &ring->ena_com_io_sq, in ena_create_io_queue()
1237 ena_com_free_q_entries(ring->ena_com_io_sq); in ena_queue_start()
1464 ena_com_free_q_entries(rxq->ena_com_io_sq); in ena_populate_rx_queue()
1510 ena_com_write_sq_doorbell(rxq->ena_com_io_sq); in ena_populate_rx_queue()
2153 rc = ena_add_single_rx_desc(rx_ring->ena_com_io_sq, in ena_rx_mbuf()
2215 ena_com_free_q_entries(rx_ring->ena_com_io_sq) - 1; in eth_ena_recv_pkts()
2225 rx_ring->ena_com_io_sq, in eth_ena_recv_pkts()
2517 ena_com_write_sq_doorbell(tx_ring->ena_com_io_sq); in ena_xmit_mbuf()
2608 ena_com_free_q_entries(tx_ring->ena_com_io_sq); in eth_ena_xmit_pkts()
2613 ena_com_write_sq_doorbell(tx_ring->ena_com_io_sq); in eth_ena_xmit_pkts()
[all …]