Home
last modified time | relevance | path

Searched refs:ICE_AQC_FW_LOG_ID_S (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
A Dice_adminq_cmd.h1855 #define ICE_AQC_FW_LOG_ID_S 0 macro
1856 #define ICE_AQC_FW_LOG_ID_M (0xFFF << ICE_AQC_FW_LOG_ID_S)
A Dice_common.c692 m = (v & ICE_AQC_FW_LOG_ID_M) >> ICE_AQC_FW_LOG_ID_S; in ice_get_fw_log_cfg()
796 val = i << ICE_AQC_FW_LOG_ID_S; in ice_cfg_fw_log()
848 m = (v & ICE_AQC_FW_LOG_ID_M) >> ICE_AQC_FW_LOG_ID_S; in ice_cfg_fw_log()

Completed in 21 milliseconds