Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dsundance.c100 static int flowctrl = 1; variable
289 unsigned int flowctrl:1; member
676 if (flowctrl == 1) in sundance_probe()
677 sdc->flowctrl = 1; in sundance_probe()
733 if (sdc->flowctrl && sdc->mii_if.full_duplex) { in sundance_probe()
876 if (sdc->mii_if.full_duplex && sdc->flowctrl) in set_rx_mode()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c380 link_flowctrl_t flowctrl; in oce_m_setprop() local
383 bcopy(val, &flowctrl, sizeof (link_flowctrl_t)); in oce_m_setprop()
385 switch (flowctrl) { in oce_m_setprop()
/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c578 lm_flow_control_t flowctrl; in BnxeHwReqPhyFlowSettings() local
582 flowctrl = LM_FLOW_CONTROL_NONE; in BnxeHwReqPhyFlowSettings()
595 flowctrl |= LM_FLOW_CONTROL_TRANSMIT_PAUSE; in BnxeHwReqPhyFlowSettings()
611 flowctrl |= LM_FLOW_CONTROL_RECEIVE_PAUSE; in BnxeHwReqPhyFlowSettings()
636 flowctrl |= LM_FLOW_CONTROL_AUTO_PAUSE; in BnxeHwReqPhyFlowSettings()
649 return flowctrl; in BnxeHwReqPhyFlowSettings()
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-header-header-storage.mf46 file path=usr/include/sys/dktp/flowctrl.h
/titanic_44/usr/src/uts/common/io/bfe/
H A Dbfe.h195 int flowctrl; member
/titanic_44/usr/src/uts/common/io/vr/
H A Dvr.c1460 if (n > 0 && vrp->chip.link.flowctrl == VR_PAUSE_BIDIRECTIONAL) { in vr_receive()
2436 v = vrp->chip.link.flowctrl; in vr_mac_getstat()
2769 vrp->chip.link.flowctrl = VR_PAUSE_BIDIRECTIONAL; in vr_link_state()
2771 vrp->chip.link.flowctrl = VR_PAUSE_NONE; in vr_link_state()
2802 vrp->chip.link.flowctrl = VR_PAUSE_NONE; in vr_link_state()
2828 if (vrp->chip.link.flowctrl == VR_PAUSE_BIDIRECTIONAL) { in vr_link_state()
3254 val = vrp->chip.link.flowctrl; in vr_mac_getprop()
H A Dvr.h324 vr_link_flowctrl_t flowctrl; member
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3367 link_flowctrl_t flowctrl; in e1000g_m_setprop() local
3437 bcopy(pr_val, &flowctrl, sizeof (flowctrl)); in e1000g_m_setprop()
3439 switch (flowctrl) { in e1000g_m_setprop()
3573 link_flowctrl_t flowctrl; in e1000g_m_getprop() local
3594 flowctrl = LINK_FLOWCTRL_NONE; in e1000g_m_getprop()
3597 flowctrl = LINK_FLOWCTRL_RX; in e1000g_m_getprop()
3600 flowctrl = LINK_FLOWCTRL_TX; in e1000g_m_getprop()
3603 flowctrl = LINK_FLOWCTRL_BI; in e1000g_m_getprop()
3606 bcopy(&flowctrl, pr_val, sizeof (flowctrl)); in e1000g_m_getprop()
/titanic_44/usr/src/uts/common/sys/
H A DMakefile1070 flowctrl.h \