Home
last modified time | relevance | path

Searched refs:drv_cond (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dphy.c865 struct rtw_phy_cond drv_cond = hal->phy_cond; in check_positive() local
867 if (cond.cut && cond.cut != drv_cond.cut) in check_positive()
870 if (cond.pkg && cond.pkg != drv_cond.pkg) in check_positive()
873 if (cond.intf && cond.intf != drv_cond.intf) in check_positive()
876 if (cond.rfe != drv_cond.rfe) in check_positive()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dphy.c1072 struct rtw_phy_cond drv_cond = hal->phy_cond; in check_positive() local
1074 if (cond.cut && cond.cut != drv_cond.cut) in check_positive()
1077 if (cond.pkg && cond.pkg != drv_cond.pkg) in check_positive()
1080 if (cond.intf && cond.intf != drv_cond.intf) in check_positive()
1083 if (cond.rfe != drv_cond.rfe) in check_positive()

Completed in 7 milliseconds