Searched refs:is_tso (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/gve/ |
H A D | gve_tx_dqo.c | 378 bool is_tso, uint32_t *desc_idx) in gve_tx_fill_ctx_descs() argument 389 if (is_tso) { in gve_tx_fill_ctx_descs() 699 bool is_tso; in gve_xmit_dqo_qpl() local 706 is_tso = csum_flags & CSUM_TSO; in gve_xmit_dqo_qpl() 712 (is_tso ? 1 : 0); /* tso_ctx_desc */ in gve_xmit_dqo_qpl() 735 err = gve_tx_fill_ctx_descs(tx, mbuf, is_tso, &desc_idx); in gve_xmit_dqo_qpl() 771 bool is_tso; in gve_xmit_dqo() local 779 is_tso = csum_flags & CSUM_TSO; in gve_xmit_dqo() 789 (is_tso ? 1 : 0); /* tso_ctx_desc */ in gve_xmit_dqo() 812 (is_tso ? 1 : 0); /* tso_ctx_desc */ in gve_xmit_dqo() [all …]
|
H A D | gve_tx.c | 463 gve_tx_fill_pkt_desc(struct gve_tx_pkt_desc *pkt_desc, bool is_tso, in gve_tx_fill_pkt_desc() argument 468 if (is_tso) { in gve_tx_fill_pkt_desc() 489 bool is_tso, uint16_t len, uint64_t addr, in gve_tx_fill_seg_desc() argument 493 if (is_tso) { in gve_tx_fill_seg_desc() 601 bool is_tso, has_csum_flag, is_ipv6 = false, is_tcp = false, is_udp = false; in gve_xmit() local 624 is_tso = csum_flags & CSUM_TSO; in gve_xmit() 628 tso_mss = is_tso ? mbuf->m_pkthdr.tso_segsz : 0; in gve_xmit() 699 gve_tx_fill_pkt_desc(pkt_desc, is_tso, l4_off, in gve_xmit() 721 gve_tx_fill_seg_desc(seg_desc, is_tso, info->iov[i].iov_len, in gve_xmit() 732 if (is_tso) { in gve_xmit()
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 509 bool is_tso; in mana_xmit() local 587 is_tso = false; in mana_xmit() 589 is_tso = true; in mana_xmit() 653 if (is_tso) { in mana_xmit()
|