Home
last modified time | relevance | path

Searched refs:tso_segsz (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/sys/dev/liquidio/
H A Dlio_rxtx.c190 tx_info->s.gso_size = m_head->m_pkthdr.tso_segsz; in lio_xmit()
192 m_head->m_pkthdr.tso_segsz); in lio_xmit()
/freebsd/sys/net80211/
H A Dieee80211_freebsd.h337 ((m)->m_pkthdr.tso_segsz = (seqno))
338 #define M_SEQNO_GET(m) ((m)->m_pkthdr.tso_segsz)
/freebsd/sys/dev/virtio/network/
H A Dvirtio_net.h480 hdr->gso_size = m->m_pkthdr.tso_segsz; in virtio_net_tx_offload_tso()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c765 u32 mss = mb->m_pkthdr.tso_segsz; in mlx5e_sq_xmit()
791 u32 mss = mb->m_pkthdr.tso_segsz; in mlx5e_sq_xmit()
/freebsd/sys/sys/
H A Dmbuf.h218 #define tso_segsz PH_per.sixteen[1] /* inbound after LRO */ macro
219 #define lro_nsegs tso_segsz /* inbound after LRO */
/freebsd/sys/dev/xen/netback/
H A Dnetback.c589 m->m_pkthdr.csum_data, m->m_pkthdr.tso_segsz); in xnb_dump_mbuf()
1899 pkt->extra.u.gso.size = mbufc->m_pkthdr.tso_segsz; in xnb_mbufc2pkt()
H A Dnetback_unit_tests.c1577 mbufc->m_pkthdr.tso_segsz = TCP_MSS - 40; in xnb_mbufc2pkt_extra()
1593 XNB_ASSERT(pkt.extra.u.gso.size = mbufc->m_pkthdr.tso_segsz); in xnb_mbufc2pkt_extra()
1839 mbufc->m_pkthdr.tso_segsz = mss; in xnb_rxpkt2rsp_extra()
/freebsd/sys/dev/qlxgb/
H A Dqla_hw.c799 tx_cmd->mss = mp->m_pkthdr.tso_segsz; in qla_tx_tso()
805 tx_cmd->mss = mp->m_pkthdr.tso_segsz; in qla_tx_tso()
/freebsd/sys/dev/fxp/
H A Dif_fxp.c1491 ip->ip_len = htons(m->m_pkthdr.tso_segsz + (ip->ip_hl << 2) + in fxp_encap()
1495 m->m_pkthdr.tso_segsz)); in fxp_encap()
1613 cbp->tbdtso.tb_size = htole32(m->m_pkthdr.tso_segsz << 16); in fxp_encap()
/freebsd/sys/dev/vnic/
H A Dnicvf_queues.c1865 if ((mbuf->m_pkthdr.tso_segsz != 0) && nic->hw_tso) { in nicvf_sq_add_hdr_subdesc()
1870 hdr->tso_max_paysize = mbuf->m_pkthdr.tso_segsz; in nicvf_sq_add_hdr_subdesc()
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c1300 m->m_pkthdr.tso_segsz = in xn_rxeof()
1745 gso->u.gso.size = m_head->m_pkthdr.tso_segsz; in xn_assemble_tx_request()
/freebsd/sys/dev/gve/
H A Dgve_tx.c628 tso_mss = is_tso ? mbuf->m_pkthdr.tso_segsz : 0; in gve_xmit()
H A Dgve_tx_dqo.c295 desc->mss = mbuf->m_pkthdr.tso_segsz; in gve_tx_fill_tso_ctx_desc()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c735 u32 mss = mb->m_pkthdr.tso_segsz; in mlx4_en_xmit()
/freebsd/sys/dev/ena/
H A Dena_datapath.c726 mss = mbuf->m_pkthdr.tso_segsz; in ena_tx_csum()
/freebsd/sys/netinet/
H A Dip_output.c798 m->m_pkthdr.len / m->m_pkthdr.tso_segsz); in ip_output()
H A Dtcp_output.c1408 m->m_pkthdr.tso_segsz = tp->t_maxseg - optlen - ipsec_optlen; in tcp_default_output()
/freebsd/sys/dev/oce/
H A Doce_if.c1140 if (m->m_pkthdr.tso_segsz) { in oce_tx()
1142 nichdr->u0.s.lso_mss = m->m_pkthdr.tso_segsz; in oce_tx()
/freebsd/sys/dev/re/
H A Dif_re.c2835 vlanctl |= ((uint32_t)(*m_head)->m_pkthdr.tso_segsz << in re_encap()
2839 ((uint32_t)(*m_head)->m_pkthdr.tso_segsz << in re_encap()
/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c1109 tso->seg_size = mbuf->m_pkthdr.tso_segsz; in tso_start()
/freebsd/sys/dev/sge/
H A Dif_sge.c1490 mss = (uint32_t)m->m_pkthdr.tso_segsz; in sge_encap()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c5368 lso->mss = htobe16(m0->m_pkthdr.tso_segsz); in write_lso_cpl()
5425 htobe16(V_CPL_TX_TNL_LSO_MSS(m0->m_pkthdr.tso_segsz)); in write_tnl_lso_cpl()
6686 wr->u.tcpseg.mss = htobe16(m0->m_pkthdr.tso_segsz); in write_ethofld_wr()
6698 lso->mss = htobe16(m0->m_pkthdr.tso_segsz); in write_ethofld_wr()
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c1386 tso_info = V_LSO_MSS(m0->m_pkthdr.tso_segsz); in t3_encap()
1467 m0, mlen, m0->m_pkthdr.tso_segsz, in t3_encap()
/freebsd/sys/dev/qlxge/
H A Dqls_hw.c579 tx_mac->mss = mp->m_pkthdr.tso_segsz; in qls_tx_tso_chksum()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c1756 mss = m->m_pkthdr.tso_segsz; in ktls_write_tls_wr()

12