| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | mesh_pathtbl.c | 373 struct mesh_path *new_mpath; in mesh_path_new() local 375 new_mpath = kzalloc(sizeof(struct mesh_path), gfp_flags); in mesh_path_new() 376 if (!new_mpath) in mesh_path_new() 379 memcpy(new_mpath->dst, dst, ETH_ALEN); in mesh_path_new() 380 eth_broadcast_addr(new_mpath->rann_snd_addr); in mesh_path_new() 381 new_mpath->is_root = false; in mesh_path_new() 382 new_mpath->sdata = sdata; in mesh_path_new() 383 new_mpath->flags = 0; in mesh_path_new() 384 skb_queue_head_init(&new_mpath->frame_queue); in mesh_path_new() 385 new_mpath->exp_time = jiffies; in mesh_path_new() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 596 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 598 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 599 if (!new_mpath) in rtw_mesh_path_new() 602 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 603 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 604 new_mpath->is_root = false; in rtw_mesh_path_new() 605 new_mpath->adapter = adapter; in rtw_mesh_path_new() 606 new_mpath->flags = 0; in rtw_mesh_path_new() 607 new_mpath->gate_asked = false; in rtw_mesh_path_new() 608 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 596 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 598 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 599 if (!new_mpath) in rtw_mesh_path_new() 602 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 603 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 604 new_mpath->is_root = false; in rtw_mesh_path_new() 605 new_mpath->adapter = adapter; in rtw_mesh_path_new() 606 new_mpath->flags = 0; in rtw_mesh_path_new() 607 new_mpath->gate_asked = false; in rtw_mesh_path_new() 608 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 598 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 600 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 601 if (!new_mpath) in rtw_mesh_path_new() 604 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 605 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 606 new_mpath->is_root = false; in rtw_mesh_path_new() 607 new_mpath->adapter = adapter; in rtw_mesh_path_new() 608 new_mpath->flags = 0; in rtw_mesh_path_new() 609 new_mpath->gate_asked = false; in rtw_mesh_path_new() 610 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 597 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 599 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 600 if (!new_mpath) in rtw_mesh_path_new() 603 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 604 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 605 new_mpath->is_root = false; in rtw_mesh_path_new() 606 new_mpath->adapter = adapter; in rtw_mesh_path_new() 607 new_mpath->flags = 0; in rtw_mesh_path_new() 608 new_mpath->gate_asked = false; in rtw_mesh_path_new() 609 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 598 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 600 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 601 if (!new_mpath) in rtw_mesh_path_new() 604 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 605 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 606 new_mpath->is_root = false; in rtw_mesh_path_new() 607 new_mpath->adapter = adapter; in rtw_mesh_path_new() 608 new_mpath->flags = 0; in rtw_mesh_path_new() 609 new_mpath->gate_asked = false; in rtw_mesh_path_new() 610 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 597 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 599 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 600 if (!new_mpath) in rtw_mesh_path_new() 603 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 604 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 605 new_mpath->is_root = false; in rtw_mesh_path_new() 606 new_mpath->adapter = adapter; in rtw_mesh_path_new() 607 new_mpath->flags = 0; in rtw_mesh_path_new() 608 new_mpath->gate_asked = false; in rtw_mesh_path_new() 609 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 597 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 599 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 600 if (!new_mpath) in rtw_mesh_path_new() 603 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 604 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 605 new_mpath->is_root = false; in rtw_mesh_path_new() 606 new_mpath->adapter = adapter; in rtw_mesh_path_new() 607 new_mpath->flags = 0; in rtw_mesh_path_new() 608 new_mpath->gate_asked = false; in rtw_mesh_path_new() 609 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 597 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 599 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 600 if (!new_mpath) in rtw_mesh_path_new() 603 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 604 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 605 new_mpath->is_root = false; in rtw_mesh_path_new() 606 new_mpath->adapter = adapter; in rtw_mesh_path_new() 607 new_mpath->flags = 0; in rtw_mesh_path_new() 608 new_mpath->gate_asked = false; in rtw_mesh_path_new() 609 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 597 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 599 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 600 if (!new_mpath) in rtw_mesh_path_new() 603 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 604 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 605 new_mpath->is_root = false; in rtw_mesh_path_new() 606 new_mpath->adapter = adapter; in rtw_mesh_path_new() 607 new_mpath->flags = 0; in rtw_mesh_path_new() 608 new_mpath->gate_asked = false; in rtw_mesh_path_new() 609 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 598 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 600 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 601 if (!new_mpath) in rtw_mesh_path_new() 604 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 605 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 606 new_mpath->is_root = false; in rtw_mesh_path_new() 607 new_mpath->adapter = adapter; in rtw_mesh_path_new() 608 new_mpath->flags = 0; in rtw_mesh_path_new() 609 new_mpath->gate_asked = false; in rtw_mesh_path_new() 610 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 597 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 599 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 600 if (!new_mpath) in rtw_mesh_path_new() 603 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 604 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 605 new_mpath->is_root = false; in rtw_mesh_path_new() 606 new_mpath->adapter = adapter; in rtw_mesh_path_new() 607 new_mpath->flags = 0; in rtw_mesh_path_new() 608 new_mpath->gate_asked = false; in rtw_mesh_path_new() 609 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 598 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 600 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 601 if (!new_mpath) in rtw_mesh_path_new() 604 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 605 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 606 new_mpath->is_root = false; in rtw_mesh_path_new() 607 new_mpath->adapter = adapter; in rtw_mesh_path_new() 608 new_mpath->flags = 0; in rtw_mesh_path_new() 609 new_mpath->gate_asked = false; in rtw_mesh_path_new() 610 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 598 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 600 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 601 if (!new_mpath) in rtw_mesh_path_new() 604 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 605 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 606 new_mpath->is_root = false; in rtw_mesh_path_new() 607 new_mpath->adapter = adapter; in rtw_mesh_path_new() 608 new_mpath->flags = 0; in rtw_mesh_path_new() 609 new_mpath->gate_asked = false; in rtw_mesh_path_new() 610 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/mesh/ |
| H A D | rtw_mesh_pathtbl.c | 597 struct rtw_mesh_path *new_mpath; in rtw_mesh_path_new() local 599 new_mpath = rtw_zmalloc(sizeof(struct rtw_mesh_path)); in rtw_mesh_path_new() 600 if (!new_mpath) in rtw_mesh_path_new() 603 _rtw_memcpy(new_mpath->dst, dst, ETH_ALEN); in rtw_mesh_path_new() 604 _rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN); in rtw_mesh_path_new() 605 new_mpath->is_root = false; in rtw_mesh_path_new() 606 new_mpath->adapter = adapter; in rtw_mesh_path_new() 607 new_mpath->flags = 0; in rtw_mesh_path_new() 608 new_mpath->gate_asked = false; in rtw_mesh_path_new() 609 _rtw_init_queue(&new_mpath->frame_queue); in rtw_mesh_path_new() [all …]
|