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

  /src/sys/dev/pci/
if_bnx.c 341 int bnx_nvram_write_dword(struct bnx_softc *, uint32_t, uint8_t *,
1653 bnx_nvram_write_dword(struct bnx_softc *sc, uint32_t offset, uint8_t *val, function in typeref:typename:int
2046 rc = bnx_nvram_write_dword(sc, addr,
2065 rc = bnx_nvram_write_dword(sc, addr, buf, cmd_flags);
2083 rc = bnx_nvram_write_dword(sc, addr,
if_bnx.c 341 int bnx_nvram_write_dword(struct bnx_softc *, uint32_t, uint8_t *,
1653 bnx_nvram_write_dword(struct bnx_softc *sc, uint32_t offset, uint8_t *val, function in typeref:typename:int
2046 rc = bnx_nvram_write_dword(sc, addr,
2065 rc = bnx_nvram_write_dword(sc, addr, buf, cmd_flags);
2083 rc = bnx_nvram_write_dword(sc, addr,

Completed in 28 milliseconds