Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_ethtool.c1036 enum ethtool_reset_flags rst_flags; in hns3_set_reset() local
1054 if (rst_type_map[i].rst_flags == *flags) { in hns3_set_reset()
1056 rst_flags = rst_type_map[i].rst_flags; in hns3_set_reset()
1072 *flags &= ~rst_flags; in hns3_set_reset()
A Dhns3_enet.h622 enum ethtool_reset_flags rst_flags; member
/drivers/net/wireless/ath/ath9k/
A Dhw.c1353 u32 rst_flags; in ath9k_hw_set_reset() local
1373 rst_flags = AR_RTC_RC_MAC_WARM | AR_RTC_RC_MAC_COLD | in ath9k_hw_set_reset()
1395 rst_flags = AR_RTC_RC_MAC_WARM; in ath9k_hw_set_reset()
1397 rst_flags |= AR_RTC_RC_MAC_COLD; in ath9k_hw_set_reset()
1418 REG_WRITE(ah, AR_RTC_RC(ah), rst_flags); in ath9k_hw_set_reset()

Completed in 21 milliseconds