Searched refs:do_tso (Results 1 – 1 of 1) sorted by relevance
1930 bool do_tso, tso_desc, remap = TRUE; in em_xmit() local1933 do_tso = m_head->m_pkthdr.csum_flags & CSUM_IP_TSO; in em_xmit()1951 if (do_tso || m_head->m_pkthdr.csum_flags & CSUM_OFFLOAD) { in em_xmit()1952 if (do_tso || (m_head->m_next != NULL && in em_xmit()1998 if (do_tso || (m_head->m_pkthdr.csum_flags & CSUM_TCP)) { in em_xmit()2023 if (do_tso) { in em_xmit()2106 if ((!do_tso) && (txr->tx_tso == TRUE)) { in em_xmit()