Home
last modified time | relevance | path

Searched defs:hal_tx_info (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_tx.h19 struct hal_tx_info { struct
20 u16 meta_data_flags; /* %HAL_TCL_DATA_CMD_INFO0_META_ */
21 u8 ring_id;
22 u32 desc_id;
23 enum hal_tcl_desc_type type;
24 enum hal_tcl_encap_type encap_type;
25 dma_addr_t paddr;
26 u32 data_len;
27 u32 pkt_offset;
28 enum hal_encrypt_type encrypt_type;
[all …]
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhal_tx.h14 struct hal_tx_info { struct
15 u16 meta_data_flags; /* %HAL_TCL_DATA_CMD_INFO0_META_ */
16 u8 ring_id;
17 u8 rbm_id;
18 u32 desc_id;
19 enum hal_tcl_desc_type type;
20 enum hal_tcl_encap_type encap_type;
21 dma_addr_t paddr;
22 u32 data_len;
23 u32 pkt_offset;
[all …]