Home
last modified time | relevance | path

Searched refs:hash_type (Results 1 – 11 of 11) sorted by relevance

/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c543 u8 hash_type; in nicvf_set_rxhash() local
552 hash_type = PKT_HASH_TYPE_L4; in nicvf_set_rxhash()
556 hash_type = PKT_HASH_TYPE_L3; in nicvf_set_rxhash()
560 hash_type = PKT_HASH_TYPE_NONE; in nicvf_set_rxhash()
564 skb_set_hash(skb, hash, hash_type); in nicvf_set_rxhash()
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h556 enum pkt_hash_types hash_type; member
670 u16 hash_type; member
Dbnxt.c819 u32 hash_type = TPA_START_HASH_TYPE(tpa_start); in bnxt_tpa_start() local
821 tpa_info->hash_type = PKT_HASH_TYPE_L4; in bnxt_tpa_start()
824 if (hash_type == 3) in bnxt_tpa_start()
829 tpa_info->hash_type = PKT_HASH_TYPE_NONE; in bnxt_tpa_start()
1012 if (tpa_info->hash_type != PKT_HASH_TYPE_NONE) in bnxt_tpa_end()
1013 skb_set_hash(skb, tpa_info->rss_hash, tpa_info->hash_type); in bnxt_tpa_end()
1165 u32 hash_type = RX_CMP_HASH_TYPE(rxcmp); in bnxt_rx_pkt() local
1169 if (hash_type != 1 && hash_type != 3) in bnxt_rx_pkt()
2999 vnic->hash_type = BNXT_RSS_HASH_TYPE_FLAG_IPV4 | in bnxt_hwrm_vnic_set_rss()
3004 req.hash_type = cpu_to_le32(vnic->hash_type); in bnxt_hwrm_vnic_set_rss()
Dbnxt_hsi.h2258 __le32 hash_type; member
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h199 u8 hash_type:2; member
205 u8 hash_type:2; member
/drivers/net/ethernet/neterion/vxge/
Dvxge-config.c3719 struct vxge_hw_rth_hash_types *hash_type, in vxge_hw_vpath_rts_rth_set() argument
3744 if (hash_type->hash_type_tcpipv4_en) in vxge_hw_vpath_rts_rth_set()
3747 if (hash_type->hash_type_ipv4_en) in vxge_hw_vpath_rts_rth_set()
3750 if (hash_type->hash_type_tcpipv6_en) in vxge_hw_vpath_rts_rth_set()
3753 if (hash_type->hash_type_ipv6_en) in vxge_hw_vpath_rts_rth_set()
3756 if (hash_type->hash_type_tcpipv6ex_en) in vxge_hw_vpath_rts_rth_set()
3760 if (hash_type->hash_type_ipv6ex_en) in vxge_hw_vpath_rts_rth_set()
Dvxge-config.h2084 struct vxge_hw_rth_hash_types *hash_type,
/drivers/net/ethernet/brocade/bna/
Dbna_types.h652 enum bfi_enet_rss_type hash_type; member
Dbnad.c2053 rx_config->rss_config.hash_type = in bnad_init_rx_config()
Dbna_tx_rx.c329 req->cfg.type = rxf->rss_cfg.hash_type; in bna_bfi_rss_cfg()
/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h229 __u8 hash_type:2; member
231 __u8 hash_type:2; member