Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c2271 uint32_t phy_type_mask = 0; in i40e_phy_conf_link() local
2326 phy_type_mask |= 1 << cnt; in i40e_phy_conf_link()
2329 phy_conf.phy_type = is_up ? cpu_to_le32(phy_type_mask) : 0; in i40e_phy_conf_link()