Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h607 enum ethtool_reset_flags rst_flags; member
Dhns3_ethtool.c1005 if (rst_type_map[i].rst_flags == *flags) { in hns3_set_reset()
/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Dhw.c1352 u32 rst_flags; in ath9k_hw_set_reset() local
1372 rst_flags = AR_RTC_RC_MAC_WARM | AR_RTC_RC_MAC_COLD | in ath9k_hw_set_reset()
1394 rst_flags = AR_RTC_RC_MAC_WARM; in ath9k_hw_set_reset()
1396 rst_flags |= AR_RTC_RC_MAC_COLD; in ath9k_hw_set_reset()
1417 REG_WRITE(ah, AR_RTC_RC, rst_flags); in ath9k_hw_set_reset()