Home
last modified time | relevance | path

Searched refs:ena_eth_io_tx_meta_desc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ena-com/ena_defs/
H A Dena_eth_io_defs.h128 struct ena_eth_io_tx_meta_desc { struct
611 static inline uint32_t get_ena_eth_io_tx_meta_desc_req_id_lo(const struct ena_eth_io_tx_meta_desc *… in get_ena_eth_io_tx_meta_desc_req_id_lo()
616 static inline void set_ena_eth_io_tx_meta_desc_req_id_lo(struct ena_eth_io_tx_meta_desc *p, uint32_… in set_ena_eth_io_tx_meta_desc_req_id_lo()
621 static inline uint32_t get_ena_eth_io_tx_meta_desc_ext_valid(const struct ena_eth_io_tx_meta_desc *… in get_ena_eth_io_tx_meta_desc_ext_valid()
626 static inline void set_ena_eth_io_tx_meta_desc_ext_valid(struct ena_eth_io_tx_meta_desc *p, uint32_… in set_ena_eth_io_tx_meta_desc_ext_valid()
631 static inline uint32_t get_ena_eth_io_tx_meta_desc_mss_hi(const struct ena_eth_io_tx_meta_desc *p) in get_ena_eth_io_tx_meta_desc_mss_hi()
636 static inline void set_ena_eth_io_tx_meta_desc_mss_hi(struct ena_eth_io_tx_meta_desc *p, uint32_t v… in set_ena_eth_io_tx_meta_desc_mss_hi()
641 … inline uint32_t get_ena_eth_io_tx_meta_desc_eth_meta_type(const struct ena_eth_io_tx_meta_desc *p) in get_ena_eth_io_tx_meta_desc_eth_meta_type()
646 static inline void set_ena_eth_io_tx_meta_desc_eth_meta_type(struct ena_eth_io_tx_meta_desc *p, uin… in set_ena_eth_io_tx_meta_desc_eth_meta_type()
651 static inline uint32_t get_ena_eth_io_tx_meta_desc_meta_store(const struct ena_eth_io_tx_meta_desc in get_ena_eth_io_tx_meta_desc_meta_store()
[all …]
/freebsd/sys/contrib/ena-com/
H A Dena_eth_com.c332 struct ena_eth_io_tx_meta_desc *meta_desc = NULL; in ena_com_create_meta()
338 memset(meta_desc, 0x0, sizeof(struct ena_eth_io_tx_meta_desc)); in ena_com_create_meta()