Home
last modified time | relevance | path

Searched full:txcsum (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/share/man/man4/
H A Depair.4118 supports TXCSUM and TXCSUM6 for TCP and UDP, but only by forwarding the order
127 TXCSUM and TXCSUM6 are synchronized between the
131 In case one end is in a bridge and the bridge disabled TXCSUM or TXCSUM6,
H A Dbxe.4228 # ifconfig bxe# [ rxcsum | -rxcsum | txcsum | -txcsum ]
H A Dif_ntb.471 .Cm txcsum
H A Dxnb.470 before enabling txcsum, rxcsum, or tso.
H A Dbridge.4147 The TOE, TSO, TXCSUM and TXCSUM6 capabilities on all interfaces added to the
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dxilinx_axienet.txt38 - xlnx,txcsum : 0 or empty for disabling TX checksum offload,
41 - xlnx,rxcsum : Same values as xlnx,txcsum but for RX checksum offload
91 xlnx,txcsum = <0x2>;
H A Dxlnx,axi-ethernet.yaml72 xlnx,txcsum:
165 xlnx,txcsum = <0x2>;
188 xlnx,txcsum = <0x2>;
/freebsd/sys/net/
H A Dif_strings.h30 #define IFCAP_TXCSUM_NAME "TXCSUM"
H A Dif_vxlan.c156 counter_u64_t txcsum; member
2607 counter_u64_add(sc->vxl_stats.txcsum, 1); in vxlan_encap4()
2718 counter_u64_add(sc->vxl_stats.txcsum, 1); in vxlan_encap6()
2938 stats->txcsum = counter_u64_alloc(M_WAITOK); in vxlan_stats_alloc()
2948 counter_u64_free(stats->txcsum); in vxlan_stats_free()
3081 if_printf(ifp, "tso4 disabled due to -txcsum.\n"); in vxlan_set_reqcap()
3092 if_printf(ifp, "enable txcsum first.\n"); in vxlan_set_reqcap()
3582 SYSCTL_ADD_COUNTER_U64(ctx, SYSCTL_CHILDREN(node), OID_AUTO, "txcsum", in vxlan_sysctl_setup()
3583 CTLFLAG_RD, &stats->txcsum, in vxlan_sysctl_setup()
/freebsd/tools/tools/netmap/
H A Dbridge.860 ifconfig em0 -rxcsum -txcsum -tso4 -tso6 -lro
/freebsd/tests/sys/common/
H A Dvnet.subr49 ifconfig ${ifname} -txcsum -txcsum6
/freebsd/sys/dev/enic/
H A Denic_res.c106 ENIC_SETTING(enic, TXCSUM) ? "yes" : "no", in enic_get_vnic_config()
/freebsd/sys/dev/sfxge/
H A Dsfxge.c472 if_printf(ifp, "enable txcsum before tso4\n"); in sfxge_if_ioctl()
490 "tso4 disabled due to -txcsum\n"); in sfxge_if_ioctl()
/freebsd/sys/dev/e1000/
H A DREADME309 options=3 <RXCSUM,TXCSUM>
/freebsd/sbin/ifconfig/
H A Difconfig.8636 .It Cm rxcsum , txcsum , rxcsum6 , txcsum6
645 .Cm rxcsum , txcsum
651 .It Fl rxcsum , txcsum , rxcsum6 , txcsum6
660 .Fl rxcsum , txcsum
H A Difconfig.c1645 [1] = "TXCSUM",
2122 DEF_CMD("txcsum", IFCAP_TXCSUM, setifcap),
2123 DEF_CMD("-txcsum", IFCAP_TXCSUM, clearifcap),
/freebsd/tests/atf_python/sys/net/
H A Dvnet.py106 run_cmd("/sbin/ifconfig {} -txcsum -txcsum6".format(name))
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c1179 txq->txcsum++; in ktls_write_tcp_options()
1280 txq->txcsum++; in ktls_write_tunnel_packet()
1925 txq->txcsum++; in ktls_write_tcp_fin()
/freebsd/tests/sys/netpfil/pf/
H A Dnat.sh59 jexec nat ifconfig ${epair_nat}a -txcsum
/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c925 txq->txcsum = 0;
H A Dt4_sge.c4809 SYSCTL_ADD_UQUAD(ctx, children, OID_AUTO, "txcsum", CTLFLAG_RD, in add_txq_sysctls()
4810 &txq->txcsum, "# of times hardware assisted with checksum"); in add_txq_sysctls()
5601 txq->txcsum++; /* some hardware assistance provided */ in write_txpkt_wr()
5746 txq->txcsum++; in add_to_txpkts_vf()
6014 txq->txcsum++; in write_txpkts_vm_wr()
6103 txq->txcsum++; /* some hardware assistance provided */ in write_gl_to_txd()
H A Dadapter.h640 uint64_t txcsum; /* # of times hardware assisted with checksum */
622 uint64_t txcsum; /* # of times hardware assisted with checksum */ global() member
/freebsd/sys/dev/mana/
H A Dmana_en.c241 "Also disabled tso4 due to -txcsum.\n"); in mana_ioctl()
272 if_printf(ifp, "Enable txcsum first.\n"); in mana_ioctl()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c2014 "tso4 disabled due to -txcsum.\n"); in mlx4_en_ioctl()
2038 if_printf(dev, "enable txcsum first.\n"); in mlx4_en_ioctl()
/freebsd/sys/dev/oce/
H A Doce_if.c529 "TSO disabled due to -txcsum.\n"); in oce_ioctl()
546 "Enable txcsum first.\n"); in oce_ioctl()

12