Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-board.c213 phy_info.phy_addr = -1; in __get_phy_info_from_dt()
220 return phy_info; in __get_phy_info_from_dt()
225 return phy_info; in __get_phy_info_from_dt()
239 return phy_info; in __get_phy_info_from_dt()
247 return phy_info; in __get_phy_info_from_dt()
255 return phy_info; in __get_phy_info_from_dt()
262 return phy_info; in __get_phy_info_from_dt()
284 return phy_info; in __get_phy_info_from_dt()
295 return phy_info; in __get_phy_info_from_dt()
315 return phy_info; in __get_phy_info_from_dt()
[all …]
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.c3045 struct ice_phy_info *phy_info; in ice_get_link_status() local
3051 phy_info = &pi->phy; in ice_get_link_status()
3053 if (phy_info->get_link_info) { in ice_get_link_status()
3061 *link_up = phy_info->link_info.link_info & ICE_AQ_LINK_UP; in ice_get_link_status()