Searched refs:mss (Results 26 - 50 of 79) sorted by relevance

1234

/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h215 unsigned int mss; member in struct:flowc_tx_params
H A Dt4_cpl_io.c174 FLOWC_PARAM(MSS, ftxp->mss);
177 "%s: tid %u, mss %u, sndbuf %u, snd_nxt 0x%x, rcv_nxt 0x%x",
178 __func__, toep->tid, ftxp->mss, sndbuf, ftxp->snd_nxt,
436 ftxp.mss = toep->emss;
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c735 u32 mss = mb->m_pkthdr.tso_segsz; local
746 tx_desc->lso.mss_hdr_size = cpu_to_be32((mss << 16) | ihs);
751 num_pkts = DIV_ROUND_UP(payload_len, mss);
/freebsd-11-stable/sys/dev/sge/
H A Dif_sge.c1395 uint32_t cflags, mss; local
1495 mss = 0;
1498 mss = (uint32_t)m->m_pkthdr.tso_segsz;
1499 mss <<= 16;
1511 desc->sge_sts_size = htole32(m->m_pkthdr.len | mss);
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c668 int i = 0, mss; local
673 mss = inc ? tcp_mssopt(inc) : pmss;
674 if (pmss > 0 && mss > pmss)
675 mss = pmss;
677 while (i < NMTUS - 1 && mtus[i + 1] <= mss + 40)
H A Dcxgb_listen.c406 if (t3opt->mss) {
408 to->to_mss = be16toh(t3opt->mss);
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c1749 u_int16_t *mss; local
1778 mss = (u_int16_t *)(optp + 2);
1779 if ((ntohs(*mss)) > r->max_mss) {
1781 th->th_sum, *mss, htons(r->max_mss), 0);
1782 *mss = htons(r->max_mss);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_e82545.c184 uint16_t mss; /* Maximum segment size */ member in struct:e1000_context_desc::__anon5566::__anon5567
1083 int mss, paylen, seg, tiovcnt, left, now, nleft, nnow, pv, pvoff; local
1349 mss = sc->esc_txctx.tcp_seg_setup.fields.mss;
1352 tcp ? "TCP" : "UDP", hdrlen, paylen, mss, iovcnt);
1364 now = MIN(left, mss);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h777 u16 mss; member in struct:ecore_iwarp_connect_in
H A Decore_hsi_fcoe.h59 __le16 mss /* MSS for PBF (MSS we negotiate with target - protection data per segment. If we are not in perf mode it will be according to worse case) */; member in struct:ystorm_fcoe_conn_st_ctx
65 #define YSTORM_FCOE_CONN_ST_CTX_VALID_MASK 0x1 /* Are we in protection perf mode (there is only one protection mode for this connection and we manage to create mss that contain fixed amount of protection segment and we are only restrict by the target limitation and not line mss this is critical since if line mss restrict us we can�� ��������������t rely on this size �� �������������� it depends on vlan num) */
69 u8 dst_protection_per_mss /* Destination Protection data per mss (if we are not in perf mode it will be worse case). Destination is the data add/remove from the transmitted packet (as opposed to src which is data validate by the nic they might not be identical) */;
70 u8 src_protection_per_mss /* Source Protection data per mss (if we are not in perf mode it will be worse case). Source is the data validated by the nic (as opposed to destination which is data add/remove from the transmitted packet they might not be identical) */;
147 __le16 mss /* MSS for PBF (MSS we negotiate with target - protection data per segment. If we are not in perf mode it will be according to worse case) */; member in struct:pstorm_fcoe_conn_st_ctx
225 #define XSTORM_FCOE_CONN_ST_CTX_VALID_MASK 0x1 /* Are we in protection perf mode (there is only one protection mode for this connection and we manage to create mss that contain fixed amount of protection segment and we are only restrict by the target limitation and not line mss this is critical since if line mss restric
[all...]
H A Decore_rdma_api.h879 u16 mss; member in struct:ecore_iwarp_connect_in
/freebsd-11-stable/sys/dev/e1000/
H A De1000_82575.h119 u32 mss:16; member in struct:e1000_adv_context_desc::__anon6366::__anon6367
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.h101 u16 mss; member in struct:ena_com_tx_meta
/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h238 __be16 mss; member in struct:mlx5_wqe_eth_seg
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-fifo-fp.c1073 * @mss: MSS size for _this_ TCP connection. Passed by TCP stack down to the
1088 xge_hal_fifo_dtr_mss_set(xge_hal_dtr_h dtrh, int mss) argument
1093 txdp->control_1 |= XGE_HAL_TXD_TCP_LSO_MSS(mss);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_tx.c623 __in uint16_t mss,
633 etxop->etxo_qdesc_tso2_create(etp, ipv4_id, tcp_seq, mss, edp, count);
619 efx_tx_qdesc_tso2_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint32_t tcp_seq, __in uint16_t mss, __out_ecount(count) efx_desc_t *edp, __in int count) argument
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.c595 int* reuseport, int transparent, int mss, int nodelay, int freebind,
658 if (mss > 0) {
660 if(setsockopt(s, IPPROTO_TCP, TCP_MAXSEG, (void*)&mss,
661 (socklen_t)sizeof(mss)) < 0) {
666 " tcp socket mss set to %d", mss);
594 create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto, int* reuseport, int transparent, int mss, int nodelay, int freebind, int use_systemd, int dscp) argument
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.c806 tx_cmd->mss = ha->max_frame_size - ETHER_CRC_LEN - hdrlen;
808 tx_cmd->mss = mp->m_pkthdr.tso_segsz;
814 tx_cmd->mss = mp->m_pkthdr.tso_segsz;
H A Dqla_hw.h181 uint16_t mss; /* MSS for this packet */ member in struct:_q80_tx_cmd
/freebsd-11-stable/sys/dev/ixgb/
H A Dixgb_hw.h613 uint16_t mss; member in struct:ixgb_context_desc
/freebsd-11-stable/sys/dev/bge/
H A Dif_bge.c5109 bge_setup_tso(struct bge_softc *sc, struct mbuf *m, uint16_t *mss, argument
5142 *mss = m->m_pkthdr.tso_segsz;
5145 ip->ip_len = htons(*mss + (ip->ip_hl << 2) + (tcp->th_off << 2));
5166 *mss |= ((hlen & 0x3) << 14);
5175 *mss |= (hlen << 11);
5192 uint16_t csum_flags, mss, vlan_tag; local
5196 mss = 0;
5206 *m_head = m = bge_setup_tso(sc, m, &mss, &csum_flags);
5294 if (d->bge_addr.bge_addr_lo + segs[i].ds_len + mss <
5299 d->bge_mss = mss;
[all...]
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dqp.c581 eseg->mss = htobe16(wr->tso.mss);
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c1864 uint16_t pseudo_hdr_offset, cksum_offset, mss, sum; local
1868 mss = m->m_pkthdr.tso_segsz;
1908 /* for TSO, pseudo_hdr_offset holds mss.
1911 pseudo_hdr_offset = htobe16(mss);
1957 chop = (cum_len_next > mss);
1958 cum_len_next = cum_len_next % mss;
1970 small = (mss <= MXGEFW_SEND_SMALL_SIZE);
2030 printf("mss = %d, %ld, %d!\n", mss,
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1835 uint16_t mss = TCP_MSS - 40; local
1849 mbufc->m_pkthdr.tso_segsz = mss;
1884 XNB_ASSERT(ext->u.gso.size == mss);
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h2474 * @mss: MSS size for LSO.
2489 u32 mss)
2494 VXGE_HAL_FIFO_TXD_LSO_FLAG | VXGE_HAL_FIFO_TXD_LSO_MSS(mss);
2486 vxge_hal_fifo_txdl_lso_set( vxge_hal_txdl_h txdlh, u32 encap, u32 mss) argument

Completed in 409 milliseconds

1234