Home
last modified time | relevance | path

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

/linux-4.4.14/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.c804 u8 ipv6, ipv4, ipv4_fragment, rss_type, csum_not_calc; in fnic_rq_cmpl_frame_recv() local
838 &rss_type, &csum_not_calc, &rss_hash, in fnic_rq_cmpl_frame_recv()
/linux-4.4.14/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.c1116 u8 ipv6, ipv4, ipv4_fragment, fcs_ok, rss_type, csum_not_calc; in enic_rq_indicate_buf() local
1128 &ingress_port, &fcoe, &eop, &sop, &rss_type, in enic_rq_indicate_buf()
1170 (rss_type & in enic_rq_indicate_buf()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c415 u16 rss_type; in fm10k_rx_hash() local
420 rss_type = le16_to_cpu(rx_desc->w.pkt_info) & FM10K_RXD_RSSTYPE_MASK; in fm10k_rx_hash()
421 if (!rss_type) in fm10k_rx_hash()
425 (FM10K_RSS_L4_TYPES_MASK & (1ul << rss_type)) ? in fm10k_rx_hash()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c470 u16 rss_type; in ixgbevf_rx_hash() local
475 rss_type = le16_to_cpu(rx_desc->wb.lower.lo_dword.hs_rss.pkt_info) & in ixgbevf_rx_hash()
478 if (!rss_type) in ixgbevf_rx_hash()
482 (IXGBE_RSS_L4_TYPES_MASK & (1ul << rss_type)) ? in ixgbevf_rx_hash()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c1395 u16 rss_type; in ixgbe_rx_hash() local
1400 rss_type = le16_to_cpu(rx_desc->wb.lower.lo_dword.hs_rss.pkt_info) & in ixgbe_rx_hash()
1403 if (!rss_type) in ixgbe_rx_hash()
1407 (IXGBE_RSS_L4_TYPES_MASK & (1ul << rss_type)) ? in ixgbe_rx_hash()