Home
last modified time | relevance | path

Searched refs:OCE_FLAGS_BE2 (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/oce/
HDoce_hw.c159 if (IS_BE(sc) && (sc->flags & OCE_FLAGS_BE2)) in oce_hw_pci_free()
259 if (IS_BE(sc) && (sc->flags & OCE_FLAGS_BE2)) in oce_hw_pci_alloc()
HDoce_if.h103 (sc->flags & OCE_FLAGS_BE2))? 1:0)
105 #define IS_BE2(sc) (sc->flags & OCE_FLAGS_BE2)
779 #define OCE_FLAGS_BE2 0x00000800 macro
HDoce_sysctl.c268 if ((sc->flags & OCE_FLAGS_BE2)) { in oce_sys_fwupgrade()
1439 if (sc->flags & OCE_FLAGS_BE2) in oce_stats_init()
1467 if (sc->flags & OCE_FLAGS_BE2) { in oce_refresh_nic_stats()
HDoce_if.c257 sc->flags |= OCE_FLAGS_BE2; in oce_probe()