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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Depic100.c227 int full_duplex = 0; local
241 full_duplex = 1;
H A Dpcnet32.c135 static int full_duplex[MAX_UNITS]; variable
249 unsigned int full_duplex:1; /* is full duplex? */ member in struct:mii_if_info
275 int full_duplex:1; member in struct:pcnet32_private
455 if (lp->full_duplex) {
851 lp->full_duplex = fdx;
863 ((cards_found >= MAX_UNITS) || full_duplex[cards_found]))
H A Dsundance.c72 unsigned int full_duplex:1; /* is full duplex? */ member in struct:mii_if_info
323 if (sdc->mii_if.full_duplex)
331 if (sdc->mii_if.full_duplex != duplex) {
332 sdc->mii_if.full_duplex = duplex;
659 sdc->mii_if.full_duplex = 1;
663 sdc->mii_if.full_duplex = 0;
667 sdc->mii_if.full_duplex = 1;
671 sdc->mii_if.full_duplex = 0;
684 sdc->mii_if.full_duplex = 1;
697 mii_ctl |= (sdc->mii_if.full_duplex)
[all...]
H A Dw89c840.c247 unsigned int full_duplex:1; /* Full-duplex operation requested. */ member in struct:winbond_private
866 if (w840private.full_duplex != duplex) {
867 w840private.full_duplex = duplex;
H A Dtulip.c417 unsigned int full_duplex; /* Full-duplex operation requested. */ member in struct:tulip_private
1475 (tp->full_duplex ? 0x1100 : 0x1000) |
1661 tp->csr6 = 0x814C0000 | (tp->full_duplex ? 0x0200 : 0);
1675 tp->csr6 = 0x01880000 | (tp->full_duplex ? 0x0200 : 0);
1717 tp->full_duplex = 1;
1769 tp->full_duplex = 1;
1928 tp->full_duplex = 1;
1959 tp->csr6 = new_csr6 | (tp->csr6 & 0xfdff) | (tp->full_duplex ? 0x0200 : 0);
1996 tp->full_duplex = lpa & 0x140;
2003 if (tp->full_duplex) new_csr
[all...]
H A Dvia-rhine.c648 unsigned int full_duplex:1; /* Full-duplex operation requested. */ member in struct:rhine_private
1063 tp->full_duplex = (options & 16) ? 1 : 0;
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.h182 boolean_t full_duplex:1; member in struct:usbgem_dev
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h275 boolean_t full_duplex:1; member in struct:gem_dev
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h363 int full_duplex; member in struct:dnetinstance
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h1653 uint32_t full_duplex : 1; member in struct:_pcs_anar_t::__anon8421::__anon8422
1657 uint32_t full_duplex : 1;

Completed in 104 milliseconds