Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/fnic/
Dcq_enet_desc.h95 u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, in cq_enet_rq_desc_dec() argument
119 *rss_type = (u8)((q_number_rss_type_flags >> CQ_DESC_Q_NUM_BITS) & in cq_enet_rq_desc_dec()
Dfnic_fcs.c829 u8 ipv6, ipv4, ipv4_fragment, rss_type, csum_not_calc; in fnic_rq_cmpl_frame_recv() local
863 &rss_type, &csum_not_calc, &rss_hash, in fnic_rq_cmpl_frame_recv()
/Linux-v4.19/drivers/net/ethernet/cisco/enic/
Dcq_enet_desc.h106 u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, in cq_enet_rq_desc_dec() argument
134 *rss_type = (u8)((q_number_rss_type_flags >> CQ_DESC_Q_NUM_BITS) & in cq_enet_rq_desc_dec()
Denic_main.c1340 u8 ipv6, ipv4, ipv4_fragment, fcs_ok, rss_type, csum_not_calc; in enic_rq_indicate_buf() local
1353 &ingress_port, &fcoe, &eop, &sop, &rss_type, in enic_rq_indicate_buf()
1395 switch (rss_type) { in enic_rq_indicate_buf()
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c701 u16 rss_type = rxd_wb->type & 0xFU; in hw_atl_b0_hw_ring_rx_receive() local
703 if (rss_type && rss_type < 0x8U) { in hw_atl_b0_hw_ring_rx_receive()
704 buff->is_hash_l4 = (rss_type == 0x4 || in hw_atl_b0_hw_ring_rx_receive()
705 rss_type == 0x5); in hw_atl_b0_hw_ring_rx_receive()
Dhw_atl_a0.c689 u16 rss_type = rxd_wb->type & 0xFU; in hw_atl_a0_hw_ring_rx_receive() local
691 if (rss_type && rss_type < 0x8U) { in hw_atl_a0_hw_ring_rx_receive()
692 buff->is_hash_l4 = (rss_type == 0x4 || in hw_atl_a0_hw_ring_rx_receive()
693 rss_type == 0x5); in hw_atl_a0_hw_ring_rx_receive()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c398 u16 rss_type; in fm10k_rx_hash() local
403 rss_type = le16_to_cpu(rx_desc->w.pkt_info) & FM10K_RXD_RSSTYPE_MASK; in fm10k_rx_hash()
404 if (!rss_type) in fm10k_rx_hash()
408 (BIT(rss_type) & FM10K_RSS_L4_TYPES_MASK) ? in fm10k_rx_hash()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c443 u16 rss_type; in ixgbevf_rx_hash() local
448 rss_type = le16_to_cpu(rx_desc->wb.lower.lo_dword.hs_rss.pkt_info) & in ixgbevf_rx_hash()
451 if (!rss_type) in ixgbevf_rx_hash()
455 (IXGBE_RSS_L4_TYPES_MASK & (1ul << rss_type)) ? in ixgbevf_rx_hash()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c1421 u16 rss_type; in ixgbe_rx_hash() local
1426 rss_type = le16_to_cpu(rx_desc->wb.lower.lo_dword.hs_rss.pkt_info) & in ixgbe_rx_hash()
1429 if (!rss_type) in ixgbe_rx_hash()
1433 (IXGBE_RSS_L4_TYPES_MASK & (1ul << rss_type)) ? in ixgbe_rx_hash()