Home
last modified time | relevance | path

Searched refs:ice_is_e810t (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_gnss.c393 if (ice_is_e810t(hw)) { in ice_gnss_is_gps_present()
404 if (!ice_is_e810t(hw)) in ice_gnss_is_gps_present()
H A Dice_common.h205 bool ice_is_e810t(struct ice_hw *hw);
H A Dice_ptp.c1736 } else if (ice_is_e810t(&pf->hw)) { in ice_ptp_gpio_enable_e810()
1762 } else if (ice_is_e810t(&pf->hw)) { in ice_ptp_gpio_enable_e810()
2257 } else if (ice_is_e810t(&pf->hw)) { in ice_ptp_setup_pins_e810()
H A Dice_lib.c4017 if (ice_is_e810t(&pf->hw)) { in ice_init_feature_support()
H A Dice_common.c188 bool ice_is_e810t(struct ice_hw *hw) in ice_is_e810t() function