Lines Matching refs:ctrl_flags
681 hw->ctrl_flags = ATL1C_INTR_MODRT_ENABLE | in atl1c_setup_mac_funcs()
683 hw->ctrl_flags |= ATL1C_ASPM_L0S_SUPPORT | in atl1c_setup_mac_funcs()
685 hw->ctrl_flags |= ATL1C_ASPM_CTRL_MON; in atl1c_setup_mac_funcs()
1135 if (hw->ctrl_flags & ATL1C_RX_IPV6_CHKSUM) in atl1c_configure_rx()
1279 u16 ctrl_flags = hw->ctrl_flags; in atl1c_disable_l0s_l1() local
1281 hw->ctrl_flags &= ~(ATL1C_ASPM_L0S_SUPPORT | ATL1C_ASPM_L1_SUPPORT); in atl1c_disable_l0s_l1()
1283 hw->ctrl_flags = ctrl_flags; in atl1c_disable_l0s_l1()
1317 if ((hw->ctrl_flags & ATL1C_ASPM_L0S_SUPPORT) && link_speed != SPEED_0) in atl1c_set_aspm()
1319 if (hw->ctrl_flags & ATL1C_ASPM_L1_SUPPORT) in atl1c_set_aspm()
1389 if (hw->ctrl_flags & ATL1C_CLK_GATING_EN) { in atl1c_configure_mac()
1401 if (hw->ctrl_flags & ATL1C_INTR_MODRT_ENABLE) { in atl1c_configure_mac()
1411 if (hw->ctrl_flags & ATL1C_INTR_CLEAR_ON_READ) in atl1c_configure_mac()