Searched refs:rss_hash (Results 1 - 11 of 11) sorted by relevance

/drivers/net/ethernet/cisco/enic/
H A Dcq_enet_desc.h44 __le32 rss_hash; member in struct:cq_enet_rq_desc
107 u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error,
139 *rss_hash = le32_to_cpu(desc->rss_hash);
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) argument
H A Denic_main.c1004 u32 rss_hash; local
1014 &csum_not_calc, &rss_hash, &bytes_written,
1054 skb_set_hash(skb, rss_hash,
/drivers/scsi/fnic/
H A Dcq_enet_desc.h42 __le32 rss_hash; member in struct:cq_enet_rq_desc
96 u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error,
124 *rss_hash = le32_to_cpu(desc->rss_hash);
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) argument
H A Dfnic_fcs.c802 u32 rss_hash; local
833 &rss_type, &csum_not_calc, &rss_hash,
/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_desc.h77 u32 rss_hash; member in union:sxgbe_rx_norm_desc::__anon3853::__anon3854
/drivers/net/ethernet/atheros/alx/
H A Dhw.h240 __le32 rss_hash; member in struct:alx_rrd
/drivers/net/ethernet/brocade/bna/
H A Dbna_hw_defs.h403 u32 rss_hash; member in struct:bna_cq_entry
H A Dbfi_enet.h158 u32 rss_hash; member in struct:bfi_enet_cq_entry
/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h259 __le32 rss_hash; member in struct:atl1c_recv_ret_status
/drivers/net/ethernet/emulex/benet/
H A Dbe.h293 u32 rss_hash; member in struct:be_rx_compl_info
H A Dbe_main.c1691 skb_set_hash(skb, rxcp->rss_hash, PKT_HASH_TYPE_L3);
1749 skb_set_hash(skb, rxcp->rss_hash, PKT_HASH_TYPE_L3);
1773 rxcp->rss_hash = GET_RX_COMPL_V1_BITS(rsshash, compl);
1796 rxcp->rss_hash = GET_RX_COMPL_V0_BITS(rsshash, compl);

Completed in 163 milliseconds