Home
last modified time | relevance | path

Searched refs:CSUM_IP6_UDP (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sys/dev/ena/
H A Dena_datapath.h41 #define CSUM6_OFFLOAD (CSUM_IP6_UDP | CSUM_IP6_TCP)
/freebsd/sys/dev/e1000/
H A Dif_em.h347 CSUM_IP6_UDP | CSUM_IP6_TCP)
349 CSUM_IP_SCTP | CSUM_IP6_UDP | CSUM_IP6_TCP | \
H A Dem_txrx.c294 } else if (csum_flags & (CSUM_IP6_TCP | CSUM_IP6_UDP)) in em_transmit_checksum_setup()
303 CSUM_IP6_UDP)) { in em_transmit_checksum_setup()
H A Digb_txrx.c204 if (pi->ipi_csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP)) { in igb_tx_ctx_setup()
/freebsd/sys/dev/igc/
H A Dif_igc.h206 CSUM_IP_SCTP | CSUM_IP6_UDP | CSUM_IP6_TCP | \
H A Digc_txrx.c240 if (pi->ipi_csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP)) { in igc_tx_ctx_setup()
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h107 (CSUM_IP_UDP|CSUM_IP6_UDP)
/freebsd/sys/dev/ice/
H A Dice_lib.h170 CSUM_IP6_TCP| CSUM_IP6_UDP | CSUM_IP6_SCTP | \
175 #define ICE_CSUM_UDP (CSUM_IP_UDP|CSUM_IP6_UDP)
/freebsd/sys/dev/ixl/
H A Dixl.h264 (CSUM_IP_UDP|CSUM_IP6_UDP)
/freebsd/sys/dev/liquidio/
H A Dlio_rxtx.c138 (m_head->m_pkthdr.csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP))) in lio_xmit()
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h198 CSUM_IP6_UDP|CSUM_IP6_TCP|CSUM_IP6_SCTP)
H A Dix_txrx.c139 if (pi->ipi_csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP)) in ixgbe_tx_ctx_setup()
/freebsd/sys/sys/
H A Dmbuf.h671 #define CSUM_IP6_UDP 0x00000200 /* UDP checksum offload */ macro
702 CSUM_INNER_IP6_TSO | CSUM_IP6_UDP | CSUM_IP6_TCP | CSUM_IP6_SCTP | \
741 #define CSUM_UDP_IPV6 CSUM_IP6_UDP
/freebsd/sys/dev/usb/net/
H A Dif_ure.c1094 if_sethwassistbits(ifp, CSUM_IP6_UDP|CSUM_IP6_TCP, 0); in ure_attach_post_sub()
1552 if_togglehwassist(ifp, CSUM_IP6_UDP|CSUM_IP6_TCP); in ure_ioctl()
2298 else if (flags & (CSUM_IP6_TCP | CSUM_IP6_UDP)) { in ure_txcsum()
2308 else if (flags & CSUM_IP6_UDP) in ure_txcsum()
/freebsd/sys/dev/gve/
H A Dgve_tx_dqo.c723 CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_TSO); in gve_xmit_dqo_qpl()
796 CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_TSO); in gve_xmit_dqo()
H A Dgve_main.c191 if_sethwassistbits(ifp, CSUM_IP6_TCP | CSUM_IP6_UDP, 0); in gve_up()
H A Dgve_tx.c657 CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_TSO); in gve_xmit()
/freebsd/sys/dev/dpaa/
H A Ddpaa_eth.c591 } else if (csum_flags & CSUM_IP6_UDP) { in dpaa_eth_tx_add_csum()
/freebsd/sys/dev/aq/
H A Daq_ring.c421 CSUM_IP_UDP | CSUM_IP6_UDP)) ? tx_desc_cmd_l4cs : 0; in aq_setup_offloads()
/freebsd/sys/net/
H A Dif_epair.c445 hwassist |= CSUM_IP6_TCP | CSUM_IP6_UDP; in epair_caps_changed()
H A Dif_vxlan.c2502 const uint32_t v6 = CSUM_IP6_UDP | CSUM_IP6_TCP; in csum_flags_to_inner_flags()
2506 if (csum_flags_in & CSUM_IP6_UDP) in csum_flags_to_inner_flags()
3170 hwa |= CSUM_IP6_UDP; in vxlan_set_hwcaps()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_txrx.c168 if (pi->ipi_csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP)) { in bnxt_isc_txd_encap()
/freebsd/sys/arm64/broadcom/genet/
H A Dif_genet.c1086 #define CSUM_DELAY_ANY (CSUM_TCP | CSUM_UDP | CSUM_IP6_TCP | CSUM_IP6_UDP)
1142 if (csum_flags & (CSUM_UDP | CSUM_IP6_UDP)) in gen_encap()
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec.c733 CSUM_IP | CSUM_IP6_TSO | CSUM_IP6_TCP | CSUM_IP6_UDP)); in mlx5e_if_ipsec_hwassist()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c180 #define HN_CSUM_IP6_MASK (CSUM_IP6_TCP | CSUM_IP6_UDP)
3126 (CSUM_IP6_TCP | CSUM_IP6_UDP)) { in hn_encap()
3139 (CSUM_IP_UDP | CSUM_IP6_UDP)) { in hn_encap()
5604 csum_assist |= CSUM_IP6_UDP; in hn_fixup_tx_data()
5719 (CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP6_UDP | CSUM_IP6_TCP)) { in hn_start_locked()
6014 (CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP6_UDP | CSUM_IP6_TCP)) { in hn_transmit()

12