Searched refs:ice_is_feature_supported (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_lag.c | 637 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 D | ice_lib.h | 160 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f);
|
H A D | ice_dcb_nl.c | 754 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 D | ice_ptp.c | 1723 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 D | ice_main.c | 606 if (ice_is_feature_supported(pf, ICE_F_GNSS)) in ice_prepare_for_reset() 4685 if (ice_is_feature_supported(pf, ICE_F_GNSS)) in ice_init_features() 4713 if (ice_is_feature_supported(pf, ICE_F_GNSS)) in ice_deinit_features() 7402 if (ice_is_feature_supported(pf, ICE_F_GNSS)) in ice_rebuild() 7468 if (ice_is_feature_supported(pf, ICE_F_SRIOV_LAG)) in ice_rebuild()
|
H A D | ice_lib.c | 3969 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f) in ice_is_feature_supported() function
|