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

/openbsd-current/sys/dev/pci/
H A Dif_oce.c355 #define IS_XE201(sc) ISSET((sc)->sc_flags, OCE_F_XE201) macro
1490 maxrx = IS_XE201(sc) ? 8 : OCE_MAX_RQ_COMPL;
1503 if (IS_XE201(sc))
1647 if (IS_XE201(sc) && cqe->u0.s.error) {
2953 if (!IS_XE201(sc)) {
3263 if (IS_XE201(sc)) {
3275 IS_XE201(sc) ? OCE_MBX_VER_V1 : OCE_MBX_VER_V0, &cmd,
3301 if (IS_XE201(sc))
3310 IS_XE201(sc) ? OCE_MBX_VER_V1 : OCE_MBX_VER_V0, &cmd,
3404 if (IS_XE201(s
[all...]

Completed in 127 milliseconds