Searched defs:nxge_get_tn1010_speed (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c120 static nxge_status_t nxge_get_tn1010_speed(p_nxge_t nxgep, uint16_t *speed);
3931 if (nxge_get_tn1010_speed(nxgep, &speed) != NXGE_OK) {
8671 nxge_get_tn1010_speed(p_nxge_t nxgep, uint16_t *speed) function
8696 "nxge_get_tn1010_speed: link is down"));
8717 "nxge_get_tn1010_speed: Auto-negotiation in progress"));
8731 "nxge_get_tn1010_speed: Autoneg status undefined"));
8735 "nxge_get_tn1010_speed: Auto-negotiation failed"));
8760 if (nxge_get_tn1010_speed(nxgep, &speed) != NXGE_OK) {

Completed in 75 milliseconds