Searched refs:tso_version (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_functions.c | 198 bool tso_v2 = tx_queue->tso_version == 2; in efx_mcdi_tx_init() 222 tx_queue->tso_version = 0; in efx_mcdi_tx_init()
|
H A D | ef100_tx.c | 46 tx_queue->tso_version = 3; in ef100_tx_init()
|
H A D | ef10.c | 2230 EFX_WARN_ON_ONCE_PARANOID(tx_queue->tso_version != 2); in efx_ef10_tx_tso_desc() 2357 tx_queue->tso_version = 2; in efx_ef10_tx_init() 2362 tx_queue->tso_version = 1; in efx_ef10_tx_init() 2383 ESF_DZ_TX_OPTION_IP_CSUM, csum_offload && tx_queue->tso_version != 2, in efx_ef10_tx_init() 2385 ESF_DZ_TX_OPTION_INNER_IP_CSUM, inner_csum && tx_queue->tso_version != 2, in efx_ef10_tx_init() 2389 if (tx_queue->tso_version == 2 && efx_has_cap(efx, TX_TSO_V2_ENCAP)) in efx_ef10_tx_init()
|
H A D | tx.c | 341 switch (tx_queue->tso_version) { in __efx_enqueue_skb()
|
H A D | tx_common.c | 89 tx_queue->tso_version = 0; in efx_init_tx_queue()
|
H A D | tx_tso.c | 370 if (tx_queue->tso_version != 1) in efx_enqueue_skb_tso()
|
H A D | net_driver.h | 200 * @tso_version: Version of TSO in use for this queue. 264 unsigned int tso_version; member
|
H A D | farch.c | 419 tx_queue->tso_version = 1; in efx_farch_tx_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi_functions.c | 198 bool tso_v2 = tx_queue->tso_version == 2; in efx_mcdi_tx_init() 222 tx_queue->tso_version = 0; in efx_mcdi_tx_init()
|
H A D | ef10.c | 2246 EFX_WARN_ON_ONCE_PARANOID(tx_queue->tso_version != 2); in efx_ef10_tx_tso_desc() 2373 tx_queue->tso_version = 2; in efx_ef10_tx_init() 2378 tx_queue->tso_version = 1; in efx_ef10_tx_init() 2399 ESF_DZ_TX_OPTION_IP_CSUM, csum_offload && tx_queue->tso_version != 2, 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() 2405 if (tx_queue->tso_version == 2 && efx_has_cap(efx, TX_TSO_V2_ENCAP)) in efx_ef10_tx_init()
|
H A D | ef100_tx.c | 46 tx_queue->tso_version = 3; in ef100_tx_init()
|
H A D | tx_tso.c | 370 if (tx_queue->tso_version != 1) in efx_enqueue_skb_tso()
|
H A D | tx.c | 341 switch (tx_queue->tso_version) { in __efx_enqueue_skb()
|
H A D | tx_common.c | 90 tx_queue->tso_version = 0; in efx_init_tx_queue()
|
H A D | net_driver.h | 181 * @tso_version: Version of TSO in use for this queue. 245 unsigned int tso_version; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | tx_common.c | 90 tx_queue->tso_version = 0; in efx_siena_init_tx_queue()
|
H A D | net_driver.h | 200 * @tso_version: Version of TSO in use for this queue. 263 unsigned int tso_version; member
|
H A D | farch.c | 420 tx_queue->tso_version = 1; in efx_farch_tx_init()
|
Completed in 35 milliseconds