Home
last modified time | relevance | path

Searched refs:to_sx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.h305 s32 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx);
H A Dich8lan.c1088 * @to_sx: boolean indicating a system power state transition to Sx
1095 s32 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx) in e1000_enable_ulp_lpt_lp() argument
1119 if (!to_sx) { in e1000_enable_ulp_lpt_lp()
1181 if (to_sx) { in e1000_enable_ulp_lpt_lp()
1206 to_sx && (er32(STATUS) & E1000_STATUS_LU)) { in e1000_enable_ulp_lpt_lp()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.h308 s32 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx);
H A Dich8lan.c1097 * @to_sx: boolean indicating a system power state transition to Sx
1104 s32 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx) in e1000_enable_ulp_lpt_lp() argument
1128 if (!to_sx) { in e1000_enable_ulp_lpt_lp()
1190 if (to_sx) { in e1000_enable_ulp_lpt_lp()
1215 to_sx && (er32(STATUS) & E1000_STATUS_LU)) { in e1000_enable_ulp_lpt_lp()

Completed in 17 milliseconds