Home
last modified time | relevance | path

Searched refs:csum_offload (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dbig_tcp_tunnels.sh181 for csum_offload in on off; do
182 setup_tunnel "$tunnel" "$tun_family" "$csum_offload" || exit "$?"
183 do_test "$tun_family" "$traffic_family" "$csum_offload" || exit "$?"
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_functions.c167 bool csum_offload = tx_queue->type & EFX_TXQ_TYPE_OUTER_CSUM; in efx_mcdi_tx_init() local
212 INIT_TXQ_IN_FLAG_IP_CSUM_DIS, !(csum_offload && tso_v2), in efx_mcdi_tx_init()
213 INIT_TXQ_IN_FLAG_TCP_CSUM_DIS, !csum_offload, in efx_mcdi_tx_init()
H A Def10.c2370 bool csum_offload = tx_queue->type & EFX_TXQ_TYPE_OUTER_CSUM; in efx_ef10_tx_init() local
2398 if ((csum_offload || inner_csum) && in efx_ef10_tx_init()
2425 ESF_DZ_TX_OPTION_UDP_TCP_CSUM, csum_offload, in efx_ef10_tx_init()
2426 ESF_DZ_TX_OPTION_IP_CSUM, csum_offload && tx_queue->tso_version != 2, in efx_ef10_tx_init()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c259 struct sk_buff *skb, bool csum_offload) in enetc_update_ptp_sync_msg() argument
291 if (enetc_cb->udp && !csum_offload) { in enetc_update_ptp_sync_msg()
330 bool csum_offload = false; in enetc_map_tx_buffs() local
357 csum_offload = true; in enetc_map_tx_buffs()
365 tstamp = enetc_update_ptp_sync_msg(priv, skb, csum_offload); in enetc_map_tx_buffs()