Searched refs:hmap_tx_buf_va (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_msgbuf.c | 740 char *hmap_tx_buf_va; member 7972 dhd->prot->hmap_tx_buf_va, (uint32)PHYSADDRLO(dhd->prot->hmap_tx_buf_pa))); in BCMFASTPATH() 7974 dhd->prot->hmap_tx_buf_va = NULL; in BCMFASTPATH() 8755 dhd->prot->hmap_tx_buf_va = (char *)dhd->prot->hmaptest.mem.va 8759 if ((dhd->prot->hmap_tx_buf_va + dhd->prot->hmap_tx_buf_len) > 8767 memcpy(dhd->prot->hmap_tx_buf_va, PKTDATA(dhd->osh, PKTBUF), pktlen); 8768 pa = DMA_MAP(dhd->osh, dhd->prot->hmap_tx_buf_va, 8777 dhd->prot->hmap_tx_buf_va, (uint32)PHYSADDRLO(pa), pktlen));
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_msgbuf.c | 744 char *hmap_tx_buf_va; member 7976 dhd->prot->hmap_tx_buf_va, (uint32)PHYSADDRLO(dhd->prot->hmap_tx_buf_pa))); in BCMFASTPATH() 7978 dhd->prot->hmap_tx_buf_va = NULL; in BCMFASTPATH() 8759 dhd->prot->hmap_tx_buf_va = (char *)dhd->prot->hmaptest.mem.va 8763 if ((dhd->prot->hmap_tx_buf_va + dhd->prot->hmap_tx_buf_len) > 8771 memcpy(dhd->prot->hmap_tx_buf_va, PKTDATA(dhd->osh, PKTBUF), pktlen); 8772 pa = DMA_MAP(dhd->osh, dhd->prot->hmap_tx_buf_va, 8781 dhd->prot->hmap_tx_buf_va, (uint32)PHYSADDRLO(pa), pktlen));
|