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

/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h551 #define S_FILT_INFO 28 macro
553 #define V_FILT_INFO(x) ((x) << S_FILT_INFO)
554 #define G_FILT_INFO(x) (((x) >> S_FILT_INFO) & M_FILT_INFO)

Completed in 65 milliseconds