Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h1372 #define V_TXPKT_ETHHDR_LEN(x) ((__u64)(x) << S_TXPKT_ETHHDR_LEN) macro
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c5339 ctrl |= V_TXPKT_ETHHDR_LEN(l2hlen); in csum_to_ctrl()