Home
last modified time | relevance | path

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

/drivers/net/
A Dtun.c161 u32 rxhash; member
311 if (e->rxhash == rxhash) in tun_flow_find()
326 rxhash, queue_index); in tun_flow_create()
328 e->rxhash = rxhash; in tun_flow_create()
341 e->rxhash, e->queue_index); in tun_flow_delete()
980 __u32 rxhash; in tun_automq_xmit() local
983 e = tun_flow_find(&tun->flows[tun_hashfn(rxhash)], rxhash); in tun_automq_xmit()
1708 u32 rxhash = 0; in tun_get_user() local
1960 if (rxhash) in tun_get_user()
2385 u32 rxhash = 0, act; in tun_xdp_one() local
[all …]
/drivers/net/ethernet/synopsys/
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()
/drivers/net/ethernet/amd/xgbe/
A Dxgbe-drv.c1948 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local
1951 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
1956 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features()
1958 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_cmn.c480 tpa_info->rxhash = bnx2x_get_rxhash(bp, cqe, &tpa_info->rxhash_type); in bnx2x_tpa_start()
810 skb_set_hash(skb, tpa_info->rxhash, tpa_info->rxhash_type); in bnx2x_tpa_stop()
930 u32 rxhash; in bnx2x_rx_int() local
1084 rxhash = bnx2x_get_rxhash(bp, cqe_fp, &rxhash_type); in bnx2x_rx_int()
1085 skb_set_hash(skb, rxhash, rxhash_type); in bnx2x_rx_int()
A Dbnx2x.h505 u32 rxhash; member
/drivers/net/ethernet/sun/
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 = kcalloc(MAX_RBR_RING_SIZE, sizeof(struct page *), in niu_alloc_rx_ring_info()
4346 if (!rp->rxhash) in niu_alloc_rx_ring_info()
6462 page = rp->rxhash[j]; in niu_reset_buffers()
A Dniu.h2923 struct page **rxhash; member

Completed in 75 milliseconds