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

/freebsd-current/sys/dev/gve/
H A Dgve_tx.c414 gve_tx_fill_pkt_desc(struct gve_tx_pkt_desc *pkt_desc, bool is_tso, argument
419 if (is_tso) {
440 bool is_tso, uint16_t len, uint64_t addr,
444 if (is_tso) {
552 bool is_tso, has_csum_flag, is_ipv6 = false, is_tcp = false, is_udp = false; local
575 is_tso = csum_flags & CSUM_TSO;
579 tso_mss = is_tso ? mbuf->m_pkthdr.tso_segsz : 0;
651 gve_tx_fill_pkt_desc(pkt_desc, is_tso, l4_off,
673 gve_tx_fill_seg_desc(seg_desc, is_tso, info->iov[i].iov_len,
684 if (is_tso) {
439 gve_tx_fill_seg_desc(struct gve_tx_seg_desc *seg_desc, bool is_tso, uint16_t len, uint64_t addr, bool is_ipv6, uint8_t l3_off, uint16_t tso_mss) argument
[all...]
/freebsd-current/sys/dev/mana/
H A Dmana_en.c504 bool is_tso; local
582 is_tso = false;
584 is_tso = true;
649 if (is_tso) {

Completed in 116 milliseconds