Searched refs:rsvd_buf (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_init_88xx.c | 756 u8 *rsvd_buf = NULL; in verify_send_rsvd_page_88xx() local 763 rsvd_buf = (u8 *)PLTFM_MALLOC(pkt_size); in verify_send_rsvd_page_88xx() 765 if (!rsvd_buf) { in verify_send_rsvd_page_88xx() 770 PLTFM_MEMSET(rsvd_buf, (u8)payload, pkt_size); in verify_send_rsvd_page_88xx() 774 rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 776 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 784 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 794 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 800 if (*(rsvd_buf + i) != *(rsvd_page + (i + txdesc_size))) { in verify_send_rsvd_page_88xx() 806 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_init_88xx.c | 755 u8 *rsvd_buf = NULL; in verify_send_rsvd_page_88xx() local 762 rsvd_buf = (u8 *)PLTFM_MALLOC(pkt_size); in verify_send_rsvd_page_88xx() 764 if (!rsvd_buf) { in verify_send_rsvd_page_88xx() 769 PLTFM_MEMSET(rsvd_buf, (u8)payload, pkt_size); in verify_send_rsvd_page_88xx() 773 rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 775 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 783 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 793 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 799 if (*(rsvd_buf + i) != *(rsvd_page + (i + txdesc_size))) { in verify_send_rsvd_page_88xx() 805 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/ |
| H A D | halmac_init_88xx.c | 748 u8 *rsvd_buf = NULL; in verify_send_rsvd_page_88xx() local 755 rsvd_buf = (u8 *)PLTFM_MALLOC(pkt_size); in verify_send_rsvd_page_88xx() 757 if (!rsvd_buf) { in verify_send_rsvd_page_88xx() 762 PLTFM_MEMSET(rsvd_buf, (u8)payload, pkt_size); in verify_send_rsvd_page_88xx() 766 rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 768 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 776 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 786 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 792 if (*(rsvd_buf + i) != *(rsvd_page + (i + txdesc_size))) { in verify_send_rsvd_page_88xx() 798 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_init_88xx.c | 756 u8 *rsvd_buf = NULL; in verify_send_rsvd_page_88xx() local 763 rsvd_buf = (u8 *)PLTFM_MALLOC(pkt_size); in verify_send_rsvd_page_88xx() 765 if (!rsvd_buf) { in verify_send_rsvd_page_88xx() 770 PLTFM_MEMSET(rsvd_buf, (u8)payload, pkt_size); in verify_send_rsvd_page_88xx() 774 rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 776 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 784 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 794 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx() 800 if (*(rsvd_buf + i) != *(rsvd_page + (i + txdesc_size))) { in verify_send_rsvd_page_88xx() 806 PLTFM_FREE(rsvd_buf, pkt_size); in verify_send_rsvd_page_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/ |
| H A D | halmac_func_88xx.c | 3159 u8 *rsvd_buf = NULL; in halmac_verify_send_rsvd_page_88xx() local 3170 rsvd_buf = (u8 *)PLATFORM_RTL_MALLOC(pDriver_adapter, h2c_pkt_verify_size); in halmac_verify_send_rsvd_page_88xx() 3172 if (NULL == rsvd_buf) { in halmac_verify_send_rsvd_page_88xx() 3184 PLATFORM_RTL_MEMSET(pDriver_adapter, rsvd_buf, (u8)h2c_pkt_verify_payload, h2c_pkt_verify_size); in halmac_verify_send_rsvd_page_88xx() 3186 ret_status = halmac_download_rsvd_page_88xx(pHalmac_adapter, rsvd_buf, h2c_pkt_verify_size); in halmac_verify_send_rsvd_page_88xx() 3199 if (*(rsvd_buf + i) != *(rsvd_page + (i + pHalmac_adapter->hw_config_info.txdesc_size))) { in halmac_verify_send_rsvd_page_88xx() 3205 PLATFORM_RTL_FREE(pDriver_adapter, rsvd_buf, h2c_pkt_verify_size); in halmac_verify_send_rsvd_page_88xx() 3207 rsvd_buf = NULL; in halmac_verify_send_rsvd_page_88xx()
|