Searched refs:rx_hash_key (Results 1 – 12 of 12) sorted by relevance
/linux/include/uapi/rdma/ |
H A D | mana-abi.h | 73 __u8 rx_hash_key[40]; member
|
H A D | mlx4-abi.h | 107 __u8 rx_hash_key[40]; member
|
/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi_filters.c | 2023 BUILD_BUG_ON(ARRAY_SIZE(efx->rss_context.rx_hash_key) != in efx_mcdi_filter_populate_rss_table() 2025 for (i = 0; i < ARRAY_SIZE(efx->rss_context.rx_hash_key); ++i) in efx_mcdi_filter_populate_rss_table() 2090 if (key != efx->rss_context.rx_hash_key) in efx_mcdi_filter_rx_push_exclusive_rss_config() 2091 memcpy(efx->rss_context.rx_hash_key, key, in efx_mcdi_filter_rx_push_exclusive_rss_config() 2166 BUILD_BUG_ON(ARRAY_SIZE(ctx->rx_hash_key) != in efx_mcdi_rx_pull_rss_context_config() 2176 for (i = 0; i < ARRAY_SIZE(ctx->rx_hash_key); ++i) in efx_mcdi_rx_pull_rss_context_config() 2177 ctx->rx_hash_key[i] = MCDI_PTR( in efx_mcdi_rx_pull_rss_context_config() 2237 key = efx->rss_context.rx_hash_key; in efx_mcdi_pf_rx_push_rss_config()
|
H A D | ef100_netdev.c | 475 netdev_rss_key_fill(efx->rss_context.rx_hash_key, in ef100_probe_netdev() 476 sizeof(efx->rss_context.rx_hash_key)); in ef100_probe_netdev()
|
H A D | efx.c | 301 netdev_rss_key_fill(efx->rss_context.rx_hash_key, in efx_probe_nic() 302 sizeof(efx->rss_context.rx_hash_key)); in efx_probe_nic()
|
H A D | ethtool_common.c | 1178 memcpy(rxfh->key, efx->rss_context.rx_hash_key, in efx_ethtool_get_rxfh() 1285 key = efx->rss_context.rx_hash_key; in efx_ethtool_set_rxfh()
|
H A D | net_driver.h | 795 u8 rx_hash_key[40]; member
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 310 netdev_rss_key_fill(efx->rss_context.rx_hash_key, in efx_probe_nic() 311 sizeof(efx->rss_context.rx_hash_key)); in efx_probe_nic()
|
H A D | ethtool_common.c | 1166 memcpy(rxfh->key, efx->rss_context.rx_hash_key, in efx_siena_ethtool_get_rxfh() 1188 key = efx->rss_context.rx_hash_key; in efx_siena_ethtool_set_rxfh()
|
H A D | net_driver.h | 717 u8 rx_hash_key[40]; member
|
/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | falcon.c | 498 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config()
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | qp.c | 1793 memcpy(rss_key, ucmd->rx_hash_key, len); in create_rss_raw_qp_tir()
|