Searched defs:req_tlv (Results 1 – 4 of 4) sorted by relevance
973 struct req_tlv { in mt76_connac_mcu_uni_add_dev() struct974 __le16 tag; in mt76_connac_mcu_uni_add_dev()975 __le16 len; in mt76_connac_mcu_uni_add_dev()976 u8 active; in mt76_connac_mcu_uni_add_dev()977 u8 pad; in mt76_connac_mcu_uni_add_dev()978 u8 omac_addr[ETH_ALEN]; in mt76_connac_mcu_uni_add_dev()
679 struct req_tlv { in mt7615_mcu_add_dev() struct680 __le16 tag; in mt7615_mcu_add_dev()681 __le16 len; in mt7615_mcu_add_dev()682 u8 active; in mt7615_mcu_add_dev()683 u8 band_idx; in mt7615_mcu_add_dev()684 u8 omac_addr[ETH_ALEN]; in mt7615_mcu_add_dev()
2506 struct req_tlv { in mt7915_mcu_add_dev_info() struct2507 __le16 tag; in mt7915_mcu_add_dev_info()2508 __le16 len; in mt7915_mcu_add_dev_info()2509 u8 active; in mt7915_mcu_add_dev_info()2510 u8 dbdc_idx; in mt7915_mcu_add_dev_info()2511 u8 omac_addr[ETH_ALEN]; in mt7915_mcu_add_dev_info()
70 enum channel_tlvs req_tlv) in bnx2x_search_tlv_list()