Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cisco/enic/
H A Denic_rq.c99 u8 rss_type, u8 fcoe, u8 fcoe_fc_crc_ok, in enic_rq_set_skb_flags() argument
110 switch (rss_type) { in enic_rq_set_skb_flags()
173 u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, in cq_enet_rq_desc_dec() argument
201 *rss_type = (u8)((q_number_rss_type_flags >> CQ_DESC_Q_NUM_BITS) & in cq_enet_rq_desc_dec()
328 u8 ipv6, ipv4, ipv4_fragment, fcs_ok, rss_type, csum_not_calc; in enic_rq_indicate_buf() local
336 &fcoe, &eop, &sop, &rss_type, &csum_not_calc, in enic_rq_indicate_buf()
368 enic_rq_set_skb_flags(rq, type, rss_hash, rss_type, fcoe, in enic_rq_indicate_buf()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c926 struct hinic_rss_type rss_type = { 0 }; in hinic_get_rxfh_fields() local
935 &rss_type); in hinic_get_rxfh_fields()
942 if (rss_type.tcp_ipv4) in hinic_get_rxfh_fields()
946 if (rss_type.tcp_ipv6) in hinic_get_rxfh_fields()
950 if (rss_type.udp_ipv4) in hinic_get_rxfh_fields()
954 if (rss_type.udp_ipv6) in hinic_get_rxfh_fields()
969 struct hinic_rss_type *rss_type) in set_l4_rss_hash_ops() argument
986 rss_type->tcp_ipv4 = rss_l4_en; in set_l4_rss_hash_ops()
989 rss_type->tcp_ipv6 = rss_l4_en; in set_l4_rss_hash_ops()
992 rss_type in set_l4_rss_hash_ops()
1009 struct hinic_rss_type *rss_type; hinic_set_rxfh_fields() local
[all...]
H A Dhinic_dev.h106 struct hinic_rss_type rss_type; member
H A Dhinic_port.h805 struct hinic_rss_type rss_type);
825 struct hinic_rss_type *rss_type);
/linux/drivers/scsi/fnic/
H 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()
H A Dfnic_fcs.c436 u8 csum_not_calc, rss_type, ipv4, ipv6, ipv4_fragment; in fnic_rq_cmpl_frame_recv() local
467 &ingress_port, &fcoe, &eop, &sop, &rss_type, in fnic_rq_cmpl_frame_recv()
/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_metadata2.c9 enum xdp_rss_hash_type *rss_type) __ksym;
H A Dxdp_metadata.c32 enum xdp_rss_hash_type *rss_type) __ksym;
H A Dxdp_hw_metadata.c22 enum xdp_rss_hash_type *rss_type) __ksym;
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H 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()
/linux/drivers/net/ethernet/intel/fm10k/
H 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/libeth/
H A Dxdp.h1725 * @rss_type: pointer to the variable to write the hash type to
1739 enum xdp_rss_hash_type *rss_type, in libeth_xdpmo_rx_hash() argument
1746 *rss_type = pt.hash_type; in libeth_xdpmo_rx_hash()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c498 u16 rss_type; in wx_rx_hash() local
503 rss_type = le16_to_cpu(rx_desc->wb.lower.lo_dword.hs_rss.pkt_info) & in wx_rx_hash()
506 if (!rss_type) in wx_rx_hash()
510 (WX_RSS_L4_TYPES_MASK & (1ul << rss_type)) ? in wx_rx_hash()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h795 enum xdp_rss_hash_type *rss_type);
/linux/drivers/net/
H A Dveth.c1663 enum xdp_rss_hash_type *rss_type) in veth_xdp_rx_hash() argument
1672 *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/
H A Dixgbevf_main.c449 u16 rss_type; in ixgbevf_rx_hash() local
454 rss_type = le16_to_cpu(rx_desc->wb.lower.lo_dword.hs_rss.pkt_info) & in ixgbevf_rx_hash()
457 if (!rss_type) in ixgbevf_rx_hash()
461 (IXGBE_RSS_L4_TYPES_MASK & (1ul << rss_type)) ? in ixgbevf_rx_hash()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c1808 u32 rss_type = igc_rss_type(rx_desc); in igc_rx_hash() local
1810 skb_set_hash(skb, rss_hash, igc_rss_type_table[rss_type]); in igc_rx_hash()
7033 enum xdp_rss_hash_type *rss_type) in igc_xdp_rx_hash() argument
7041 *rss_type = igc_xdp_rss_type[igc_rss_type(ctx->rx_desc)]; in igc_xdp_rx_hash()