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

/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h749 #define S_T6_IP_HDR_LEN 14 macro
750 #define V_T6_IP_HDR_LEN(x) ((x) << S_T6_IP_HDR_LEN)
751 #define G_T6_IP_HDR_LEN(x) (((x) >> S_T6_IP_HDR_LEN) & M_IP_HDR_LEN)

Completed in 68 milliseconds