Home
last modified time | relevance | path

Searched refs:IS_XE201 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_hw.c373 if (IS_XE201(sc)) { in oce_create_nw_interface()
379 if (IS_SH(sc) || IS_XE201(sc)) in oce_create_nw_interface()
H A Doce_mbox.c50 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()
H A Doce_if.c1074 if(IS_SH(sc) || IS_XE201(sc) ) { in oce_tx()
1992 if (num_cqes >= (IS_XE201(sc) ? 8 : oce_max_rsp_handled)) in oce_rq_handler_lro()
2022 if (num_cqes >= (IS_XE201(sc) ? 8 : oce_max_rsp_handled)) in oce_rq_handler_lro()
2082 if (num_cqes >= (IS_XE201(sc) ? 8 : oce_max_rsp_handled)) in oce_rq_handler()
2401 if (IS_XE201(sc)) { in oce_detect_hw_error()
H A Doce_queue.c661 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()
H A Doce_sysctl.c1486 else if( IS_XE201(sc) ) in oce_stats_init()
1519 }else if( IS_XE201(sc) ){ in oce_refresh_nic_stats()
H A Doce_if.h113 #define IS_XE201(sc) ((sc->flags & OCE_FLAGS_XE201) ? 1:0) macro