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

/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.c35 static void *get_sq_desc_regular_queue(struct ena_com_io_sq *io_sq) argument
47 static int ena_com_write_bounce_buffer_to_dev(struct ena_com_io_sq *io_sq, argument
89 ena_com_write_header_to_bounce(struct ena_com_io_sq *io_sq, u8 *header_src, u16 header_len) argument
120 get_sq_desc_llq(struct ena_com_io_sq *io_sq) argument
140 ena_com_close_bounce_buffer(struct ena_com_io_sq *io_sq) argument
170 get_sq_desc(struct ena_com_io_sq *io_sq) argument
178 ena_com_sq_update_llq_tail(struct ena_com_io_sq *io_sq) argument
209 ena_com_sq_update_tail(struct ena_com_io_sq *io_sq) argument
270 ena_com_create_meta(struct ena_com_io_sq *io_sq, struct ena_com_tx_meta *ena_meta) argument
316 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
375 ena_com_prepare_tx(struct ena_com_io_sq *io_sq, struct ena_com_tx_ctx *ena_tx_ctx, int *nb_hw_desc) argument
532 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
591 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.h74 static inline int ena_com_free_q_entries(struct ena_com_io_sq *io_sq) argument
86 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, argument
104 ena_com_meta_desc_changed(struct ena_com_io_sq *io_sq, struct ena_com_tx_ctx *ena_tx_ctx) argument
115 is_llq_max_tx_burst_exists(struct ena_com_io_sq *io_sq) argument
121 ena_com_is_doorbell_needed(struct ena_com_io_sq *io_sq, struct ena_com_tx_ctx *ena_tx_ctx) argument
152 ena_com_write_sq_doorbell(struct ena_com_io_sq *io_sq) argument
186 ena_com_comp_ack(struct ena_com_io_sq *io_sq, u16 elem) argument
[all...]
H A Dena_com.h936 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.c310 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
882 ena_com_destroy_io_sq(struct ena_com_dev *ena_dev, struct ena_com_io_sq *io_sq) argument
917 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
1187 ena_com_create_io_sq(struct ena_com_dev *ena_dev, struct ena_com_io_sq *io_sq, u16 cq_idx) argument
1261 struct ena_com_io_sq *io_sq; local
1399 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
1812 struct ena_com_io_sq *io_sq; local
1871 struct ena_com_io_sq *io_sq; local
[all...]

Completed in 137 milliseconds