Searched refs:rxhash (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/net/ |
D | tun.c | 166 u32 rxhash; member 273 static inline u32 tun_hashfn(u32 rxhash) in tun_hashfn() argument 275 return rxhash & 0x3ff; in tun_hashfn() 278 static struct tun_flow_entry *tun_flow_find(struct hlist_head *head, u32 rxhash) in tun_flow_find() argument 283 if (e->rxhash == rxhash) in tun_flow_find() 291 u32 rxhash, u16 queue_index) in tun_flow_create() argument 297 rxhash, queue_index); in tun_flow_create() 299 e->rxhash = rxhash; in tun_flow_create() 312 e->rxhash, e->queue_index); in tun_flow_delete() 381 static void tun_flow_update(struct tun_struct *tun, u32 rxhash, in tun_flow_update() argument [all …]
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-drv.c | 1662 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local 1665 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features() 1670 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features() 1672 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 480 tpa_info->rxhash = bnx2x_get_rxhash(bp, cqe, &tpa_info->rxhash_type); in bnx2x_tpa_start() 802 skb_set_hash(skb, tpa_info->rxhash, tpa_info->rxhash_type); in bnx2x_tpa_stop() 922 u32 rxhash; in bnx2x_rx_int() local 1076 rxhash = bnx2x_get_rxhash(bp, cqe_fp, &rxhash_type); in bnx2x_rx_int() 1077 skb_set_hash(skb, rxhash, rxhash_type); in bnx2x_rx_int()
|
D | bnx2x.h | 493 u32 rxhash; member
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 1328 u32 rxhash; in fanout_flow_is_huge() local 1331 rxhash = skb_get_hash(skb); in fanout_flow_is_huge() 1333 if (po->rollover->history[i] == rxhash) in fanout_flow_is_huge() 1336 po->rollover->history[prandom_u32() % ROLLOVER_HLEN] = rxhash; in fanout_flow_is_huge()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 3302 pp = &rp->rxhash[h]; in niu_find_rxpage() 3320 page->mapping = (struct address_space *) rp->rxhash[h]; in niu_hash_page() 3321 rp->rxhash[h] = page; in niu_hash_page() 3537 page = rp->rxhash[i]; in niu_rbr_free() 4282 kfree(rp->rxhash); in niu_free_rx_ring_info() 4283 rp->rxhash = NULL; in niu_free_rx_ring_info() 4345 rp->rxhash = kcalloc(MAX_RBR_RING_SIZE, sizeof(struct page *), in niu_alloc_rx_ring_info() 4347 if (!rp->rxhash) in niu_alloc_rx_ring_info() 6465 page = rp->rxhash[j]; in niu_reset_buffers()
|
D | niu.h | 2919 struct page **rxhash; member
|
/linux-4.4.14/Documentation/networking/ |
D | packet_mmap.txt | 896 printf("rxhash: 0x%x\n", ppd->hv1.tp_rxhash);
|
D | filter.txt | 280 rxhash skb->hash
|