Home
last modified time | relevance | path

Searched refs:ice_aq_set_mac_cfg (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.h165 ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, struct ice_sq_cd *cd);
H A Dice_common.c522 ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, struct ice_sq_cd *cd) in ice_aq_set_mac_cfg() function
822 status = ice_aq_set_mac_cfg(hw, ICE_AQ_SET_MAC_FRAME_SIZE_MAX, NULL); in ice_init_hw()
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c3532 ice_aq_set_mac_cfg(hw, max_frame_size, NULL); in ice_dev_start()