Home
last modified time | relevance | path

Searched refs:tso (Results 1 – 25 of 69) sorted by relevance

123

/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c968 static const struct ip *tso_iph(const struct sfxge_tso_state *tso) in tso_iph() argument
970 KASSERT(tso->protocol == htons(ETHERTYPE_IP), in tso_iph()
972 return (const struct ip *)(tso->mbuf->m_data + tso->nh_off); in tso_iph()
975 static __unused const struct ip6_hdr *tso_ip6h(const struct sfxge_tso_state *tso) in tso_ip6h() argument
977 KASSERT(tso->protocol == htons(ETHERTYPE_IPV6), in tso_ip6h()
979 return (const struct ip6_hdr *)(tso->mbuf->m_data + tso->nh_off); in tso_ip6h()
982 static const struct tcphdr *tso_tcph(const struct sfxge_tso_state *tso) in tso_tcph() argument
984 return (const struct tcphdr *)(tso->mbuf->m_data + tso->tcph_off); in tso_tcph()
1039 static void tso_start(struct sfxge_txq *txq, struct sfxge_tso_state *tso, in tso_start() argument
1050 tso->fw_assisted = txq->tso_fw_assisted; in tso_start()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_nanosleep.c198 struct timespec tso, ts; in ATF_TC_BODY() local
217 tso.tv_sec = 5; in ATF_TC_BODY()
218 tso.tv_nsec = 0; in ATF_TC_BODY()
220 ts.tv_sec = tso.tv_sec; in ATF_TC_BODY()
221 ts.tv_nsec = tso.tv_nsec; in ATF_TC_BODY()
225 ATF_REQUIRE_MSG(timespeccmp(&ts, &tso, <=), in ATF_TC_BODY()
229 tso.tv_sec + tso.tv_nsec / 1e9); in ATF_TC_BODY()
233 tso.tv_sec = ts.tv_sec; in ATF_TC_BODY()
234 tso.tv_nsec = ts.tv_nsec; in ATF_TC_BODY()
/freebsd/tools/tools/netrate/tcpp/
H A Drunit.pl36 my ($kernel, $tso, $lro, $mtu) = @_;
38 $prefix = "$kernel,$tso,$lro,$mtu";
41 system("ssh root\@hydra1 ifconfig cxgb0 $tso $lro mtu $mtu");
43 system("ssh root\@hydra2 ifconfig cxgb0 $tso $lro mtu $mtu");
57 foreach $tso (@tso_options) {
60 test($kernel, $tso, $lro, $mtu);
H A DREADME104 ifconfig cxgb0 -tso
/freebsd/usr.bin/script/
H A Dscript.c553 struct timespec tsi, tso; in playback() local
585 tso.tv_sec = stamp.scr_sec; in playback()
586 tso.tv_nsec = stamp.scr_usec * 1000; in playback()
588 tsi = tso; in playback()
595 tsi = tso; in playback()
622 tsi.tv_sec = tso.tv_sec - tsi.tv_sec; in playback()
623 tsi.tv_nsec = tso.tv_nsec - tsi.tv_nsec; in playback()
630 tsi = tso; in playback()
/freebsd/sys/netinet/
H A Dtcp_output.c106 SYSCTL_INT(_net_inet_tcp, OID_AUTO, tso, CTLFLAG_VNET | CTLFLAG_RW,
152 struct tcpopt *to, uint32_t len, int tso) in hhook_run_tcp_est_out() argument
161 hhook_data.tso = tso; in hhook_run_tcp_est_out()
204 int tso, mtu; in tcp_default_output() local
271 tso = 0; in tcp_default_output()
564 tso = 1; in tcp_default_output()
904 if (tso) { in tcp_default_output()
960 tso = 0; in tcp_default_output()
993 tso = 0; in tcp_default_output()
1039 if (tso) { in tcp_default_output()
[all …]
/freebsd/sys/netinet/khelp/
H A Dh_ertt.c439 int tso; in ertt_add_tx_segment_info_hook() local
450 tso = thdp->tso; in ertt_add_tx_segment_info_hook()
461 if (tso) in ertt_add_tx_segment_info_hook()
/freebsd/tools/tools/net80211/scripts/
H A Dsetup.wdsrelay26 ifconfig $WLAN_STA -tso -ampdu
/freebsd/sys/dev/axgbe/
H A Dxgbe-drv.c177 hw_feat->tso = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, TSOEN); in xgbe_get_all_hw_features()
287 hw_feat->tso ? "yes" : "no"); in xgbe_get_all_hw_features()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dqcom,ethqos.txt51 snps,tso;
/freebsd/contrib/ofed/libmlx5/
H A Dqp.c568 void *pdata = wr->tso.hdr; in set_tso_eth_seg()
571 if (unlikely(wr->tso.hdr_sz < MLX5_ETH_L2_MIN_HEADER_SIZE || in set_tso_eth_seg()
572 wr->tso.hdr_sz > qp->max_tso_header)) { in set_tso_eth_seg()
580 left = wr->tso.hdr_sz; in set_tso_eth_seg()
581 eseg->mss = htobe16(wr->tso.mss); in set_tso_eth_seg()
582 eseg->inline_hdr_sz = htobe16(wr->tso.hdr_sz); in set_tso_eth_seg()
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx-gen2.c177 struct tso_t tso; in iwl_txq_gen2_build_amsdu() local
212 tso_start(skb, &tso); in iwl_txq_gen2_build_amsdu()
240 tso_build_hdr(skb, pos_hdr, &tso, data_left, !total_len); in iwl_txq_gen2_build_amsdu()
265 tb_len = min_t(unsigned int, tso.size, data_left); in iwl_txq_gen2_build_amsdu()
273 tb_phys, tso.data, in iwl_txq_gen2_build_amsdu()
280 tso_build_data(skb, &tso, tb_len); in iwl_txq_gen2_build_amsdu()
H A Dtx.c1934 struct tso_t tso; in iwl_fill_data_tbs_amsdu() local
1979 tso_start(skb, &tso); in iwl_fill_data_tbs_amsdu()
2008 tso_build_hdr(skb, pos_hdr, &tso, data_left, !total_len); in iwl_fill_data_tbs_amsdu()
2027 unsigned int size = min_t(unsigned int, tso.size, in iwl_fill_data_tbs_amsdu()
2038 trace_iwlwifi_dev_tx_tb(trans->dev, skb, tso.data, in iwl_fill_data_tbs_amsdu()
2043 tso_build_data(skb, &tso, size); in iwl_fill_data_tbs_amsdu()
/freebsd/sys/dev/e1000/
H A DREADME328 # sysctl net.inet.tcp.tso=0 (or 1 to enable it)
334 # ifconfig em<interface_num> -tso
338 # ifconfig em<interface_num> tso
341 tso|-tso in the above command with tso4 or tso6. For example, to disable
/freebsd/sys/contrib/device-tree/src/arm64/st/
H A Dstm32mp253.dtsi69 snps,tso;
H A Dstm32mp233.dtsi69 snps,tso;
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c
/freebsd/sys/dev/gve/
H A Dgve_dqo.h121 uint8_t tso:1; member
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp133.dtsi94 snps,tso;
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h207 u64 tso; member
/freebsd/sys/dev/vnic/
H A Dq_struct.h559 uint64_t tso:1; member
594 uint64_t tso:1;
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c1088 int desc, dtype, ntype, iovcnt, tcp, tso, paylen, seg, tiovcnt, pv; in e82545_transmit() local
1097 tso = 0; in e82545_transmit()
1184 tso = 1; in e82545_transmit()
1189 E1000_TXD_POPTS_IXSM || tso) { in e82545_transmit()
1201 E1000_TXD_POPTS_TXSM || tso) { in e82545_transmit()
1230 if (!tso) { in e82545_transmit()
1360 if (!tso) { in e82545_transmit()
/freebsd/sys/dev/ice/
H A Dice_common_txrx.h172 txq->stats.tso++; in ice_tso_setup()
/freebsd/sys/dev/ixl/
H A Dixl.h388 u64 tso; member
H A Dixl_txrx.c323 txr->que->tso++; in ixl_tso_setup()
952 CTLFLAG_RD, &(tx_que->tso), in ixl_vsi_add_queues_stats()

123