Searched defs:negotiated (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | w89c840.c | 880 int negotiated = mii_reg5 & w840private.advertising; local 886 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; 891 printf("winbond-840 : Setting %s-duplex based on MII # %d negotiated capability %X\n", 892 duplex ? "full" : "half", w840private.phys[0], negotiated);
|
H A D | sundance.c | 302 int negotiated = mii_lpa & sdc->mii_if.advertising; local 314 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; 318 "negotiated capability %4.4x.\n", sdc->nic_name, 320 negotiated );
|
H A D | tulip.c | 1883 Check the MII negotiated duplex and change the CSR6 setting if 1890 unsigned int bmsr, lpa, negotiated, new_csr6; 1912 negotiated = lpa & tp->advertising[0]; 1914 if(negotiated & 0x380) new_csr6 &= ~0x400000; 1876 unsigned int bmsr, lpa, negotiated, new_csr6; local
|
Completed in 56 milliseconds