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

/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h1331 #define S_TXPKT_CSUM_START 20 macro
1333 #define V_TXPKT_CSUM_START(x) ((x) << S_TXPKT_CSUM_START)
1334 #define G_TXPKT_CSUM_START(x) (((x) >> S_TXPKT_CSUM_START) & M_TXPKT_CSUM_START)

Completed in 82 milliseconds