Searched refs:do_tso (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.c1824 int error, do_tso, tso_desc = 0, remap = 1; local
1829 do_tso = ((m_head->m_pkthdr.csum_flags & CSUM_TSO) != 0);
1846 if (do_tso || m_head->m_pkthdr.csum_flags & CSUM_OFFLOAD) {
1847 if (do_tso || (m_head->m_next != NULL &&
1886 if (do_tso) {
1995 if ((do_tso == 0) && (txr->tx_tso == TRUE)) {
H A Dif_igb.c1825 int error, do_tso, remap = 1; local
1835 do_tso = ((m_head->m_pkthdr.csum_flags & CSUM_TSO) != 0);
1852 if (do_tso || m_head->m_pkthdr.csum_flags & CSUM_OFFLOAD) {
1853 if (do_tso || (m_head->m_next != NULL &&
1891 if (do_tso) {

Completed in 116 milliseconds