Searched defs:req_tlv (Results 1 – 8 of 8) sorted by relevance
673 struct req_tlv { in mt7615_mcu_add_dev() struct674 __le16 tag; in mt7615_mcu_add_dev()675 __le16 len; in mt7615_mcu_add_dev()676 u8 active; in mt7615_mcu_add_dev()677 u8 band_idx; in mt7615_mcu_add_dev()678 u8 omac_addr[ETH_ALEN]; in mt7615_mcu_add_dev()1529 struct req_tlv { in mt7615_mcu_uni_add_dev() struct1530 __le16 tag; in mt7615_mcu_uni_add_dev()1531 __le16 len; in mt7615_mcu_uni_add_dev()1532 u8 active; in mt7615_mcu_uni_add_dev()[all …]
636 struct req_tlv { in mt7615_mcu_add_dev() struct637 __le16 tag; in mt7615_mcu_add_dev()638 __le16 len; in mt7615_mcu_add_dev()639 u8 active; in mt7615_mcu_add_dev()640 u8 band_idx; in mt7615_mcu_add_dev()641 u8 omac_addr[ETH_ALEN]; in mt7615_mcu_add_dev()
1124 struct req_tlv { in mt76_connac_mcu_uni_add_dev() struct1125 __le16 tag; in mt76_connac_mcu_uni_add_dev()1126 __le16 len; in mt76_connac_mcu_uni_add_dev()1127 u8 active; in mt76_connac_mcu_uni_add_dev()1128 u8 pad; in mt76_connac_mcu_uni_add_dev()1129 u8 omac_addr[ETH_ALEN]; in mt76_connac_mcu_uni_add_dev()
2351 struct req_tlv { in mt7915_mcu_add_dev_info() struct2352 __le16 tag; in mt7915_mcu_add_dev_info()2353 __le16 len; in mt7915_mcu_add_dev_info()2354 u8 active; in mt7915_mcu_add_dev_info()2355 u8 dbdc_idx; in mt7915_mcu_add_dev_info()2356 u8 omac_addr[ETH_ALEN]; in mt7915_mcu_add_dev_info()
1746 struct req_tlv { in mt7915_mcu_add_dev_info() struct1747 __le16 tag; in mt7915_mcu_add_dev_info()1748 __le16 len; in mt7915_mcu_add_dev_info()1749 u8 active; in mt7915_mcu_add_dev_info()1750 u8 band_idx; in mt7915_mcu_add_dev_info()1751 u8 omac_addr[ETH_ALEN]; in mt7915_mcu_add_dev_info()
1963 struct req_tlv { in mt7996_mcu_add_dev_info() struct1964 __le16 tag; in mt7996_mcu_add_dev_info()1965 __le16 len; in mt7996_mcu_add_dev_info()1966 u8 active; in mt7996_mcu_add_dev_info()1967 u8 __rsv; in mt7996_mcu_add_dev_info()1968 u8 omac_addr[ETH_ALEN]; in mt7996_mcu_add_dev_info()
70 enum channel_tlvs req_tlv) in bnx2x_search_tlv_list()