Home
last modified time | relevance | path

Searched refs:S_ISCSIULIMIT (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/cxgb/common/
Dcxgb_regs.h5438 #define S_ISCSIULIMIT 6 macro
5440 #define V_ISCSIULIMIT(x) ((x) << S_ISCSIULIMIT)
5441 #define G_ISCSIULIMIT(x) (((x) >> S_ISCSIULIMIT) & M_ISCSIULIMIT)
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h37083 #define S_ISCSIULIMIT 6 macro
37085 #define V_ISCSIULIMIT(x) ((x) << S_ISCSIULIMIT)
37086 #define G_ISCSIULIMIT(x) (((x) >> S_ISCSIULIMIT) & M_ISCSIULIMIT)