Home
last modified time | relevance | path

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

/linux-6.15/net/ethtool/
H A Drings.c43 data->kernel_ringparam.tcp_data_split = dev->cfg->hds_config; in rings_prepare_data()
300 dev->cfg_pending->hds_config = kernel_ringparam.tcp_data_split; in ethnl_set_rings()
H A Dcommon.c832 kparam->tcp_data_split = dev->cfg->hds_config; in ethtool_ringparam_get_cfg()
/linux-6.15/include/net/
H A Dnetdev_queues.h14 u8 hds_config; member
/linux-6.15/net/core/
H A Dnetdev_rx_queue.c108 if (dev->cfg->hds_config != ETHTOOL_TCP_DATA_SPLIT_ENABLED) { in __net_mp_open_rxq()
H A Ddev.c9851 if (dev->cfg->hds_config == ETHTOOL_TCP_DATA_SPLIT_ENABLED && in netif_xdp_propagate()
9897 if (dev->cfg->hds_config == ETHTOOL_TCP_DATA_SPLIT_ENABLED && in dev_xdp_install()
/linux-6.15/drivers/net/netdevsim/
H A Dethtool.c77 if (dev->cfg->hds_config == ETHTOOL_TCP_DATA_SPLIT_UNKNOWN) in nsim_get_ringparam()
H A Dnetdev.c82 (cfg->hds_config != ETHTOOL_TCP_DATA_SPLIT_ENABLED || in nsim_start_xmit()
83 (cfg->hds_config == ETHTOOL_TCP_DATA_SPLIT_ENABLED && in nsim_start_xmit()
/linux-6.15/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-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c855 hds_config_mod = tcp_data_split != dev->cfg->hds_config; in bnxt_set_ringparam()