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

/freebsd-13-stable/sys/contrib/ena-com/
H A Dena_eth_com.c63 static void *get_sq_desc_regular_queue(struct ena_com_io_sq *io_sq) argument
75 static int ena_com_write_bounce_buffer_to_dev(struct ena_com_io_sq *io_sq, argument
118 ena_com_write_header_to_bounce(struct ena_com_io_sq *io_sq, u8 *header_src, u16 header_len) argument
150 get_sq_desc_llq(struct ena_com_io_sq *io_sq) argument
171 ena_com_close_bounce_buffer(struct ena_com_io_sq *io_sq) argument
201 get_sq_desc(struct ena_com_io_sq *io_sq) argument
209 ena_com_sq_update_llq_tail(struct ena_com_io_sq *io_sq) argument
240 ena_com_sq_update_tail(struct ena_com_io_sq *io_sq) argument
301 ena_com_create_meta(struct ena_com_io_sq *io_sq, struct ena_com_tx_meta *ena_meta) argument
347 ena_com_create_and_store_tx_meta_desc(struct ena_com_io_sq *io_sq, struct ena_com_tx_ctx *ena_tx_ctx, bool *have_meta) argument
414 ena_com_prepare_tx(struct ena_com_io_sq *io_sq, struct ena_com_tx_ctx *ena_tx_ctx, int *nb_hw_desc) argument
576 ena_com_rx_pkt(struct ena_com_io_cq *io_cq, struct ena_com_io_sq *io_sq, struct ena_com_rx_ctx *ena_rx_ctx) argument
638 ena_com_add_single_rx_desc(struct ena_com_io_sq *io_sq, struct ena_com_buf *ena_buf, u16 req_id) argument
[all...]
H A Dena_eth_com.h103 static inline int ena_com_free_q_entries(struct ena_com_io_sq *io_sq) argument
115 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, argument
133 ena_com_meta_desc_changed(struct ena_com_io_sq *io_sq, struct ena_com_tx_ctx *ena_tx_ctx) argument
144 is_llq_max_tx_burst_exists(struct ena_com_io_sq *io_sq) argument
150 ena_com_is_doorbell_needed(struct ena_com_io_sq *io_sq, struct ena_com_tx_ctx *ena_tx_ctx) argument
181 ena_com_write_sq_doorbell(struct ena_com_io_sq *io_sq) argument
238 ena_com_comp_ack(struct ena_com_io_sq *io_sq, u16 elem) argument
[all...]
H A Dena_com.h980 static inline struct ena_com_dev *ena_com_io_sq_to_ena_dev(struct ena_com_io_sq *io_sq) argument
[all...]
H A Dena_com.c351 ena_com_init_io_sq(struct ena_com_dev *ena_dev, struct ena_com_create_io_ctx *ctx, struct ena_com_io_sq *io_sq) argument
936 ena_com_destroy_io_sq(struct ena_com_dev *ena_dev, struct ena_com_io_sq *io_sq) argument
971 ena_com_io_queue_free(struct ena_com_dev *ena_dev, struct ena_com_io_sq *io_sq, struct ena_com_io_cq *io_cq) argument
1274 ena_com_create_io_sq(struct ena_com_dev *ena_dev, struct ena_com_io_sq *io_sq, u16 cq_idx) argument
1351 struct ena_com_io_sq *io_sq; local
1494 ena_com_get_io_handlers(struct ena_com_dev *ena_dev, u16 qid, struct ena_com_io_sq **io_sq, struct ena_com_io_cq **io_cq) argument
1929 struct ena_com_io_sq *io_sq; local
1989 struct ena_com_io_sq *io_sq; local
[all...]
/freebsd-13-stable/sys/dev/ena/
H A Dena_datapath.c548 struct ena_com_io_sq* io_sq; local
932 struct ena_com_io_sq* io_sq; local
1061 struct ena_com_io_sq* io_sq; local
[all...]
H A Dena_netmap.c49 struct ena_com_io_sq *io_sq; member in struct:ena_netmap_ctx

Completed in 172 milliseconds