Home
last modified time | relevance | path

Searched refs:d2h_dma_indx_wr_copy_buf (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c659 char *d2h_dma_indx_wr_copy_buf; /* Local copy of D2H WR indices array */ member
4303 if (prot->d2h_dma_indx_wr_copy_buf) { in dhd_prot_detach()
4304 MFREE(dhd->osh, prot->d2h_dma_indx_wr_copy_buf, in dhd_prot_detach()
4383 if (prot->d2h_dma_indx_wr_copy_buf) { in dhd_prot_reset()
4386 dhd_local_buf_reset(prot->d2h_dma_indx_wr_copy_buf, in dhd_prot_reset()
11920 if (prot->d2h_dma_indx_wr_copy_buf) {
11921 ptr = (uint8 *)(prot->d2h_dma_indx_wr_copy_buf);
12005 if (prot->d2h_dma_indx_wr_copy_buf && prot->h2d_dma_indx_rd_copy_buf) {
12007 memcpy_s(prot->d2h_dma_indx_wr_copy_buf, prot->d2h_dma_indx_wr_copy_bufsz,
12027 prot->d2h_dma_indx_wr_copy_buf = MALLOCZ(dhd->osh, buf_sz);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c663 char *d2h_dma_indx_wr_copy_buf; /* Local copy of D2H WR indices array */ member
4307 if (prot->d2h_dma_indx_wr_copy_buf) { in dhd_prot_detach()
4308 MFREE(dhd->osh, prot->d2h_dma_indx_wr_copy_buf, in dhd_prot_detach()
4387 if (prot->d2h_dma_indx_wr_copy_buf) { in dhd_prot_reset()
4390 dhd_local_buf_reset(prot->d2h_dma_indx_wr_copy_buf, in dhd_prot_reset()
11924 if (prot->d2h_dma_indx_wr_copy_buf) {
11925 ptr = (uint8 *)(prot->d2h_dma_indx_wr_copy_buf);
12009 if (prot->d2h_dma_indx_wr_copy_buf && prot->h2d_dma_indx_rd_copy_buf) {
12011 memcpy_s(prot->d2h_dma_indx_wr_copy_buf, prot->d2h_dma_indx_wr_copy_bufsz,
12031 prot->d2h_dma_indx_wr_copy_buf = MALLOCZ(dhd->osh, buf_sz);
[all …]