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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h5431 #define S_ISCSILLIMIT 6 macro
5433 #define V_ISCSILLIMIT(x) ((x) << S_ISCSILLIMIT)
5434 #define G_ISCSILLIMIT(x) (((x) >> S_ISCSILLIMIT) & M_ISCSILLIMIT)
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_regs.h37080 #define S_ISCSILLIMIT macro
[all...]

Completed in 860 milliseconds