Searched refs:rxhash (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/
H A Dtun.c162 u32 rxhash; member in struct:tun_flow_entry
365 static inline u32 tun_hashfn(u32 rxhash) argument
367 return rxhash & TUN_MASK_FLOW_ENTRIES;
370 static struct tun_flow_entry *tun_flow_find(struct hlist_head *head, u32 rxhash) argument
375 if (e->rxhash == rxhash)
383 u32 rxhash, u16 queue_index)
390 rxhash, queue_index);
392 e->rxhash = rxhash;
381 tun_flow_create(struct tun_struct *tun, struct hlist_head *head, u32 rxhash, u16 queue_index) argument
475 tun_flow_update(struct tun_struct *tun, u32 rxhash, struct tun_file *tfile) argument
1042 __u32 rxhash; local
1756 u32 rxhash = 0; local
2448 u32 rxhash = 0, act; local
[all...]
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c881 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; local
886 rxhash = pdata->netdev_features & NETIF_F_RXHASH;
891 if ((features & NETIF_F_RXHASH) && !rxhash)
893 else if (!(features & NETIF_F_RXHASH) && rxhash)
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2245 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; local
2248 rxhash = pdata->netdev_features & NETIF_F_RXHASH;
2253 if ((features & NETIF_F_RXHASH) && !rxhash)
2255 else if (!(features & NETIF_F_RXHASH) && rxhash)
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c480 tpa_info->rxhash = bnx2x_get_rxhash(bp, cqe, &tpa_info->rxhash_type);
810 skb_set_hash(skb, tpa_info->rxhash, tpa_info->rxhash_type);
930 u32 rxhash; local
1084 rxhash = bnx2x_get_rxhash(bp, cqe_fp, &rxhash_type);
1085 skb_set_hash(skb, rxhash, rxhash_type);
H A Dbnx2x.h505 u32 rxhash; member in struct:bnx2x_agg_info
/linux-master/net/packet/
H A Daf_packet.c1346 u32 victim, rxhash; local
1349 rxhash = skb_get_hash(skb);
1351 if (READ_ONCE(history[i]) == rxhash)
1357 if (READ_ONCE(history[victim]) != rxhash)
1358 WRITE_ONCE(history[victim], rxhash);
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c3304 pp = &rp->rxhash[h];
3322 niu_next_page(page) = rp->rxhash[h];
3323 rp->rxhash[h] = page;
3538 page = rp->rxhash[i];
4281 kfree(rp->rxhash);
4282 rp->rxhash = NULL;
4344 rp->rxhash = kcalloc(MAX_RBR_RING_SIZE, sizeof(struct page *),
4346 if (!rp->rxhash)
6460 page = rp->rxhash[j];
H A Dniu.h2920 struct page **rxhash; member in struct:rx_pkt_hdr0::rx_ring_info

Completed in 224 milliseconds