Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgb/common/
HDcxgb_regs.h5915 #define S_CPL_PKT_TID 8 macro
5917 #define V_CPL_PKT_TID(x) ((x) << S_CPL_PKT_TID)
5918 #define G_CPL_PKT_TID(x) (((x) >> S_CPL_PKT_TID) & M_CPL_PKT_TID)
/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_regs.h35897 #define S_CPL_PKT_TID 8 macro
35899 #define V_CPL_PKT_TID(x) ((x) << S_CPL_PKT_TID)
35900 #define G_CPL_PKT_TID(x) (((x) >> S_CPL_PKT_TID) & M_CPL_PKT_TID)