Home
last modified time | relevance | path

Searched refs:rss_type (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_port.c699 struct hinic_rss_type rss_type) in hinic_set_rss_type() argument
723 HINIC_RSS_TYPE_SET(rss_type.ipv4, IPV4) | in hinic_set_rss_type()
724 HINIC_RSS_TYPE_SET(rss_type.ipv6, IPV6) | in hinic_set_rss_type()
725 HINIC_RSS_TYPE_SET(rss_type.ipv6_ext, IPV6_EXT) | in hinic_set_rss_type()
726 HINIC_RSS_TYPE_SET(rss_type.tcp_ipv4, TCP_IPV4) | in hinic_set_rss_type()
727 HINIC_RSS_TYPE_SET(rss_type.tcp_ipv6, TCP_IPV6) | in hinic_set_rss_type()
728 HINIC_RSS_TYPE_SET(rss_type.tcp_ipv6_ext, TCP_IPV6_EXT) | in hinic_set_rss_type()
729 HINIC_RSS_TYPE_SET(rss_type.udp_ipv4, UDP_IPV4) | in hinic_set_rss_type()
730 HINIC_RSS_TYPE_SET(rss_type.udp_ipv6, UDP_IPV6); in hinic_set_rss_type()
759 struct hinic_rss_type *rss_type) in hinic_get_rss_type() argument
[all …]
A Dhinic_ethtool.c934 &rss_type); in hinic_get_rss_hash_opts()
941 if (rss_type.tcp_ipv4) in hinic_get_rss_hash_opts()
945 if (rss_type.tcp_ipv6) in hinic_get_rss_hash_opts()
949 if (rss_type.udp_ipv4) in hinic_get_rss_hash_opts()
953 if (rss_type.udp_ipv6) in hinic_get_rss_hash_opts()
985 rss_type->tcp_ipv4 = rss_l4_en; in set_l4_rss_hash_ops()
988 rss_type->tcp_ipv6 = rss_l4_en; in set_l4_rss_hash_ops()
1006 struct hinic_rss_type *rss_type = &nic_dev->rss_type; in hinic_set_rss_hash_opts() local
1040 rss_type->ipv4 = 1; in hinic_set_rss_hash_opts()
1043 rss_type->ipv6 = 1; in hinic_set_rss_hash_opts()
[all …]
A Dhinic_main.c325 err = hinic_set_rss_type(nic_dev, tmpl_idx, nic_dev->rss_type); in hinic_rss_init()
351 nic_dev->rss_type.tcp_ipv6_ext = 1; in hinic_init_rss_parameters()
352 nic_dev->rss_type.ipv6_ext = 1; in hinic_init_rss_parameters()
353 nic_dev->rss_type.tcp_ipv6 = 1; in hinic_init_rss_parameters()
354 nic_dev->rss_type.ipv6 = 1; in hinic_init_rss_parameters()
355 nic_dev->rss_type.tcp_ipv4 = 1; in hinic_init_rss_parameters()
356 nic_dev->rss_type.ipv4 = 1; in hinic_init_rss_parameters()
357 nic_dev->rss_type.udp_ipv6 = 1; in hinic_init_rss_parameters()
358 nic_dev->rss_type.udp_ipv4 = 1; in hinic_init_rss_parameters()
A Dhinic_dev.h106 struct hinic_rss_type rss_type; member
A Dhinic_port.h805 struct hinic_rss_type rss_type);
825 struct hinic_rss_type *rss_type);
/linux/drivers/scsi/fnic/
A Dcq_enet_desc.h83 u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, in cq_enet_rq_desc_dec() argument
107 *rss_type = (u8)((q_number_rss_type_flags >> CQ_DESC_Q_NUM_BITS) & in cq_enet_rq_desc_dec()
A Dfnic_fcs.c836 u8 ipv6, ipv4, ipv4_fragment, rss_type, csum_not_calc; in fnic_rq_cmpl_frame_recv() local
869 &rss_type, &csum_not_calc, &rss_hash, in fnic_rq_cmpl_frame_recv()
/linux/drivers/net/ethernet/cisco/enic/
A Dcq_enet_desc.h93 u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, in cq_enet_rq_desc_dec() argument
121 *rss_type = (u8)((q_number_rss_type_flags >> CQ_DESC_Q_NUM_BITS) & in cq_enet_rq_desc_dec()
A Denic_main.c1374 u8 ipv6, ipv4, ipv4_fragment, fcs_ok, rss_type, csum_not_calc; in enic_rq_indicate_buf() local
1390 &ingress_port, &fcoe, &eop, &sop, &rss_type, in enic_rq_indicate_buf()
1432 switch (rss_type) { in enic_rq_indicate_buf()
/linux/tools/testing/selftests/bpf/progs/
A Dxdp_metadata2.c9 enum xdp_rss_hash_type *rss_type) __ksym;
A Dxdp_metadata.c25 enum xdp_rss_hash_type *rss_type) __ksym;
A Dxdp_hw_metadata.c22 enum xdp_rss_hash_type *rss_type) __ksym;
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
A Dhw_atl_a0.c698 u16 rss_type = rxd_wb->type & 0xFU; in hw_atl_a0_hw_ring_rx_receive() local
700 if (rss_type && rss_type < 0x8U) { in hw_atl_a0_hw_ring_rx_receive()
701 buff->is_hash_l4 = (rss_type == 0x4 || in hw_atl_a0_hw_ring_rx_receive()
702 rss_type == 0x5); in hw_atl_a0_hw_ring_rx_receive()
A Dhw_atl_b0.c966 u16 rss_type = rxd_wb->type & 0xFU; in hw_atl_b0_hw_ring_rx_receive() local
968 if (rss_type && rss_type < 0x8U) { in hw_atl_b0_hw_ring_rx_receive()
969 buff->is_hash_l4 = (rss_type == 0x4 || in hw_atl_b0_hw_ring_rx_receive()
970 rss_type == 0x5); in hw_atl_b0_hw_ring_rx_receive()
/linux/drivers/net/ethernet/intel/ice/
A Dice_txrx_lib.c520 enum xdp_rss_hash_type *rss_type) in ice_xdp_rx_hash() argument
525 *rss_type = ice_xdp_rx_hash_type(xdp_ext->eop_desc); in ice_xdp_rx_hash()
/linux/drivers/net/ethernet/intel/fm10k/
A Dfm10k_main.c396 u16 rss_type; in fm10k_rx_hash() local
401 rss_type = le16_to_cpu(rx_desc->w.pkt_info) & FM10K_RXD_RSSTYPE_MASK; in fm10k_rx_hash()
402 if (!rss_type) in fm10k_rx_hash()
406 (BIT(rss_type) & FM10K_RSS_L4_TYPES_MASK) ? in fm10k_rx_hash()
/linux/include/net/
A Dxdp.h471 enum xdp_rss_hash_type *rss_type);
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.c238 enum xdp_rss_hash_type *rss_type) in mlx5e_xdp_rx_hash() argument
254 *rss_type = mlx5_xdp_rss_type[lookup]; in mlx5e_xdp_rx_hash()
/linux/drivers/net/ethernet/wangxun/libwx/
A Dwx_lib.c501 u16 rss_type; in wx_rx_hash() local
506 rss_type = le16_to_cpu(rx_desc->wb.lower.lo_dword.hs_rss.pkt_info) & in wx_rx_hash()
509 if (!rss_type) in wx_rx_hash()
513 (WX_RSS_L4_TYPES_MASK & (1ul << rss_type)) ? in wx_rx_hash()
/linux/net/core/
A Dxdp.c731 enum xdp_rss_hash_type *rss_type) in bpf_xdp_metadata_rx_hash() argument
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_rx.c688 enum xdp_rss_hash_type *rss_type) in mlx4_en_xdp_rx_hash() argument
711 *rss_type = xht; in mlx4_en_xdp_rx_hash()
A Dmlx4_en.h806 enum xdp_rss_hash_type *rss_type);
/linux/drivers/net/
A Dveth.c1626 enum xdp_rss_hash_type *rss_type) in veth_xdp_rx_hash() argument
1635 *rss_type = skb->l4_hash ? XDP_RSS_TYPE_L4_ANY : XDP_RSS_TYPE_NONE; in veth_xdp_rx_hash()
/linux/drivers/net/ethernet/intel/ixgbevf/
A Dixgbevf_main.c444 u16 rss_type; in ixgbevf_rx_hash() local
449 rss_type = le16_to_cpu(rx_desc->wb.lower.lo_dword.hs_rss.pkt_info) & in ixgbevf_rx_hash()
452 if (!rss_type) in ixgbevf_rx_hash()
456 (IXGBE_RSS_L4_TYPES_MASK & (1ul << rss_type)) ? in ixgbevf_rx_hash()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.c4191 enum pkt_hash_types rss_type = PKT_HASH_TYPE_NONE; in hns3_set_rx_skb_rss_type() local
4199 rss_type = hns3_rx_ptype_tbl[ptype].hash_type; in hns3_set_rx_skb_rss_type()
4211 rss_type = PKT_HASH_TYPE_L4; in hns3_set_rx_skb_rss_type()
4214 rss_type = PKT_HASH_TYPE_L3; in hns3_set_rx_skb_rss_type()
4218 skb_set_hash(skb, rss_hash, rss_type); in hns3_set_rx_skb_rss_type()

Completed in 83 milliseconds

12