Home
last modified time | relevance | path

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

/freebsd/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()
75 static int ena_com_write_bounce_buffer_to_dev(struct ena_com_io_sq *io_sq, in ena_com_write_bounce_buffer_to_dev()
119 static int ena_com_write_header_to_bounce(struct ena_com_io_sq *io_sq, in ena_com_write_header_to_bounce()
151 static void *get_sq_desc_llq(struct ena_com_io_sq *io_sq) in get_sq_desc_llq()
172 static int ena_com_close_bounce_buffer(struct ena_com_io_sq *io_sq) in ena_com_close_bounce_buffer()
202 static void *get_sq_desc(struct ena_com_io_sq *io_sq) in get_sq_desc()
210 static int ena_com_sq_update_llq_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_llq_tail()
241 static int ena_com_sq_update_reqular_queue_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_reqular_queue_tail()
252 static int ena_com_sq_update_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_tail()
329 static int ena_com_create_meta(struct ena_com_io_sq *io_sq, in ena_com_create_meta()
[all …]
H A Dena_eth_com.h105 static inline int ena_com_free_q_entries(struct ena_com_io_sq *io_sq) in ena_com_free_q_entries()
117 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, in ena_com_sq_have_enough_space()
135 static inline bool ena_com_meta_desc_changed(struct ena_com_io_sq *io_sq, in ena_com_meta_desc_changed()
146 static inline bool is_llq_max_tx_burst_exists(struct ena_com_io_sq *io_sq) in is_llq_max_tx_burst_exists()
152 static inline bool ena_com_is_doorbell_needed(struct ena_com_io_sq *io_sq, in ena_com_is_doorbell_needed()
183 static inline int ena_com_write_sq_doorbell(struct ena_com_io_sq *io_sq) in ena_com_write_sq_doorbell()
218 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.c364 struct ena_com_io_sq *io_sq) in ena_com_init_io_sq()
964 struct ena_com_io_sq *io_sq) in ena_com_destroy_io_sq()
999 struct ena_com_io_sq *io_sq, in ena_com_io_queue_free()
1302 struct ena_com_io_sq *io_sq, u16 cq_idx) in ena_com_create_io_sq()
1375 struct ena_com_io_sq *io_sq; in ena_com_ind_tbl_convert_to_device() local
1515 struct ena_com_io_sq **io_sq, in ena_com_get_io_handlers()
2201 struct ena_com_io_sq *io_sq; in ena_com_create_io_queue() local
2261 struct ena_com_io_sq *io_sq; in ena_com_destroy_io_queue() local
H A Dena_com.h1147 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/sys/dev/ena/
H A Dena_datapath.c570 struct ena_com_io_sq *io_sq; in ena_rx_cleanup() local
975 struct ena_com_io_sq *io_sq; in ena_xmit_mbuf() local
H A Dena_netmap.c47 struct ena_com_io_sq *io_sq; member