Home
last modified time | relevance | path

Searched refs:mcast_thresh (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
HDice_switch.h490 ice_aq_get_storm_ctrl(struct ice_hw *hw, u32 *bcast_thresh, u32 *mcast_thresh,
493 ice_aq_set_storm_ctrl(struct ice_hw *hw, u32 bcast_thresh, u32 mcast_thresh,
HDice_switch.c949 ice_aq_set_storm_ctrl(struct ice_hw *hw, u32 bcast_thresh, u32 mcast_thresh, in ice_aq_set_storm_ctrl() argument
960 cmd->mcast_thresh_size = CPU_TO_LE32(mcast_thresh & ICE_AQ_THRESHOLD_M); in ice_aq_set_storm_ctrl()
976 ice_aq_get_storm_ctrl(struct ice_hw *hw, u32 *bcast_thresh, u32 *mcast_thresh, in ice_aq_get_storm_ctrl() argument
991 if (mcast_thresh) in ice_aq_get_storm_ctrl()
992 *mcast_thresh = LE32_TO_CPU(resp->mcast_thresh_size) & in ice_aq_get_storm_ctrl()