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

/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_tcb.h317 #define S_TCB_RX_FRAG3_LEN_RAW 7 macro
319 #define V_TCB_RX_FRAG3_LEN_RAW(x) ((x) << S_TCB_RX_FRAG3_LEN_RAW)
/freebsd-current/sys/dev/cxgbe/common/
H A Dt4_tcb.h319 #define S_TCB_RX_FRAG3_LEN_RAW 9 macro
321 #define V_TCB_RX_FRAG3_LEN_RAW(x) ((__u64)(x) << S_TCB_RX_FRAG3_LEN_RAW)

Completed in 168 milliseconds