Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_phy.c2522 u32_t remote_phy_link; in set_mac_flow_control() local
2551 &remote_phy_link); in set_mac_flow_control()
2553 if(remote_phy_link & NETLINK_GET_LINK_STATUS_PARTNER_SYM_PAUSE_CAP) in set_mac_flow_control()
2558 if(remote_phy_link & NETLINK_GET_LINK_STATUS_PARTNER_ASYM_PAUSE_CAP) in set_mac_flow_control()
3598 u32_t remote_phy_link; in get_remote_phy_link() local
3615 &remote_phy_link); in get_remote_phy_link()
3619 if((remote_phy_link & NETLINK_GET_LINK_STATUS_SERDES_LINK) == 0) in get_remote_phy_link()
3624 if((remote_phy_link & NETLINK_GET_LINK_STATUS_NO_MEDIA_DETECTED) == 0) in get_remote_phy_link()
3629 if((remote_phy_link & NETLINK_GET_LINK_STATUS_LINK_UP) == 0) in get_remote_phy_link()
3637 switch(remote_phy_link & NETLINK_GET_LINK_STATUS_SPEED_MASK) in get_remote_phy_link()