Searched refs:bce_nvram_read (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/bce/ |
| HD | if_bce.c | 347 static int bce_nvram_read (struct bce_softc *, u32, u8 *, int); 2607 bce_nvram_read(struct bce_softc *sc, u32 offset, u8 *ret_buf, in bce_nvram_read() function 2751 if ((rc = bce_nvram_read(sc, offset32, start, 4))) in bce_nvram_write() 2759 if ((rc = bce_nvram_read(sc, offset32 + len32 - 4, in bce_nvram_write() 2946 if ((rc = bce_nvram_read(sc, 0, data, 4)) != 0) { in bce_nvram_test() 2969 if ((rc = bce_nvram_read(sc, 0x100, data, BCE_NVRAM_SIZE)) != 0) { in bce_nvram_test() 8906 error = bce_nvram_read(sc, result, data, 4); in bce_sysctl_nvram_read() 8997 error = bce_nvram_read(sc, i, &sc->nvram_buf[i], 1); in bce_sysctl_nvram_dump()
|