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

/freebsd-13-stable/sys/dev/ice/
H A Dice_dcb.h225 ice_aq_set_pfc_mode(struct ice_hw *hw, u8 pfcmode_set, u8 *pfcmode_ret,
H A Dice_dcb.c935 * @pfcmode_set: set-value of PFC mode
943 ice_aq_set_pfc_mode(struct ice_hw *hw, u8 pfcmode_set, u8 *pfcmode_ret, argument
950 if (pfcmode_set > ICE_AQC_PFC_DSCP_BASED_PFC)
957 cmd->pfc_mode = pfcmode_set;

Completed in 110 milliseconds