Searched refs:rx_hash_key (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | siena.c | 350 memcpy(efx->rss_context.rx_hash_key, &temp, sizeof(temp)); in siena_rx_pull_rss_config() 352 memcpy(efx->rss_context.rx_hash_key + sizeof(temp), &temp, sizeof(temp)); in siena_rx_pull_rss_config() 354 memcpy(efx->rss_context.rx_hash_key + 2 * sizeof(temp), &temp, in siena_rx_pull_rss_config() 367 memcpy(efx->rss_context.rx_hash_key, key, sizeof(temp)); in siena_rx_push_rss_config() 368 memcpy(&temp, efx->rss_context.rx_hash_key, sizeof(temp)); in siena_rx_push_rss_config() 372 BUILD_BUG_ON(sizeof(efx->rss_context.rx_hash_key) < in siena_rx_push_rss_config() 375 memcpy(&temp, efx->rss_context.rx_hash_key, sizeof(temp)); in siena_rx_push_rss_config() 377 memcpy(&temp, efx->rss_context.rx_hash_key + sizeof(temp), sizeof(temp)); in siena_rx_push_rss_config() 381 memcpy(&temp, efx->rss_context.rx_hash_key + 2 * sizeof(temp), in siena_rx_push_rss_config()
|
D | ethtool.c | 1342 memcpy(key, efx->rss_context.rx_hash_key, in efx_ethtool_get_rxfh() 1359 key = efx->rss_context.rx_hash_key; in efx_ethtool_set_rxfh() 1391 memcpy(key, ctx->rx_hash_key, efx->type->rx_hash_key_size); in efx_ethtool_get_rxfh_context() 1429 netdev_rss_key_fill(ctx->rx_hash_key, sizeof(ctx->rx_hash_key)); in efx_ethtool_set_rxfh_context() 1448 key = ctx->rx_hash_key; in efx_ethtool_set_rxfh_context()
|
D | ef10.c | 2810 BUILD_BUG_ON(ARRAY_SIZE(efx->rss_context.rx_hash_key) != in efx_ef10_populate_rss_table() 2812 for (i = 0; i < ARRAY_SIZE(efx->rss_context.rx_hash_key); ++i) in efx_ef10_populate_rss_table() 2875 if (key != efx->rss_context.rx_hash_key) in efx_ef10_rx_push_exclusive_rss_config() 2876 memcpy(efx->rss_context.rx_hash_key, key, in efx_ef10_rx_push_exclusive_rss_config() 2916 memcpy(ctx->rx_hash_key, key, efx->type->rx_hash_key_size); in efx_ef10_rx_push_rss_context_config() 2956 BUILD_BUG_ON(ARRAY_SIZE(ctx->rx_hash_key) != in efx_ef10_rx_pull_rss_context_config() 2966 for (i = 0; i < ARRAY_SIZE(ctx->rx_hash_key); ++i) in efx_ef10_rx_pull_rss_context_config() 2967 ctx->rx_hash_key[i] = MCDI_PTR( in efx_ef10_rx_pull_rss_context_config() 3000 ctx->rx_hash_key); in efx_ef10_rx_restore_rss_contexts() 3020 key = efx->rss_context.rx_hash_key; in efx_ef10_pf_rx_push_rss_config()
|
D | net_driver.h | 732 u8 rx_hash_key[40]; member
|
D | efx.c | 1793 netdev_rss_key_fill(efx->rss_context.rx_hash_key, in efx_probe_nic() 1794 sizeof(efx->rss_context.rx_hash_key)); in efx_probe_nic()
|
/drivers/net/ethernet/sfc/falcon/ |
D | net_driver.h | 825 u8 rx_hash_key[40]; member
|
D | efx.c | 1659 netdev_rss_key_fill(&efx->rx_hash_key, in ef4_probe_nic() 1660 sizeof(efx->rx_hash_key)); in ef4_probe_nic()
|
D | falcon.c | 498 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config()
|
/drivers/infiniband/hw/mlx4/ |
D | qp.c | 548 memcpy(rss_ctx->rss_key, ucmd->rx_hash_key, in set_qp_rss()
|
/drivers/infiniband/hw/mlx5/ |
D | qp.c | 1716 memcpy(rss_key, ucmd.rx_hash_key, len); in create_rss_raw_qp_tir()
|