Home
last modified time | relevance | path

Searched refs:ice_is_feature_supported (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_lag.c637 if (ice_is_feature_supported(pf, ICE_F_SRIOV_LAG) && in ice_lag_move_new_vf_nodes()
1560 !ice_is_feature_supported(prim_lag->pf, ICE_F_SRIOV_LAG)) { in ice_lag_chk_disabled_bond()
1605 if (ice_is_feature_supported(pf, ICE_F_SRIOV_LAG)) { in ice_lag_process_event()
1613 if (ice_is_feature_supported(pf, ICE_F_SRIOV_LAG)) { in ice_lag_process_event()
1629 if (ice_is_feature_supported(pf, ICE_F_SRIOV_LAG)) { in ice_lag_process_event()
1966 if (!ice_is_feature_supported(pf, ICE_F_SRIOV_LAG)) in ice_init_lag()
2126 if (!ice_is_feature_supported(pf, ICE_F_SRIOV_LAG) || !lag) in ice_lag_is_switchdev_running()
H A Dice_lib.h160 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f);
H A Dice_dcb_nl.c754 if (!ice_is_feature_supported(pf, ICE_F_DSCP)) in ice_dcbnl_setapp()
920 !ice_is_feature_supported(pf, ICE_F_DSCP)) { in ice_dcbnl_delapp()
H A Dice_ptp.c1723 if (ice_is_feature_supported(pf, ICE_F_SMA_CTRL)) in ice_ptp_gpio_enable_e810()
2249 if (ice_is_feature_supported(pf, ICE_F_SMA_CTRL)) { in ice_ptp_setup_pins_e810()
H A Dice_main.c617 if (ice_is_feature_supported(pf, ICE_F_GNSS)) in ice_prepare_for_reset()
4668 if (ice_is_feature_supported(pf, ICE_F_GNSS)) in ice_init_features()
4696 if (ice_is_feature_supported(pf, ICE_F_GNSS)) in ice_deinit_features()
7384 if (ice_is_feature_supported(pf, ICE_F_GNSS)) in ice_rebuild()
7447 if (ice_is_feature_supported(pf, ICE_F_SRIOV_LAG)) in ice_rebuild()
H A Dice_lib.c3960 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f) in ice_is_feature_supported() function