Searched refs:ena_com_io_sq (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/amazon/ena/ |
D | ena_eth_com.h | 77 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq, 82 struct ena_com_io_sq *io_sq, 85 int ena_com_add_single_rx_desc(struct ena_com_io_sq *io_sq, 99 static inline int ena_com_sq_empty_space(struct ena_com_io_sq *io_sq) in ena_com_sq_empty_space() 110 static inline int ena_com_write_sq_doorbell(struct ena_com_io_sq *io_sq) in ena_com_write_sq_doorbell() 157 static inline void ena_com_comp_ack(struct ena_com_io_sq *io_sq, u16 elem) in ena_com_comp_ack()
|
D | ena_eth_com.c | 71 static inline void *get_sq_desc(struct ena_com_io_sq *io_sq) in get_sq_desc() 83 static inline void ena_com_copy_curr_sq_desc_to_dev(struct ena_com_io_sq *io_sq) in ena_com_copy_curr_sq_desc_to_dev() 97 static inline void ena_com_sq_update_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_tail() 106 static inline int ena_com_write_header(struct ena_com_io_sq *io_sq, in ena_com_write_header() 172 static inline bool ena_com_meta_desc_changed(struct ena_com_io_sq *io_sq, in ena_com_meta_desc_changed() 189 static inline void ena_com_create_and_store_tx_meta_desc(struct ena_com_io_sq *io_sq, in ena_com_create_and_store_tx_meta_desc() 268 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq, in ena_com_prepare_tx() 401 struct ena_com_io_sq *io_sq, in ena_com_rx_pkt() 448 int ena_com_add_single_rx_desc(struct ena_com_io_sq *io_sq, in ena_com_add_single_rx_desc()
|
D | ena_netdev.h | 228 struct ena_com_io_sq *ena_com_io_sq; member
|
D | ena_com.h | 182 struct ena_com_io_sq { struct 316 struct ena_com_io_sq io_sq_queues[ENA_TOTAL_NUM_QUEUES]; 456 struct ena_com_io_sq **io_sq,
|
D | ena_netdev.c | 532 rc = ena_com_add_single_rx_desc(rx_ring->ena_com_io_sq, in ena_refill_rx_bufs() 556 ena_com_write_sq_doorbell(rx_ring->ena_com_io_sq); in ena_refill_rx_bufs() 794 ena_com_comp_ack(tx_ring->ena_com_io_sq, total_done); in ena_clean_tx_irq() 808 above_thresh = ena_com_sq_empty_space(tx_ring->ena_com_io_sq) > in ena_clean_tx_irq() 812 above_thresh = ena_com_sq_empty_space(tx_ring->ena_com_io_sq) > in ena_clean_tx_irq() 1047 rx_ring->ena_com_io_sq, in ena_clean_rx_irq() 1105 refill_required = ena_com_sq_empty_space(rx_ring->ena_com_io_sq); in ena_clean_rx_irq() 1623 &tx_ring->ena_com_io_sq, in ena_create_io_tx_queue() 1688 &rx_ring->ena_com_io_sq, in ena_create_io_rx_queue() 2087 rc = ena_com_prepare_tx(tx_ring->ena_com_io_sq, &ena_tx_ctx, in ena_start_xmit() [all …]
|
D | ena_com.c | 329 struct ena_com_io_sq *io_sq) in ena_com_init_io_sq() 678 struct ena_com_io_sq *io_sq) in ena_com_destroy_io_sq() 713 struct ena_com_io_sq *io_sq, in ena_com_io_queue_free() 962 struct ena_com_io_sq *io_sq, u16 cq_idx) in ena_com_create_io_sq() 1038 struct ena_com_io_sq *io_sq; in ena_com_ind_tbl_convert_to_device() 1213 struct ena_com_io_sq **io_sq, in ena_com_get_io_handlers() 1613 struct ena_com_io_sq *io_sq; in ena_com_create_io_queue() 1673 struct ena_com_io_sq *io_sq; in ena_com_destroy_io_queue()
|