Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ice/
Dice_switch.h417 ice_aq_get_storm_ctrl(struct ice_hw *hw, u32 *bcast_thresh, u32 *mcast_thresh,
420 ice_aq_set_storm_ctrl(struct ice_hw *hw, u32 bcast_thresh, u32 mcast_thresh,
Dice_switch.c942 ice_aq_set_storm_ctrl(struct ice_hw *hw, u32 bcast_thresh, u32 mcast_thresh, in ice_aq_set_storm_ctrl() argument
952 cmd->bcast_thresh_size = CPU_TO_LE32(bcast_thresh & ICE_AQ_THRESHOLD_M); in ice_aq_set_storm_ctrl()
969 ice_aq_get_storm_ctrl(struct ice_hw *hw, u32 *bcast_thresh, u32 *mcast_thresh, in ice_aq_get_storm_ctrl() argument
981 if (bcast_thresh) in ice_aq_get_storm_ctrl()
982 *bcast_thresh = LE32_TO_CPU(resp->bcast_thresh_size) & in ice_aq_get_storm_ctrl()