Searched refs:ena_com_io_sq (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/ena-com/ |
H A D | ena_eth_com.h | 85 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq, 90 struct ena_com_io_sq *io_sq, 93 int ena_com_add_single_rx_desc(struct ena_com_io_sq *io_sq, 105 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 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() 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 D | ena_com.h | 175 struct ena_com_io_sq { struct 396 struct ena_com_io_sq io_sq_queues[ENA_TOTAL_NUM_QUEUES]; 595 struct ena_com_io_sq **io_sq, 1147 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()
|
H A D | ena_com.c | 364 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() 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() 2261 struct ena_com_io_sq *io_sq; in ena_com_destroy_io_queue()
|
/freebsd/sys/dev/ena/ |
H A D | ena_datapath.c | 325 above_thresh = ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_tx_cleanup() 330 tx_ring->ena_com_io_sq, ENA_TX_RESUME_THRESH); in ena_tx_cleanup() 570 struct ena_com_io_sq *io_sq; in ena_rx_cleanup() 975 struct ena_com_io_sq *io_sq; in ena_xmit_mbuf() 1023 ena_com_is_doorbell_needed(tx_ring->ena_com_io_sq, &ena_tx_ctx)) { in ena_xmit_mbuf() 1066 if (unlikely(!ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_xmit_mbuf() 1082 if (ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_xmit_mbuf()
|
H A D | ena.h | 324 struct ena_com_io_sq *ena_com_io_sq; member 630 ena_com_write_sq_doorbell(tx_ring->ena_com_io_sq); in ena_ring_tx_doorbell()
|
H A D | ena_netmap.c | 47 struct ena_com_io_sq *io_sq; 823 ena_com_comp_ack(tx_ring->ena_com_io_sq, total_tx_descs); in ena_netmap_tx_cleanup()
|
H A D | ena.c | 1141 rc = ena_com_add_single_rx_desc(rx_ring->ena_com_io_sq, in ena_refill_rx_bufs() 1161 ena_com_write_sq_doorbell(rx_ring->ena_com_io_sq); in ena_refill_rx_bufs() 1613 &ring->ena_com_io_sq, &ring->ena_com_io_cq); in ena_create_io_queues() 1649 &ring->ena_com_io_sq, &ring->ena_com_io_cq); in ena_create_io_queues() 3345 rx_ring->ena_com_io_sq); in check_for_empty_rx_ring()
|