Searched defs:io_sq (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_eth_com.c | 35 static void *get_sq_desc_regular_queue(struct ena_com_io_sq *io_sq) in get_sq_desc_regular_queue() 89 static int ena_com_write_header_to_bounce(struct ena_com_io_sq *io_sq, in ena_com_write_header_to_bounce() 120 static void *get_sq_desc_llq(struct ena_com_io_sq *io_sq) in get_sq_desc_llq() 140 static int ena_com_close_bounce_buffer(struct ena_com_io_sq *io_sq) in ena_com_close_bounce_buffer() 170 static void *get_sq_desc(struct ena_com_io_sq *io_sq) in get_sq_desc() 178 static int ena_com_sq_update_llq_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_llq_tail() 209 static int ena_com_sq_update_tail(struct ena_com_io_sq *io_sq) in ena_com_sq_update_tail() 270 static int ena_com_create_meta(struct ena_com_io_sq *io_sq, in ena_com_create_meta() 375 int ena_com_prepare_tx(struct ena_com_io_sq *io_sq, in ena_com_prepare_tx() 533 struct ena_com_io_sq *io_sq, in ena_com_rx_pkt() [all …]
|
H A D | ena_eth_com.h | 76 static inline int ena_com_free_q_entries(struct ena_com_io_sq *io_sq) in ena_com_free_q_entries() 88 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, in ena_com_sq_have_enough_space() 106 static inline bool ena_com_meta_desc_changed(struct ena_com_io_sq *io_sq, in ena_com_meta_desc_changed() 117 static inline bool is_llq_max_tx_burst_exists(struct ena_com_io_sq *io_sq) in is_llq_max_tx_burst_exists() 123 static inline bool ena_com_is_doorbell_needed(struct ena_com_io_sq *io_sq, in ena_com_is_doorbell_needed() 154 static inline int ena_com_write_sq_doorbell(struct ena_com_io_sq *io_sq) in ena_com_write_sq_doorbell() 210 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_com.c | 312 struct ena_com_io_sq *io_sq) in ena_com_init_io_sq() 872 struct ena_com_io_sq *io_sq) in ena_com_destroy_io_sq() 907 struct ena_com_io_sq *io_sq, in ena_com_io_queue_free() 1177 struct ena_com_io_sq *io_sq, u16 cq_idx) in ena_com_create_io_sq() 1253 struct ena_com_io_sq *io_sq; in ena_com_ind_tbl_convert_to_device() local 1397 struct ena_com_io_sq **io_sq, in ena_com_get_io_handlers() 1809 struct ena_com_io_sq *io_sq; in ena_com_create_io_queue() local 1868 struct ena_com_io_sq *io_sq; in ena_com_destroy_io_queue() local
|
H A D | ena_com.h | 941 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()
|