Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_lib.h160 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f);
Dice_lag.c610 if (ice_is_feature_supported(pf, ICE_F_SRIOV_LAG) && in ice_lag_move_new_vf_nodes()
1517 !ice_is_feature_supported(prim_lag->pf, ICE_F_SRIOV_LAG)) { in ice_lag_chk_disabled_bond()
1568 if (ice_is_feature_supported(pf, ICE_F_SRIOV_LAG)) { in ice_lag_process_event()
1576 if (ice_is_feature_supported(pf, ICE_F_SRIOV_LAG)) { in ice_lag_process_event()
1592 if (ice_is_feature_supported(pf, ICE_F_SRIOV_LAG)) { in ice_lag_process_event()
2108 if (!ice_is_feature_supported(pf, ICE_F_SRIOV_LAG) || !lag) in ice_lag_is_switchdev_running()
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()
Dice_ptp.c1723 if (ice_is_feature_supported(pf, ICE_F_SMA_CTRL)) in ice_ptp_gpio_enable_e810()
2251 if (ice_is_feature_supported(pf, ICE_F_PTP_EXTTS)) in ice_ptp_setup_pins_e810()
2254 if (ice_is_feature_supported(pf, ICE_F_SMA_CTRL)) { in ice_ptp_setup_pins_e810()
Dice_main.c617 if (ice_is_feature_supported(pf, ICE_F_GNSS)) in ice_prepare_for_reset()
4666 if (ice_is_feature_supported(pf, ICE_F_GNSS)) in ice_init_features()
4694 if (ice_is_feature_supported(pf, ICE_F_GNSS)) in ice_deinit_features()
7379 if (ice_is_feature_supported(pf, ICE_F_GNSS)) in ice_rebuild()
7442 if (ice_is_feature_supported(pf, ICE_F_SRIOV_LAG)) in ice_rebuild()
Dice_lib.c3947 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f) in ice_is_feature_supported() function