Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h5436 #define S_ISCSIULIMIT 6 macro
5438 #define V_ISCSIULIMIT(x) ((x) << S_ISCSIULIMIT)
5439 #define G_ISCSIULIMIT(x) (((x) >> S_ISCSIULIMIT) & M_ISCSIULIMIT)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h37085 #define S_ISCSIULIMIT 6 macro
37087 #define V_ISCSIULIMIT(x) ((x) << S_ISCSIULIMIT)
37088 #define G_ISCSIULIMIT(x) (((x) >> S_ISCSIULIMIT) & M_ISCSIULIMIT)