Home
last modified time | relevance | path

Searched refs:ena_eth_io_tx_desc (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/ena/base/ena_defs/
H A Dena_eth_io_defs.h23 struct ena_eth_io_tx_desc { struct
391 static inline uint32_t get_ena_eth_io_tx_desc_length(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_length()
421 static inline uint32_t get_ena_eth_io_tx_desc_phase(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_phase()
431 static inline uint32_t get_ena_eth_io_tx_desc_first(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_first()
441 static inline uint32_t get_ena_eth_io_tx_desc_last(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_last()
446 static inline void set_ena_eth_io_tx_desc_last(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_last()
451 static inline uint32_t get_ena_eth_io_tx_desc_comp_req(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_comp_req()
471 static inline uint32_t get_ena_eth_io_tx_desc_DF(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_DF()
476 static inline void set_ena_eth_io_tx_desc_DF(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_DF()
481 static inline uint32_t get_ena_eth_io_tx_desc_tso_en(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_tso_en()
[all …]
/dpdk/drivers/net/ena/base/
H A Dena_eth_com.c390 struct ena_eth_io_tx_desc *desc = NULL; in ena_com_prepare_tx()
448 memset(desc, 0x0, sizeof(struct ena_eth_io_tx_desc)); in ena_com_prepare_tx()
510 memset(desc, 0x0, sizeof(struct ena_eth_io_tx_desc)); in ena_com_prepare_tx()
H A Dena_com.c327 sizeof(struct ena_eth_io_tx_desc) : in ena_com_init_io_sq()
724 sizeof(struct ena_eth_io_tx_desc); in ena_com_config_llq_info()
2995 (llq_info->descs_num_before_header * sizeof(struct ena_eth_io_tx_desc)); in ena_com_config_dev_mode()