ena_com_io_sq
struct ena_com_io_sq *io_sq, u16 cq_idx)
struct ena_com_io_sq *io_sq;
struct ena_com_io_sq **io_sq,
struct ena_com_io_sq *io_sq;
struct ena_com_io_sq *io_sq;
struct ena_com_io_sq *io_sq)
struct ena_com_io_sq *io_sq)
struct ena_com_io_sq *io_sq,
static inline struct ena_com_dev *ena_com_io_sq_to_ena_dev(struct ena_com_io_sq *io_sq)
struct ena_com_io_sq io_sq_queues[ENA_TOTAL_NUM_QUEUES];
struct ena_com_io_sq **io_sq,
static void *get_sq_desc_llq(struct ena_com_io_sq *io_sq)
static int ena_com_close_bounce_buffer(struct ena_com_io_sq *io_sq)
static void *get_sq_desc(struct ena_com_io_sq *io_sq)
static int ena_com_sq_update_llq_tail(struct ena_com_io_sq *io_sq)
static int ena_com_sq_update_tail(struct ena_com_io_sq *io_sq)
static int ena_com_create_meta(struct ena_com_io_sq *io_sq,
static int ena_com_create_and_store_tx_meta_desc(struct ena_com_io_sq *io_sq,
static void *get_sq_desc_regular_queue(struct ena_com_io_sq *io_sq)
int ena_com_prepare_tx(struct ena_com_io_sq *io_sq,
static int ena_com_write_bounce_buffer_to_dev(struct ena_com_io_sq *io_sq,
struct ena_com_io_sq *io_sq,
int ena_com_add_single_rx_desc(struct ena_com_io_sq *io_sq,
static int ena_com_write_header_to_bounce(struct ena_com_io_sq *io_sq,
static inline bool ena_com_meta_desc_changed(struct ena_com_io_sq *io_sq,
static inline bool is_llq_max_tx_burst_exists(struct ena_com_io_sq *io_sq)
static inline bool ena_com_is_doorbell_needed(struct ena_com_io_sq *io_sq,
static inline int ena_com_write_sq_doorbell(struct ena_com_io_sq *io_sq)
static inline void ena_com_comp_ack(struct ena_com_io_sq *io_sq, u16 elem)
int ena_com_prepare_tx(struct ena_com_io_sq *io_sq,
struct ena_com_io_sq *io_sq,
int ena_com_add_single_rx_desc(struct ena_com_io_sq *io_sq,
static inline int ena_com_free_q_entries(struct ena_com_io_sq *io_sq)
static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq,
rx_ring->ena_com_io_sq,
if (unlikely(ena_com_is_doorbell_needed(ring->ena_com_io_sq,
refill_required = ena_com_free_q_entries(rx_ring->ena_com_io_sq);
rc = ena_com_prepare_tx(ring->ena_com_io_sq, ena_tx_ctx,
&tx_ring->ena_com_io_sq,
&rx_ring->ena_com_io_sq,
if (unlikely(!ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
if (ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
refill_required = ena_com_free_q_entries(rx_ring->ena_com_io_sq);
rc = ena_com_add_single_rx_desc(rx_ring->ena_com_io_sq,
ena_com_write_sq_doorbell(rx_ring->ena_com_io_sq);
ena_com_comp_ack(tx_ring->ena_com_io_sq, total_done);
above_thresh = ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
struct ena_com_io_sq *ena_com_io_sq;
ena_com_write_sq_doorbell(tx_ring->ena_com_io_sq);
ena_com_comp_ack(tx_ring->ena_com_io_sq, total_done);