Searched refs:do_tso (Results 1 – 1 of 1) sorted by relevance
1939 bool do_tso, tso_desc, remap = TRUE; in em_xmit() local1942 do_tso = m_head->m_pkthdr.csum_flags & CSUM_IP_TSO; in em_xmit()1960 if (do_tso || m_head->m_pkthdr.csum_flags & CSUM_OFFLOAD) { in em_xmit()1961 if (do_tso || (m_head->m_next != NULL && in em_xmit()2007 if (do_tso || (m_head->m_pkthdr.csum_flags & CSUM_TCP)) { in em_xmit()2032 if (do_tso) { in em_xmit()2115 if ((!do_tso) && (txr->tx_tso == TRUE)) { in em_xmit()