Searched defs:req_tlv (Results 1 – 4 of 4) sorted by relevance
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()
1087 struct req_tlv { in mt76_connac_mcu_uni_add_dev() struct1088 __le16 tag; in mt76_connac_mcu_uni_add_dev()1089 __le16 len; in mt76_connac_mcu_uni_add_dev()1090 u8 active; in mt76_connac_mcu_uni_add_dev()1091 u8 pad; in mt76_connac_mcu_uni_add_dev()1092 u8 omac_addr[ETH_ALEN]; in mt76_connac_mcu_uni_add_dev()
1682 struct req_tlv { in mt7915_mcu_add_dev_info() struct1683 __le16 tag; in mt7915_mcu_add_dev_info()1684 __le16 len; in mt7915_mcu_add_dev_info()1685 u8 active; in mt7915_mcu_add_dev_info()1686 u8 dbdc_idx; in mt7915_mcu_add_dev_info()1687 u8 omac_addr[ETH_ALEN]; in mt7915_mcu_add_dev_info()
70 enum channel_tlvs req_tlv) in bnx2x_search_tlv_list()