Home
last modified time | relevance | path

Searched defs:io_sq (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/contrib/ena-com/
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_eth_com.h103 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_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() local
1496 struct ena_com_io_sq **io_sq, in ena_com_get_io_handlers()
1930 struct ena_com_io_sq *io_sq; in ena_com_create_io_queue() local
1990 struct ena_com_io_sq *io_sq; in ena_com_destroy_io_queue() local
H A Dena_com.h978 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()
/freebsd-13.1/sys/dev/ena/
H A Dena_datapath.c568 struct ena_com_io_sq* io_sq; in ena_rx_cleanup() local
968 struct ena_com_io_sq* io_sq; in ena_xmit_mbuf() local
1101 struct ena_com_io_sq* io_sq; in ena_start_xmit() local
H A Dena_netmap.c49 struct ena_com_io_sq *io_sq; member