Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h1245 #define V_LSO_IPHDR_WORDS(x) ((x) << S_LSO_IPHDR_WORDS) macro
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c1497 tso_info |= V_LSO_IPHDR_WORDS(ip->ip_hl); in t3_encap()
1507 tso_info |= V_LSO_IPHDR_WORDS(sizeof(*ip6) >> 2); in t3_encap()