Searched defs:io_sq (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/sys/contrib/ena-com/ |
H A D | ena_eth_com.c | 63 static void *get_sq_desc_regular_queue(struct ena_com_io_sq *io_sq) in get_sq_desc_regular_queue() argument 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() argument 118 ena_com_write_header_to_bounce(struct ena_com_io_sq * io_sq,u8 * header_src,u16 header_len) ena_com_write_header_to_bounce() argument 150 get_sq_desc_llq(struct ena_com_io_sq * io_sq) get_sq_desc_llq() argument 171 ena_com_close_bounce_buffer(struct ena_com_io_sq * io_sq) ena_com_close_bounce_buffer() argument 201 get_sq_desc(struct ena_com_io_sq * io_sq) get_sq_desc() argument 209 ena_com_sq_update_llq_tail(struct ena_com_io_sq * io_sq) ena_com_sq_update_llq_tail() argument 240 ena_com_sq_update_tail(struct ena_com_io_sq * io_sq) ena_com_sq_update_tail() argument 314 ena_com_create_meta(struct ena_com_io_sq * io_sq,struct ena_com_tx_meta * ena_meta) ena_com_create_meta() argument 360 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) ena_com_create_and_store_tx_meta_desc() argument 424 ena_com_prepare_tx(struct ena_com_io_sq * io_sq,struct ena_com_tx_ctx * ena_tx_ctx,int * nb_hw_desc) ena_com_prepare_tx() argument 584 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) ena_com_rx_pkt() argument 649 ena_com_add_single_rx_desc(struct ena_com_io_sq * io_sq,struct ena_com_buf * ena_buf,u16 req_id) ena_com_add_single_rx_desc() argument [all...] |
H A D | ena_eth_com.h | 100 ena_com_free_q_entries(struct ena_com_io_sq * io_sq) ena_com_free_q_entries() argument 112 ena_com_sq_have_enough_space(struct ena_com_io_sq * io_sq,u16 required_buffers) ena_com_sq_have_enough_space() argument 130 ena_com_meta_desc_changed(struct ena_com_io_sq * io_sq,struct ena_com_tx_ctx * ena_tx_ctx) ena_com_meta_desc_changed() argument 141 is_llq_max_tx_burst_exists(struct ena_com_io_sq * io_sq) is_llq_max_tx_burst_exists() argument 147 ena_com_is_doorbell_needed(struct ena_com_io_sq * io_sq,struct ena_com_tx_ctx * ena_tx_ctx) ena_com_is_doorbell_needed() argument 178 ena_com_write_sq_doorbell(struct ena_com_io_sq * io_sq) ena_com_write_sq_doorbell() argument 213 ena_com_comp_ack(struct ena_com_io_sq * io_sq,u16 elem) ena_com_comp_ack() argument [all...] |
H A D | ena_com.c | 359 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) ena_com_init_io_sq() argument 943 ena_com_destroy_io_sq(struct ena_com_dev * ena_dev,struct ena_com_io_sq * io_sq) ena_com_destroy_io_sq() argument 978 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) ena_com_io_queue_free() argument 1281 ena_com_create_io_sq(struct ena_com_dev * ena_dev,struct ena_com_io_sq * io_sq,u16 cq_idx) ena_com_create_io_sq() argument 1354 struct ena_com_io_sq *io_sq; ena_com_ind_tbl_convert_to_device() 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) ena_com_get_io_handlers() argument 2143 struct ena_com_io_sq *io_sq; ena_com_create_io_queue() local 2203 struct ena_com_io_sq *io_sq; ena_com_destroy_io_queue() local [all...] |
H A D | ena_com.h | 1104 ena_com_io_sq_to_ena_dev(struct ena_com_io_sq * io_sq) ena_com_io_sq_to_ena_dev() argument [all...] |
/freebsd-src/sys/dev/ena/ |
H A D | ena_datapath.c | 564 struct ena_com_io_sq *io_sq; ena_rx_cleanup() local 967 struct ena_com_io_sq *io_sq; ena_xmit_mbuf() local
|
H A D | ena_netmap.c | 47 struct ena_com_io_sq *io_sq; member
|