Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c743 dhd_hmaptest_t hmaptest; /* for hmaptest */ member
3354 if (dhd_dma_buf_alloc(dhd, &prot->hmaptest.mem, HMAP_SANDBOX_BUFFER_LEN)) { in dhd_prot_allocate_bufs()
3362 scratch_pa = prot->hmaptest.mem.pa; in dhd_prot_allocate_bufs()
3363 scratch_len = prot->hmaptest.mem.len; in dhd_prot_allocate_bufs()
3970 prot->hmaptest.in_progress = FALSE; in dhd_prot_init()
4233 dhd_dma_buf_free(dhd, &prot->hmaptest.mem); in dhd_prot_detach()
4362 dhd_dma_buf_reset(dhd, &prot->hmaptest.mem); in dhd_prot_reset()
5511 dhd->prot->hmap_rx_buf_va = (char *)dhd->prot->hmaptest.mem.va in BCMFASTPATH()
5512 + dhd->prot->hmaptest.offset; in BCMFASTPATH()
5516 ((char *)dhd->prot->hmaptest.mem.va + dhd->prot->hmaptest.mem.len)) { in BCMFASTPATH()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c747 dhd_hmaptest_t hmaptest; /* for hmaptest */ member
3358 if (dhd_dma_buf_alloc(dhd, &prot->hmaptest.mem, HMAP_SANDBOX_BUFFER_LEN)) { in dhd_prot_allocate_bufs()
3366 scratch_pa = prot->hmaptest.mem.pa; in dhd_prot_allocate_bufs()
3367 scratch_len = prot->hmaptest.mem.len; in dhd_prot_allocate_bufs()
3974 prot->hmaptest.in_progress = FALSE; in dhd_prot_init()
4237 dhd_dma_buf_free(dhd, &prot->hmaptest.mem); in dhd_prot_detach()
4366 dhd_dma_buf_reset(dhd, &prot->hmaptest.mem); in dhd_prot_reset()
5515 dhd->prot->hmap_rx_buf_va = (char *)dhd->prot->hmaptest.mem.va in BCMFASTPATH()
5516 + dhd->prot->hmaptest.offset; in BCMFASTPATH()
5520 ((char *)dhd->prot->hmaptest.mem.va + dhd->prot->hmaptest.mem.len)) { in BCMFASTPATH()
[all …]