Searched refs:ice_config_pfc (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_lib.c174 static int ice_config_pfc(struct ice_softc *sc, u8 new_mode);
3474 ret = ice_config_pfc(sc, 0x0);
4206 * ice_config_pfc - helper function to set PFC config in FW
4217 ice_config_pfc(struct ice_softc *sc, u8 new_mode) function
4320 return ice_config_pfc(sc, user_pfc);

Completed in 72 milliseconds