Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.h60 #define AQ_NIC_WOL_ENABLED BIT(0) macro
Daq_ethtool.c372 cfg->wol |= AQ_NIC_WOL_ENABLED; in aq_ethtool_set_wol()
374 cfg->wol &= ~AQ_NIC_WOL_ENABLED; in aq_ethtool_set_wol()
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils_fw2x.c436 if (self->aq_nic_cfg->wol & AQ_NIC_WOL_ENABLED) { in aq_fw2x_set_power()
Dhw_atl_utils.c894 if (self->aq_nic_cfg->wol & AQ_NIC_WOL_ENABLED) { in aq_fw1x_set_power()