Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ena-com/ena_defs/
H A Dena_eth_io_defs.h52 struct ena_eth_io_tx_desc { struct
431 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()
436 static inline void set_ena_eth_io_tx_desc_length(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_length()
441 static inline uint32_t get_ena_eth_io_tx_desc_req_id_hi(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_req_id_hi()
446 static inline void set_ena_eth_io_tx_desc_req_id_hi(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_req_id_hi()
451 static inline uint32_t get_ena_eth_io_tx_desc_meta_desc(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_meta_desc()
456 static inline void set_ena_eth_io_tx_desc_meta_desc(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_meta_desc()
461 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()
466 static inline void set_ena_eth_io_tx_desc_phase(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_phase()
471 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()
[all …]
/freebsd/sys/contrib/ena-com/
H A Dena_eth_com.c443 struct ena_eth_io_tx_desc *desc = NULL; in ena_com_prepare_tx()
501 memset(desc, 0x0, sizeof(struct ena_eth_io_tx_desc)); in ena_com_prepare_tx()
563 memset(desc, 0x0, sizeof(struct ena_eth_io_tx_desc)); in ena_com_prepare_tx()
H A Dena_eth_com.h43 #define ENA_LLQ_ENTRY_DESC_CHUNK_SIZE (2 * sizeof(struct ena_eth_io_tx_desc))
H A Dena_com.c374 sizeof(struct ena_eth_io_tx_desc) : in ena_com_init_io_sq()
775 sizeof(struct ena_eth_io_tx_desc); in ena_com_config_llq_info()
3542 (llq_info->descs_num_before_header * sizeof(struct ena_eth_io_tx_desc)); in ena_com_config_dev_mode()