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

/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h2866 #define S_ULPTX_NSGE 0 macro
2868 #define V_ULPTX_NSGE(x) ((x) << S_ULPTX_NSGE)
2869 #define G_ULPTX_NSGE(x) (((x) >> S_ULPTX_NSGE) & M_ULPTX_NSGE)

Completed in 52 milliseconds