Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
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 …]
/drivers/net/wireless/ath/ath12k/
Dhal_tx.h20 struct hal_tx_info { struct
21 u16 meta_data_flags; /* %HAL_TCL_DATA_CMD_INFO0_META_ */
22 u8 ring_id;
23 u8 rbm_id;
24 u32 desc_id;
25 enum hal_tcl_desc_type type;
26 enum hal_tcl_encap_type encap_type;
27 dma_addr_t paddr;
28 u32 data_len;
29 u32 pkt_offset;
[all …]