Searched refs:bce_nvram_read (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/dev/netif/bce/ |
H A D | if_bce.c | 341 static int bce_nvram_read(struct bce_softc *, uint32_t, uint8_t *, int); 1688 bce_nvram_read(struct bce_softc *sc, uint32_t offset, uint8_t *ret_buf, in bce_nvram_read() function 1817 rc = bce_nvram_read(sc, 0, data, 4); in bce_nvram_test() 1833 rc = bce_nvram_read(sc, 0x100, data, BCE_NVRAM_SIZE); in bce_nvram_test()
|