be.c | 186 static int be_tcvr_read_bit(struct be_softc *, int); 1223 be_tcvr_read_bit(struct be_softc *sc, int phy) function in typeref:typename:int 1296 (void)be_tcvr_read_bit(sc, phy); 1297 (void)be_tcvr_read_bit(sc, phy); 1300 data |= (be_tcvr_read_bit(sc, phy) << i); 1302 (void)be_tcvr_read_bit(sc, phy); 1303 (void)be_tcvr_read_bit(sc, phy); 1304 (void)be_tcvr_read_bit(sc, phy);
|