Searched refs:bce_nvram_read (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bce/ |
H A D | if_bce.c | 390 static int bce_nvram_read (struct bce_softc *, u32, u8 *, int); 2568 bce_nvram_read(struct bce_softc *sc, u32 offset, u8 *ret_buf, in bce_nvram_read() function 2711 if ((rc = bce_nvram_read(sc, offset32, start, 4))) in bce_nvram_write() 2719 if ((rc = bce_nvram_read(sc, offset32 + len32 - 4, in bce_nvram_write() 2902 if ((rc = bce_nvram_read(sc, 0, data, 4)) != 0) { in bce_nvram_test() 2925 if ((rc = bce_nvram_read(sc, 0x100, data, BCE_NVRAM_SIZE)) != 0) { in bce_nvram_test() 8746 error = bce_nvram_read(sc, result, data, 4); in bce_sysctl_nvram_read() 8834 error = bce_nvram_read(sc, i, &sc->nvram_buf[i], 1); in bce_sysctl_nvram_dump()
|