Searched refs:CSUM_IP6_TCP (Results 1 – 9 of 9) sorted by relevance
340 CSUM_IP6_UDP | CSUM_IP6_TCP)342 CSUM_IP_SCTP | CSUM_IP6_UDP | CSUM_IP6_TCP | \
294 } else if (csum_flags & (CSUM_IP6_TCP | CSUM_IP6_UDP)) in em_transmit_checksum_setup()302 if (csum_flags & (CSUM_TCP | CSUM_UDP | CSUM_IP6_TCP | CSUM_IP6_UDP)) { in em_transmit_checksum_setup()308 if (csum_flags & (CSUM_TCP | CSUM_IP6_TCP)) { in em_transmit_checksum_setup()
201 if (pi->ipi_csum_flags & (CSUM_IP_TCP | CSUM_IP6_TCP)) { in igb_tx_ctx_setup()
877 CSUM_IP6_TCP | CSUM_IP6_UDP;897 CSUM_IP6_TCP | CSUM_IP6_UDP;932 CSUM_IP6_TCP | CSUM_IP6_UDP;
163 #define CSUM_IP6_TCP 0x00000400 /* TCP checksum offload */ macro192 #define CSUM_TCP_IPV6 CSUM_IP6_TCP
250 CSUM_IP_SCTP | CSUM_IP6_UDP | CSUM_IP6_TCP | \
233 if (pi->ipi_csum_flags & (CSUM_IP_TCP | CSUM_IP6_TCP)) { in igc_tx_ctx_setup()
508 CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_SCTP | CSUM_IP6_SCTP; in igc_if_attach_pre()
347 CSUM_IP6_UDP|CSUM_IP6_TCP|CSUM_IP6_SCTP)2551 tx_ip6_csum_flags = scctx->isc_tx_csum_flags & (CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_IP6_SCTP); in iflib_init_locked()3270 #define IS_TX_OFFLOAD6(pi) ((pi)->ipi_csum_flags & (CSUM_IP6_TCP | CSUM_IP6_TSO))3557 pi->ipi_csum_flags |= CSUM_IP6_TCP; in iflib_parse_header()