Home
last modified time | relevance | path

Searched refs:hds_config (Results 1 – 7 of 7) sorted by relevance

/linux/net/core/
H A Dnetdev_rx_queue.c199 if (dev->cfg->hds_config != ETHTOOL_TCP_DATA_SPLIT_ENABLED) { in __netif_mp_open_rxq()
H A Ddev.c10260 if (dev->cfg->hds_config == ETHTOOL_TCP_DATA_SPLIT_ENABLED && in netif_xdp_propagate()
10307 if (dev->cfg->hds_config == ETHTOOL_TCP_DATA_SPLIT_ENABLED && in dev_xdp_install()
/linux/drivers/net/netdevsim/
H A Dnetdev.c161 (cfg->hds_config != ETHTOOL_TCP_DATA_SPLIT_ENABLED || in nsim_start_xmit()
162 (cfg->hds_config == ETHTOOL_TCP_DATA_SPLIT_ENABLED && in nsim_start_xmit()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h688 struct bna_hds_config hds_config; member
H A Dbna_tx_rx.c2420 rx_cfg->hds_config.forced_offset in bna_rx_create()
2471 rx->hds_cfg = rx_cfg->hds_config; in bna_rx_create()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c868 hds_config_mod = tcp_data_split != dev->cfg->hds_config; in bnxt_set_ringparam()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4623 if (cfg && cfg->hds_config == ETHTOOL_TCP_DATA_SPLIT_ENABLED && in mlx5e_fix_features()