Searched refs:flowctrl (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsundance.c100 static int flowctrl = 1; variable
289 unsigned int flowctrl:1; member in struct:sundance_private
676 if (flowctrl == 1)
677 sdc->flowctrl = 1;
733 if (sdc->flowctrl && sdc->mii_if.full_duplex) {
876 if (sdc->mii_if.full_duplex && sdc->flowctrl)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c380 link_flowctrl_t flowctrl; local
383 bcopy(val, &flowctrl, sizeof (link_flowctrl_t));
385 switch (flowctrl) {
404 } /* switch flowctrl */
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c578 lm_flow_control_t flowctrl; local
582 flowctrl = LM_FLOW_CONTROL_NONE;
595 flowctrl |= LM_FLOW_CONTROL_TRANSMIT_PAUSE;
611 flowctrl |= LM_FLOW_CONTROL_RECEIVE_PAUSE;
636 flowctrl |= LM_FLOW_CONTROL_AUTO_PAUSE;
649 return flowctrl;
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.h195 int flowctrl; member in struct:__anon4946
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.c1460 if (n > 0 && vrp->chip.link.flowctrl == VR_PAUSE_BIDIRECTIONAL) {
2436 v = vrp->chip.link.flowctrl;
2769 vrp->chip.link.flowctrl = VR_PAUSE_BIDIRECTIONAL;
2771 vrp->chip.link.flowctrl = VR_PAUSE_NONE;
2802 vrp->chip.link.flowctrl = VR_PAUSE_NONE;
2828 if (vrp->chip.link.flowctrl == VR_PAUSE_BIDIRECTIONAL) {
3254 val = vrp->chip.link.flowctrl;
H A Dvr.h324 vr_link_flowctrl_t flowctrl; member in struct:__anon6572
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3215 link_flowctrl_t flowctrl; local
3285 bcopy(pr_val, &flowctrl, sizeof (flowctrl));
3287 switch (flowctrl) {
3421 link_flowctrl_t flowctrl; local
3442 flowctrl = LINK_FLOWCTRL_NONE;
3445 flowctrl = LINK_FLOWCTRL_RX;
3448 flowctrl = LINK_FLOWCTRL_TX;
3451 flowctrl = LINK_FLOWCTRL_BI;
3454 bcopy(&flowctrl, pr_va
[all...]
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c2912 link_flowctrl_t flowctrl; local
2997 bcopy(pr_val, &flowctrl, sizeof (flowctrl));
2999 switch (flowctrl) {
3083 link_flowctrl_t flowctrl; local
3153 flowctrl = LINK_FLOWCTRL_NONE;
3156 flowctrl = LINK_FLOWCTRL_RX;
3159 flowctrl = LINK_FLOWCTRL_TX;
3162 flowctrl = LINK_FLOWCTRL_BI;
3165 bcopy(&flowctrl, pr_va
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c37 #include <sys/dktp/flowctrl.h>
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile1104 flowctrl.h \
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c42 #include <sys/dktp/flowctrl.h>
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c31 #include <sys/dktp/flowctrl.h>

Completed in 119 milliseconds