HomeSort by: relevance | last modified time | path
    Searched defs:bnx_nvram_read (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_bnx.c 335 int bnx_nvram_read(struct bnx_softc *, uint32_t, uint8_t *, int);
1819 bnx_nvram_read(struct bnx_softc *sc, uint32_t offset, uint8_t *ret_buf, function in typeref:typename:int
1953 if ((rc = bnx_nvram_read(sc, offset32, start, 4)))
1961 if ((rc = bnx_nvram_read(sc, offset32 + len32 - 4,
2133 if ((rc = bnx_nvram_read(sc, 0, data, 4)) != 0)
2149 if ((rc = bnx_nvram_read(sc, 0x100, data, BNX_NVRAM_SIZE)) != 0)
if_bnx.c 335 int bnx_nvram_read(struct bnx_softc *, uint32_t, uint8_t *, int);
1819 bnx_nvram_read(struct bnx_softc *sc, uint32_t offset, uint8_t *ret_buf, function in typeref:typename:int
1953 if ((rc = bnx_nvram_read(sc, offset32, start, 4)))
1961 if ((rc = bnx_nvram_read(sc, offset32 + len32 - 4,
2133 if ((rc = bnx_nvram_read(sc, 0, data, 4)) != 0)
2149 if ((rc = bnx_nvram_read(sc, 0x100, data, BNX_NVRAM_SIZE)) != 0)

Completed in 35 milliseconds