Searched refs:IDPF_TX_FLAGS_IPV6 (Results 1 – 2 of 2) sorted by relevance
59 } else if (off->tx_flags & IDPF_TX_FLAGS_IPV6) { in idpf_tx_singleq_csum()116 off->tx_flags &= ~(IDPF_TX_FLAGS_IPV4 | IDPF_TX_FLAGS_IPV6); in idpf_tx_singleq_csum()120 off->tx_flags |= IDPF_TX_FLAGS_IPV6; in idpf_tx_singleq_csum()134 } else if (off->tx_flags & IDPF_TX_FLAGS_IPV6) { in idpf_tx_singleq_csum()389 offload.tx_flags |= IDPF_TX_FLAGS_IPV6; in idpf_tx_singleq_frame()
143 #define IDPF_TX_FLAGS_IPV6 BIT(2) macro