Searched defs:dp_tx_msdu_info_s (Results 1 – 1 of 1) sorted by relevance
220 struct dp_tx_msdu_info_s { struct221 enum dp_tx_frm_type frm_type;222 struct dp_tx_queue tx_queue;223 uint32_t num_seg;224 uint8_t tid;225 uint8_t exception_fw;226 uint8_t is_tx_sniffer;227 union {230 } u;231 uint32_t meta_data[DP_TX_MSDU_INFO_META_DATA_DWORDS];[all …]