Home
last modified time | relevance | path

Searched refs:pacing (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_type.h258 u8 pacing; member
H A Dice_common.c626 li->pacing = link_data.cfg & (ICE_AQ_CFG_PACING_M | in ice_aq_get_link_info()
658 ice_debug(hw, ICE_DBG_LINK, " pacing = 0x%x\n", li->pacing); in ice_aq_get_link_info()
/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h129 u16 max_frame_size, bool crc_en, u16 pacing,
H A Di40e_type.h260 u8 pacing; member
H A Di40e_common.c1908 bool crc_en, u16 pacing, in i40e_aq_set_mac_config() argument
1924 cmd->params = ((u8)pacing & 0x0F) << 3; in i40e_aq_set_mac_config()
2052 hw_link_info->pacing = resp->config & I40E_AQ_CONFIG_PACING_MASK; in i40e_aq_get_link_info()