Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_msg.h1145 #define S_TXPKT_CSUM_LOC 30 macro
1147 #define V_TXPKT_CSUM_LOC(x) ((__u64)(x) << S_TXPKT_CSUM_LOC)
1148 #define G_TXPKT_CSUM_LOC(x) (((x) >> S_TXPKT_CSUM_LOC) & M_TXPKT_CSUM_LOC)