/linux/drivers/scsi/fnic/ |
A D | cq_enet_desc.h | 42 __le32 rss_hash; member 96 u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error, in cq_enet_rq_desc_dec() argument 124 *rss_hash = le32_to_cpu(desc->rss_hash); in cq_enet_rq_desc_dec()
|
A D | fnic_fcs.c | 843 u32 rss_hash; in fnic_rq_cmpl_frame_recv() local 873 &rss_type, &csum_not_calc, &rss_hash, in fnic_rq_cmpl_frame_recv()
|
/linux/drivers/net/ethernet/cisco/enic/ |
A D | cq_enet_desc.h | 44 __le32 rss_hash; member 107 u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error, in cq_enet_rq_desc_dec() argument 139 *rss_hash = le32_to_cpu(desc->rss_hash); in cq_enet_rq_desc_dec()
|
A D | enic_main.c | 1312 u32 rss_hash; in enic_rq_indicate_buf() local 1323 &csum_not_calc, &rss_hash, &bytes_written, in enic_rq_indicate_buf() 1362 if ((netdev->features & NETIF_F_RXHASH) && rss_hash && in enic_rq_indicate_buf() 1368 skb_set_hash(skb, rss_hash, PKT_HASH_TYPE_L4); in enic_rq_indicate_buf() 1373 skb_set_hash(skb, rss_hash, PKT_HASH_TYPE_L3); in enic_rq_indicate_buf() 1387 (rss_hash & BIT(0))) { in enic_rq_indicate_buf() 1389 outer_csum_ok = (rss_hash & BIT(1)) && in enic_rq_indicate_buf() 1390 (rss_hash & BIT(2)); in enic_rq_indicate_buf()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tir.c | 112 const struct mlx5e_rss_params_hash *rss_hash, in mlx5e_tir_builder_build_rss() argument 122 MLX5_SET(tirc, tirc, rx_hash_fn, mlx5e_hfunc_to_hw(rss_hash->hfunc)); in mlx5e_tir_builder_build_rss() 123 if (rss_hash->hfunc == ETH_RSS_HASH_TOP) { in mlx5e_tir_builder_build_rss() 128 memcpy(rss_key, rss_hash->toeplitz_hash_key, len); in mlx5e_tir_builder_build_rss()
|
A D | tir.h | 33 const struct mlx5e_rss_params_hash *rss_hash,
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_flow.c | 2308 u64 rss_hash = ICE_HASH_INVALID; in ice_add_avf_rss_cfg() local 2312 rss_hash = ICE_FLOW_HASH_IPV4; in ice_add_avf_rss_cfg() 2316 rss_hash = ICE_FLOW_HASH_IPV4 | in ice_add_avf_rss_cfg() 2321 rss_hash = ICE_FLOW_HASH_IPV4 | in ice_add_avf_rss_cfg() 2326 rss_hash = ICE_FLOW_HASH_IPV4 | in ice_add_avf_rss_cfg() 2333 rss_hash = ICE_FLOW_HASH_IPV6; in ice_add_avf_rss_cfg() 2337 rss_hash = ICE_FLOW_HASH_IPV6 | in ice_add_avf_rss_cfg() 2342 rss_hash = ICE_FLOW_HASH_IPV6 | in ice_add_avf_rss_cfg() 2412 u64 rss_hash = ICE_HASH_INVALID; in ice_get_rss_cfg() local 2423 rss_hash = r->hashed_flds; in ice_get_rss_cfg() [all …]
|
A D | ice_txrx_lib.c | 84 hash = le32_to_cpu(nic_mdid->rss_hash); in ice_rx_hash()
|
A D | ice_lan_tx_rx.h | 284 __le32 rss_hash; member 323 __le32 rss_hash; member
|
/linux/include/linux/qed/ |
A D | eth_common.h | 218 __le32 rss_hash; member 271 __le32 rss_hash; member
|
/linux/drivers/net/ethernet/google/gve/ |
A D | gve_desc.h | 66 __be32 rss_hash; /* Receive-side scaling hash (Toeplitz for gVNIC) */ member
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
A D | rx.h | 378 __le32 rss_hash; member 472 __le32 rss_hash; member
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
A D | aq_ring.h | 43 u32 rss_hash; member
|
/linux/drivers/net/ethernet/samsung/sxgbe/ |
A D | sxgbe_desc.h | 74 u32 rss_hash; member
|
/linux/drivers/net/ethernet/qlogic/qede/ |
A D | qede_fp.c | 609 static void qede_get_rxhash(struct sk_buff *skb, u8 bitfields, __le32 rss_hash) in qede_get_rxhash() argument 620 hash = le32_to_cpu(rss_hash); in qede_get_rxhash() 869 qede_get_rxhash(tpa_info->skb, cqe->bitfields, cqe->rss_hash); in qede_tpa_start() 1326 qede_get_rxhash(skb, fp_cqe->bitfields, fp_cqe->rss_hash); in qede_rx_process_cqe()
|
/linux/drivers/net/ethernet/brocade/bna/ |
A D | bna_hw_defs.h | 396 u32 rss_hash; member
|
A D | bfi_enet.h | 149 u32 rss_hash; member
|
/linux/drivers/net/ethernet/atheros/alx/ |
A D | hw.h | 241 __le32 rss_hash; member
|
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
A D | hw_atl_a0.c | 703 buff->rss_hash = rxd_wb->rss_hash; in hw_atl_a0_hw_ring_rx_receive()
|
A D | hw_atl_utils.h | 41 u32 rss_hash; member
|
/linux/drivers/net/ethernet/atheros/atl1c/ |
A D | atl1c.h | 248 __le32 rss_hash; member
|
/linux/drivers/net/ethernet/synopsys/ |
A D | dwc-xlgmac.h | 277 u32 rss_hash; member
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
A D | hns3_enet.h | 291 __le32 rss_hash; member
|
/linux/drivers/net/ethernet/hisilicon/hns/ |
A D | hnae.h | 207 __le32 rss_hash; member
|
/linux/drivers/net/ethernet/pensando/ionic/ |
A D | ionic_txrx.c | 255 skb_set_hash(skb, le32_to_cpu(comp->rss_hash), in ionic_rx_clean() 262 skb_set_hash(skb, le32_to_cpu(comp->rss_hash), in ionic_rx_clean()
|