Searched refs:bce_nvram_read_dword (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/bce/
H A Dif_bce.c388 static int bce_nvram_read_dword (struct bce_softc *, u32, u8 *, u32);
2351 bce_nvram_read_dword(struct bce_softc *sc, function
2624 rc = bce_nvram_read_dword(sc, offset32, buf, cmd_flags);
2650 rc = bce_nvram_read_dword(sc, offset32, buf, cmd_flags);
2663 rc = bce_nvram_read_dword(sc, offset32, ret_buf, cmd_flags);
2671 rc = bce_nvram_read_dword(sc, offset32, ret_buf, 0);
2683 rc = bce_nvram_read_dword(sc, offset32, buf, cmd_flags);
2795 rc = bce_nvram_read_dword(sc,

Completed in 176 milliseconds