Searched refs:csum_offload (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_functions.c | 167 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 D | ef10.c | 2327 bool csum_offload = tx_queue->type & EFX_TXQ_TYPE_OUTER_CSUM; in efx_ef10_tx_init() local 2355 if ((csum_offload || inner_csum) && in efx_ef10_tx_init() 2382 ESF_DZ_TX_OPTION_UDP_TCP_CSUM, csum_offload, in efx_ef10_tx_init() 2383 ESF_DZ_TX_OPTION_IP_CSUM, csum_offload && tx_queue->tso_version != 2, in efx_ef10_tx_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi_functions.c | 167 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 D | ef10.c | 2343 bool csum_offload = tx_queue->type & EFX_TXQ_TYPE_OUTER_CSUM; in efx_ef10_tx_init() local 2371 if ((csum_offload || inner_csum) && in efx_ef10_tx_init() 2398 ESF_DZ_TX_OPTION_UDP_TCP_CSUM, csum_offload, in efx_ef10_tx_init() 2399 ESF_DZ_TX_OPTION_IP_CSUM, csum_offload && tx_queue->tso_version != 2, in efx_ef10_tx_init()
|
Completed in 11 milliseconds