Searched refs:IS_XE201 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/dev/oce/
H A Doce_hw.c388 if (IS_XE201(sc)) {
394 if (IS_SH(sc) || IS_XE201(sc))
H A Doce_queue.c690 IS_XE201(sc) ? (version = OCE_MBX_VER_V1) : (version = OCE_MBX_VER_V0);
704 if (IS_XE201(sc)) {
H A Doce_mbox.c793 if (IS_XE201(sc) || IS_SH(sc)) {
1692 if (IS_XE201(sc)) {
1737 if (IS_XE201(sc))
1851 if (IS_XE201(sc))
2053 if (!IS_XE201(sc))
H A Doce_if.c1659 if (num_cqes >= (IS_XE201(sc) ? 8 : oce_max_rsp_handled))
1969 if (IS_XE201(sc)) {
H A Doce_if.h106 #define IS_XE201(sc) ((sc->flags & OCE_FLAGS_XE201) ? 1:0) macro

Completed in 119 milliseconds