i82557.c | 191 int fxp_mdi_write(device_t, int, int, uint16_t); 474 mii->mii_writereg = fxp_mdi_write; 2145 fxp_mdi_write(device_t self, int phy, int reg, uint16_t value) function in typeref:typename:int 2151 (FXP_MDI_WRITE << 26) | (reg << 16) | (phy << 21) | value); 2159 "%s: fxp_mdi_write: timed out\n", device_xname(self));
|