Searched refs:bnx_nvram_read (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_bnx.c | 323 int bnx_nvram_read(struct bnx_softc *, u_int32_t, u_int8_t *, int); 1802 bnx_nvram_read(struct bnx_softc *sc, u_int32_t offset, u_int8_t *ret_buf, in bnx_nvram_read() function 1936 if ((rc = bnx_nvram_read(sc, offset32, start, 4))) in bnx_nvram_write() 1944 if ((rc = bnx_nvram_read(sc, offset32 + len32 - 4, in bnx_nvram_write() 2117 if ((rc = bnx_nvram_read(sc, 0, data, 4)) != 0) in bnx_nvram_test() 2133 if ((rc = bnx_nvram_read(sc, 0x100, data, BNX_NVRAM_SIZE)) != 0) in bnx_nvram_test()
|