Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c882 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xlgmac_set_features() local
887 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xlgmac_set_features()
892 if ((features & NETIF_F_RXHASH) && !rxhash) in xlgmac_set_features()
894 else if (!(features & NETIF_F_RXHASH) && rxhash) in xlgmac_set_features()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1983 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local
1986 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
1991 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features()
1993 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
/linux/net/packet/
H A Daf_packet.c1341 u32 victim, rxhash; in fanout_flow_is_huge() local
1344 rxhash = skb_get_hash(skb); in fanout_flow_is_huge()
1346 if (READ_ONCE(history[i]) == rxhash) in fanout_flow_is_huge()
1352 if (READ_ONCE(history[victim]) != rxhash) in fanout_flow_is_huge()
1353 WRITE_ONCE(history[victim], rxhash); in fanout_flow_is_huge()
/linux/drivers/net/ethernet/sun/
H A Dniu.c3304 pp = &rp->rxhash[h]; in niu_find_rxpage()
3322 niu_next_page(page) = rp->rxhash[h]; in niu_hash_page()
3323 rp->rxhash[h] = page; in niu_hash_page()
3538 page = rp->rxhash[i]; in niu_rbr_free()
4281 kfree(rp->rxhash); in niu_free_rx_ring_info()
4282 rp->rxhash = NULL; in niu_free_rx_ring_info()
4344 rp->rxhash = kzalloc_objs(struct page *, MAX_RBR_RING_SIZE); in niu_alloc_rx_ring_info()
4345 if (!rp->rxhash) in niu_alloc_rx_ring_info()
6459 page = rp->rxhash[j]; in niu_reset_buffers()
H A Dniu.h2923 struct page **rxhash; member
/linux/Documentation/networking/
H A Dfilter.rst303 rxhash skb->hash
H A Dpacket_mmap.rst915 printf("rxhash: 0x%x\n", ppd->hv1.tp_rxhash);
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h505 u32 rxhash; member