Searched refs:IS_XE201 (Results 1 – 6 of 6) sorted by relevance
373 if (IS_XE201(sc)) { in oce_create_nw_interface()379 if (IS_SH(sc) || IS_XE201(sc)) in oce_create_nw_interface()
50 if (!IS_XE201(sc)) in oce_wait_ready() 85 if (IS_XE201(sc)) { in oce_reset_fun() 823 if (IS_XE201(sc) || IS_SH(sc)) { in oce_config_nic_rss() 1663 if (IS_XE201(sc)) { in oce_mbox_create_rq() 1706 if (IS_XE201(sc)) in oce_mbox_create_wq() 1814 if (IS_XE201(sc)) in oce_mbox_cq_create() 2015 if (!IS_XE201(sc)) in oce_get_profile_config()
1069 if(IS_SH(sc) || IS_XE201(sc) ) { in oce_tx() 1987 if (num_cqes >= (IS_XE201(sc) ? 8 : oce_max_rsp_handled)) in oce_rq_handler_lro() 2017 if (num_cqes >= (IS_XE201(sc) ? 8 : oce_max_rsp_handled)) in oce_rq_handler_lro() 2077 if (num_cqes >= (IS_XE201(sc) ? 8 : oce_max_rsp_handled)) in oce_rq_handler() 2392 if (IS_XE201(sc)) { in oce_detect_hw_error()
661 IS_XE201(sc) ? (version = OCE_MBX_VER_V1) : (version = OCE_MBX_VER_V0); in oce_mq_create()674 if (IS_XE201(sc)) { in oce_mq_create()
1486 else if( IS_XE201(sc) ) in oce_stats_init()1519 }else if( IS_XE201(sc) ){ in oce_refresh_nic_stats()
113 #define IS_XE201(sc) ((sc->flags & OCE_FLAGS_XE201) ? 1:0) macro