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

/linux-4.4.14/drivers/scsi/fnic/
H A Dcq_enet_desc.h95 u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, cq_enet_rq_desc_dec()
119 *rss_type = (u8)((q_number_rss_type_flags >> CQ_DESC_Q_NUM_BITS) & cq_enet_rq_desc_dec()
93 cq_enet_rq_desc_dec(struct cq_enet_rq_desc *desc, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error, u8 *vlan_stripped, u16 *vlan, u16 *checksum, u8 *fcoe_sof, u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok, u8 *ipv6, u8 *ipv4, u8 *ipv4_fragment, u8 *fcs_ok) cq_enet_rq_desc_dec() argument
H A Dfnic_fcs.c804 u8 ipv6, ipv4, ipv4_fragment, rss_type, csum_not_calc; fnic_rq_cmpl_frame_recv() local
838 &rss_type, &csum_not_calc, &rss_hash, fnic_rq_cmpl_frame_recv()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Dcq_enet_desc.h106 u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, cq_enet_rq_desc_dec()
134 *rss_type = (u8)((q_number_rss_type_flags >> CQ_DESC_Q_NUM_BITS) & cq_enet_rq_desc_dec()
104 cq_enet_rq_desc_dec(struct cq_enet_rq_desc *desc, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error, u8 *vlan_stripped, u16 *vlan_tci, u16 *checksum, u8 *fcoe_sof, u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok, u8 *ipv6, u8 *ipv4, u8 *ipv4_fragment, u8 *fcs_ok) cq_enet_rq_desc_dec() argument
H A Denic_main.c1116 u8 ipv6, ipv4, ipv4_fragment, fcs_ok, rss_type, csum_not_calc; enic_rq_indicate_buf() local
1128 &ingress_port, &fcoe, &eop, &sop, &rss_type, enic_rq_indicate_buf()
1170 (rss_type & enic_rq_indicate_buf()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c415 u16 rss_type; fm10k_rx_hash() local
420 rss_type = le16_to_cpu(rx_desc->w.pkt_info) & FM10K_RXD_RSSTYPE_MASK; fm10k_rx_hash()
421 if (!rss_type) fm10k_rx_hash()
425 (FM10K_RSS_L4_TYPES_MASK & (1ul << rss_type)) ? fm10k_rx_hash()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c470 u16 rss_type; ixgbevf_rx_hash() local
475 rss_type = le16_to_cpu(rx_desc->wb.lower.lo_dword.hs_rss.pkt_info) & ixgbevf_rx_hash()
478 if (!rss_type) ixgbevf_rx_hash()
482 (IXGBE_RSS_L4_TYPES_MASK & (1ul << rss_type)) ? ixgbevf_rx_hash()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c1395 u16 rss_type; ixgbe_rx_hash() local
1400 rss_type = le16_to_cpu(rx_desc->wb.lower.lo_dword.hs_rss.pkt_info) & ixgbe_rx_hash()
1403 if (!rss_type) ixgbe_rx_hash()
1407 (IXGBE_RSS_L4_TYPES_MASK & (1ul << rss_type)) ? ixgbe_rx_hash()

Completed in 245 milliseconds