Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_sysctl.c502 } else if (IS_BE2(sc) && fhdr->build[0] == '2') in oce_get_ufi_type()
1480 if( IS_BE2(sc) ) in oce_stats_init()
1507 if( IS_BE2(sc) ) { in oce_refresh_nic_stats()
H A Doce_if.c2702 IS_BE2(sc)) { in setup_max_queues_want()
2710 if (IS_BE2(sc) && is_rss_enabled(sc)) in setup_max_queues_want()
2725 if (IS_BE2(sc)) in update_queues_got()
H A Doce_mbox.c971 IS_BE2(sc) ? (version = OCE_MBX_VER_V0) : (version = OCE_MBX_VER_V1); in oce_get_link_status()
2003 if (IS_BE2(sc)) in oce_get_profile_config()
H A Doce_if.h112 #define IS_BE2(sc) (sc->flags & OCE_FLAGS_BE2) macro