Searched refs:IS_BE2 (Results 1 – 4 of 4) sorted by relevance
502 } 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()
2702 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()
971 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()
112 #define IS_BE2(sc) (sc->flags & OCE_FLAGS_BE2) macro