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

  /src/sys/dev/pci/
if_bnx.c 332 int bnx_nvram_read_dword(struct bnx_softc *, uint32_t, uint8_t *,
1591 bnx_nvram_read_dword(struct bnx_softc *sc, uint32_t offset, function in typeref:typename:int
1855 rc = bnx_nvram_read_dword(sc, offset32, buf, cmd_flags);
1881 rc = bnx_nvram_read_dword(sc, offset32, buf, cmd_flags);
1893 rc = bnx_nvram_read_dword(sc, offset32, ret_buf, cmd_flags);
1901 rc = bnx_nvram_read_dword(sc, offset32, ret_buf, 0);
1913 rc = bnx_nvram_read_dword(sc, offset32, buf, cmd_flags);
2016 rc = bnx_nvram_read_dword(sc,
if_bnx.c 332 int bnx_nvram_read_dword(struct bnx_softc *, uint32_t, uint8_t *,
1591 bnx_nvram_read_dword(struct bnx_softc *sc, uint32_t offset, function in typeref:typename:int
1855 rc = bnx_nvram_read_dword(sc, offset32, buf, cmd_flags);
1881 rc = bnx_nvram_read_dword(sc, offset32, buf, cmd_flags);
1893 rc = bnx_nvram_read_dword(sc, offset32, ret_buf, cmd_flags);
1901 rc = bnx_nvram_read_dword(sc, offset32, ret_buf, 0);
1913 rc = bnx_nvram_read_dword(sc, offset32, buf, cmd_flags);
2016 rc = bnx_nvram_read_dword(sc,

Completed in 32 milliseconds