Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_t3_cpl.h1241 #define V_LSO_TCPHDR_WORDS(x) ((x) << S_LSO_TCPHDR_WORDS) macro
/freebsd-9-stable/sys/dev/cxgb/
Dcxgb_sge.c1519 tso_info |= V_LSO_TCPHDR_WORDS(tcp->th_off); in t3_encap()