Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c952 cap_lso->lso_basic_tcp_ipv4.lso_max = IGB_LSO_MAXLEN; in igb_m_getcapab()
953 cap_lso->lso_basic_tcp_ipv6.lso_max = IGB_LSO_MAXLEN; in igb_m_getcapab()
H A Digb_sw.h170 #define IGB_LSO_MAXLEN 65535 macro
H A Digb_tx.c145 (mbsize > (ctx->mac_hdr_len + IGB_LSO_MAXLEN))) || in igb_tx()