Lines Matching refs:nxge

25 #include <sys/nxge/nxge_impl.h>
26 #include <sys/nxge/nxge_mac.h>
27 #include <sys/nxge/nxge_hio.h>
271 * Figure out nxgep->mac.portmode from nxge.conf, OBP's device properties,
353 /* Get phy-type property (May have been set by nxge.conf) */
701 * Above switch has figured out nxge->mac.portmode, now set
1501 * If the nxge driver has been plumbed without a link, then it will
1728 * If the nxge driver has been plumbed without a link, then it will
3894 * ndd -set /dev/nxgeX param n kstat nxge:X | grep param
3896 * adv_autoneg_cap kstat nxge:1 | grep adv_cap_autoneg
3898 * adv_1000fdx_cap kstat nxge:1 | grep adv_cap_1000fdx
3899 * adv_100fdx_cap kstat nxge:1 | grep adv_cap_100fdx
3900 * adv_10fdx_cap kstat nxge:1 | grep adv_cap_10fdx
3901 * adv_pause_cap kstat nxge:1 | grep adv_cap_pause
3960 * kstat nxge:X | grep param
6011 nxge_check_link_stop(nxge_t *nxge)
6014 MUTEX_ENTER(&nxge->poll_lock);
6015 if (nxge->suspended || nxge->poll_state == LINK_MONITOR_STOPPING) {
6016 nxge->poll_state = LINK_MONITOR_STOP;
6017 nxge->nxge_link_poll_timerid = 0;
6018 cv_broadcast(&nxge->poll_cv);
6019 MUTEX_EXIT(&nxge->poll_lock);
6021 NXGE_DEBUG_MSG((nxge, MAC_CTL,
6023 nxge->mac.portmode == PORT_10G_FIBER ? "10g" : "mii",
6024 nxge->mac.portnum));
6027 MUTEX_EXIT(&nxge->poll_lock);
6156 * nxge whose portmode equals PORT_1G_SERDES does not
6676 * Otherwise fire the timer for the nxge to check
7733 * hw_p->niu_type for each nxge instance to figure out nxgep->mac.portmode
7734 * in case the portmode information is not available via OBP, nxge.conf,
7757 "==> nxge_scan_ports_phy: nxge niu_type[0x%x]",