Searched refs:__req_field (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mcu.c | 1911 #define __req_field(field) .field = cpu_to_le32(pulse->field) in mt7615_mcu_set_pulse_th() macro 1912 __req_field(max_width), in mt7615_mcu_set_pulse_th() 1913 __req_field(max_pwr), in mt7615_mcu_set_pulse_th() 1914 __req_field(min_pwr), in mt7615_mcu_set_pulse_th() 1915 __req_field(min_stgr_pri), in mt7615_mcu_set_pulse_th() 1916 __req_field(max_stgr_pri), in mt7615_mcu_set_pulse_th() 1917 __req_field(min_cr_pri), in mt7615_mcu_set_pulse_th() 1918 __req_field(max_cr_pri), in mt7615_mcu_set_pulse_th() 1919 #undef __req_field in mt7615_mcu_set_pulse_th()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mcu.c | 2553 #define __req_field(field) .field = cpu_to_le32(pulse->field) in mt7915_mcu_set_pulse_th() macro 2554 __req_field(max_width), in mt7915_mcu_set_pulse_th() 2555 __req_field(max_pwr), in mt7915_mcu_set_pulse_th() 2556 __req_field(min_pwr), in mt7915_mcu_set_pulse_th() 2557 __req_field(min_stgr_pri), in mt7915_mcu_set_pulse_th() 2558 __req_field(max_stgr_pri), in mt7915_mcu_set_pulse_th() 2559 __req_field(min_cr_pri), in mt7915_mcu_set_pulse_th() 2560 __req_field(max_cr_pri), in mt7915_mcu_set_pulse_th() 2561 #undef __req_field in mt7915_mcu_set_pulse_th()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | mcu.c | 3251 #define __req_field(field) .field = cpu_to_le32(pulse->field) in mt7996_mcu_set_pulse_th() macro 3252 __req_field(max_width), in mt7996_mcu_set_pulse_th() 3253 __req_field(max_pwr), in mt7996_mcu_set_pulse_th() 3254 __req_field(min_pwr), in mt7996_mcu_set_pulse_th() 3255 __req_field(min_stgr_pri), in mt7996_mcu_set_pulse_th() 3256 __req_field(max_stgr_pri), in mt7996_mcu_set_pulse_th() 3257 __req_field(min_cr_pri), in mt7996_mcu_set_pulse_th() 3258 __req_field(max_cr_pri), in mt7996_mcu_set_pulse_th() 3259 #undef __req_field in mt7996_mcu_set_pulse_th()
|