Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_tcb.h213 #define S_TCB_TX_LAST_PTR_RAW 0 macro
215 #define V_TCB_TX_LAST_PTR_RAW(x) ((x) << S_TCB_TX_LAST_PTR_RAW)
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_tcb.h211 #define S_TCB_TX_LAST_PTR_RAW 25 macro
213 #define V_TCB_TX_LAST_PTR_RAW(x) ((__u64)(x) << S_TCB_TX_LAST_PTR_RAW)