Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dphy.c1134 struct rtw_phy_cond drv_cond = hal->phy_cond; in check_positive() local
1137 if (cond.cut && cond.cut != drv_cond.cut) in check_positive()
1140 if (cond.pkg && cond.pkg != drv_cond.pkg) in check_positive()
1143 if (cond.intf && cond.intf != drv_cond.intf) in check_positive()
1151 if ((cond.rfe & drv_cond.rfe) != cond.rfe) in check_positive()
1166 if (cond.rfe != drv_cond.rfe) in check_positive()