duplex_index      117 drivers/net/phy/swphy.c 	int speed_index, duplex_index;
duplex_index      130 drivers/net/phy/swphy.c 	duplex_index = state->duplex ? SWMII_DUPLEX_FULL : SWMII_DUPLEX_HALF;
duplex_index      132 drivers/net/phy/swphy.c 	bmsr |= speed[speed_index].bmsr & duplex[duplex_index].bmsr;
duplex_index      133 drivers/net/phy/swphy.c 	estat |= speed[speed_index].estat & duplex[duplex_index].estat;
duplex_index      138 drivers/net/phy/swphy.c 		lpa   |= speed[speed_index].lpa   & duplex[duplex_index].lpa;
duplex_index      139 drivers/net/phy/swphy.c 		lpagb |= speed[speed_index].lpagb & duplex[duplex_index].lpagb;