Home
last modified time | relevance | path

Searched refs:inner_csum (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/sfc/
H A Dmcdi_functions.c168 bool inner_csum = tx_queue->type & EFX_TXQ_TYPE_INNER_CSUM; in efx_mcdi_tx_init() local
215 INIT_TXQ_IN_FLAG_INNER_IP_CSUM_EN, inner_csum && !tso_v2, in efx_mcdi_tx_init()
216 INIT_TXQ_IN_FLAG_INNER_TCP_CSUM_EN, inner_csum); in efx_mcdi_tx_init()
H A Def10.c2344 bool inner_csum = tx_queue->type & EFX_TXQ_TYPE_INNER_CSUM; in efx_ef10_tx_init() local
2371 if ((csum_offload || inner_csum) && in efx_ef10_tx_init()
2400 ESF_DZ_TX_OPTION_INNER_UDP_TCP_CSUM, inner_csum, in efx_ef10_tx_init()
2401 ESF_DZ_TX_OPTION_INNER_IP_CSUM, inner_csum && tx_queue->tso_version != 2, in efx_ef10_tx_init()