Home
last modified time | relevance | path

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

/src/sys/dev/gve/
H A Dgve_tx.c494 gve_tx_fill_pkt_desc(struct gve_tx_pkt_desc *pkt_desc, bool is_tso, in gve_tx_fill_pkt_desc() argument
499 if (is_tso) { in gve_tx_fill_pkt_desc()
520 bool is_tso, uint16_t len, uint64_t addr, in gve_tx_fill_seg_desc() argument
524 if (is_tso) { in gve_tx_fill_seg_desc()
632 bool is_tso, has_csum_flag, is_ipv6 = false, is_tcp = false, is_udp = false; in gve_xmit() local
655 is_tso = csum_flags & CSUM_TSO; in gve_xmit()
659 tso_mss = is_tso ? mbuf->m_pkthdr.tso_segsz : 0; in gve_xmit()
732 gve_tx_fill_pkt_desc(pkt_desc, is_tso, l4_off, in gve_xmit()
754 gve_tx_fill_seg_desc(seg_desc, is_tso, info->iov[i].iov_len, in gve_xmit()
765 if (is_tso) { in gve_xmit()
H A Dgve_tx_dqo.c392 bool is_tso, uint32_t *desc_idx) in gve_tx_fill_ctx_descs() argument
403 if (is_tso) { in gve_tx_fill_ctx_descs()
717 bool is_tso; in gve_xmit_dqo_qpl() local
724 is_tso = csum_flags & CSUM_TSO; in gve_xmit_dqo_qpl()
730 (is_tso ? 1 : 0); /* tso_ctx_desc */ in gve_xmit_dqo_qpl()
753 err = gve_tx_fill_ctx_descs(tx, mbuf, is_tso, &desc_idx); in gve_xmit_dqo_qpl()
789 bool is_tso; in gve_xmit_dqo() local
797 is_tso = csum_flags & CSUM_TSO; in gve_xmit_dqo()
807 (is_tso ? 1 : 0); /* tso_ctx_desc */ in gve_xmit_dqo()
830 (is_tso ? 1 : 0); /* tso_ctx_desc */ in gve_xmit_dqo()
[all …]
/src/sys/dev/mana/
H A Dmana_en.c504 bool is_tso; in mana_xmit() local
582 is_tso = false; in mana_xmit()
584 is_tso = true; in mana_xmit()
648 if (is_tso) { in mana_xmit()