Searched refs:negotiated (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dw89c840.c880 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 Dsundance.c302 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 Detherfabric.c146 gmii_nway_result ( unsigned int negotiated )
151 other_bits = negotiated & LPA_OTHER;
153 if ( negotiated & LPA_EF_1000FULL )
155 else if ( negotiated & LPA_EF_1000HALF )
157 else if ( negotiated & LPA_100FULL )
159 else if ( negotiated & LPA_100BASE4 )
161 else if ( negotiated & LPA_100HALF )
163 else if ( negotiated & LPA_10FULL )
H A Dtulip.c1883 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 74 milliseconds