Searched refs:ice_is_feature_supported (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/intel/ice/ |
| D | ice_lib.h | 160 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f);
|
| D | ice_lag.c | 610 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()
|
| 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()
|
| D | ice_ptp.c | 1723 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()
|
| D | ice_main.c | 617 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()
|
| D | ice_lib.c | 3947 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f) in ice_is_feature_supported() function
|