Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c171 u32 rxhash; member
375 static inline u32 tun_hashfn(u32 rxhash) in tun_hashfn() argument
377 return rxhash & TUN_MASK_FLOW_ENTRIES; in tun_hashfn()
380 static struct tun_flow_entry *tun_flow_find(struct hlist_head *head, u32 rxhash) in tun_flow_find() argument
385 if (e->rxhash == rxhash) in tun_flow_find()
393 u32 rxhash, u16 queue_index) in tun_flow_create() argument
400 rxhash, queue_index); in tun_flow_create()
402 e->rxhash = rxhash; in tun_flow_create()
415 e->rxhash, e->queue_index); in tun_flow_delete()
485 static void tun_flow_update(struct tun_struct *tun, u32 rxhash, in tun_flow_update() argument
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2235 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local
2238 rxhash = pdata->netdev_features & NETIF_F_RXHASH; in xgbe_set_features()
2243 if ((features & NETIF_F_RXHASH) && !rxhash) in xgbe_set_features()
2245 else if (!(features & NETIF_F_RXHASH) && rxhash) in xgbe_set_features()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dosdep_service_bsd.h306 u32 rxhash; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dosdep_service_bsd.h319 u32 rxhash; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dosdep_service_bsd.h306 u32 rxhash; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dosdep_service_bsd.h306 u32 rxhash; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dosdep_service_bsd.h306 u32 rxhash; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dosdep_service_bsd.h305 u32 rxhash; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dosdep_service_bsd.h305 u32 rxhash; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dosdep_service_bsd.h305 u32 rxhash; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dosdep_service_bsd.h305 u32 rxhash; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dosdep_service_bsd.h305 u32 rxhash; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dosdep_service_bsd.h319 u32 rxhash; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dosdep_service_bsd.h319 u32 rxhash; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dosdep_service_bsd.h305 u32 rxhash; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dosdep_service_bsd.h305 u32 rxhash; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dosdep_service_bsd.h306 u32 rxhash; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dosdep_service_bsd.h482 u32 rxhash; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service_bsd.h482 u32 rxhash; member
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c1307 u32 victim, rxhash; in fanout_flow_is_huge() local
1310 rxhash = skb_get_hash(skb); in fanout_flow_is_huge()
1312 if (READ_ONCE(history[i]) == rxhash) in fanout_flow_is_huge()
1318 if (READ_ONCE(history[victim]) != rxhash) in fanout_flow_is_huge()
1319 WRITE_ONCE(history[victim], rxhash); in fanout_flow_is_huge()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c480 tpa_info->rxhash = bnx2x_get_rxhash(bp, cqe, &tpa_info->rxhash_type); in bnx2x_tpa_start()
798 skb_set_hash(skb, tpa_info->rxhash, tpa_info->rxhash_type); in bnx2x_tpa_stop()
918 u32 rxhash; in bnx2x_rx_int() local
1072 rxhash = bnx2x_get_rxhash(bp, cqe_fp, &rxhash_type); in bnx2x_rx_int()
1073 skb_set_hash(skb, rxhash, rxhash_type); in bnx2x_rx_int()
H A Dbnx2x.h505 u32 rxhash; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dniu.c3285 pp = &rp->rxhash[h]; in niu_find_rxpage()
3303 page->mapping = (struct address_space *) rp->rxhash[h]; in niu_hash_page()
3304 rp->rxhash[h] = page; in niu_hash_page()
3519 page = rp->rxhash[i]; in niu_rbr_free()
4262 kfree(rp->rxhash); in niu_free_rx_ring_info()
4263 rp->rxhash = NULL; in niu_free_rx_ring_info()
4325 rp->rxhash = kcalloc(MAX_RBR_RING_SIZE, sizeof(struct page *), in niu_alloc_rx_ring_info()
4327 if (!rp->rxhash) in niu_alloc_rx_ring_info()
6441 page = rp->rxhash[j]; in niu_reset_buffers()
H A Dniu.h2920 struct page **rxhash; member

12