Lines Matching refs:req_hdr
658 struct req_hdr { in mt7615_mcu_add_dev() struct
1761 struct req_hdr { in mt7615_mcu_uni_add_beacon_offload() struct
2518 } __packed req_hdr = { in mt7615_mcu_set_eeprom() local
2532 req_hdr.content_format = 1; in mt7615_mcu_set_eeprom()
2541 req_hdr.len = cpu_to_le16(eep_len); in mt7615_mcu_set_eeprom()
2543 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, sizeof(req_hdr) + eep_len); in mt7615_mcu_set_eeprom()
2547 skb_put_data(skb, &req_hdr, sizeof(req_hdr)); in mt7615_mcu_set_eeprom()
3526 } req_hdr = { in mt7615_mcu_set_bss_pm() local
3536 &req_hdr, sizeof(req_hdr), false); in mt7615_mcu_set_bss_pm()
3629 struct req_hdr { in mt7615_mcu_set_wow_pattern() struct
3865 } req_hdr = { in mt7615_mcu_update_arp_filter() local
3882 sizeof(req_hdr) + len * sizeof(__be32)); in mt7615_mcu_update_arp_filter()
3886 skb_put_data(skb, &req_hdr, sizeof(req_hdr)); in mt7615_mcu_update_arp_filter()