Home
last modified time | relevance | path

Searched refs:host_scb_buf (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c755 dhd_dma_buf_t host_scb_buf; /* scb host offload buffer */ member
3529 if (prot->host_scb_buf.va) { in dhd_alloc_host_scbs()
3530 if (prot->host_scb_buf.len >= host_scb_size) { in dhd_alloc_host_scbs()
3531 prot->host_scb_buf.len = host_scb_size; in dhd_alloc_host_scbs()
3533 dhd_dma_buf_free(dhd, &prot->host_scb_buf); in dhd_alloc_host_scbs()
3537 if (prot->host_scb_buf.va == NULL) { in dhd_alloc_host_scbs()
3538 ret = dhd_dma_buf_alloc(dhd, &prot->host_scb_buf, host_scb_size); in dhd_alloc_host_scbs()
3542 dhd_base_addr_htolpa(&base_addr, prot->host_scb_buf.pa); in dhd_alloc_host_scbs()
4240 dhd_dma_buf_free(dhd, &prot->host_scb_buf); in dhd_prot_detach()
4369 dhd_dma_buf_reset(dhd, &prot->host_scb_buf); in dhd_prot_reset()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c759 dhd_dma_buf_t host_scb_buf; /* scb host offload buffer */ member
3533 if (prot->host_scb_buf.va) { in dhd_alloc_host_scbs()
3534 if (prot->host_scb_buf.len >= host_scb_size) { in dhd_alloc_host_scbs()
3535 prot->host_scb_buf.len = host_scb_size; in dhd_alloc_host_scbs()
3537 dhd_dma_buf_free(dhd, &prot->host_scb_buf); in dhd_alloc_host_scbs()
3541 if (prot->host_scb_buf.va == NULL) { in dhd_alloc_host_scbs()
3542 ret = dhd_dma_buf_alloc(dhd, &prot->host_scb_buf, host_scb_size); in dhd_alloc_host_scbs()
3546 dhd_base_addr_htolpa(&base_addr, prot->host_scb_buf.pa); in dhd_alloc_host_scbs()
4244 dhd_dma_buf_free(dhd, &prot->host_scb_buf); in dhd_prot_detach()
4373 dhd_dma_buf_reset(dhd, &prot->host_scb_buf); in dhd_prot_reset()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c568 dhd_dma_buf_t host_scb_buf; /* scb host offload buffer */ member
3055 ret = dhd_dma_buf_alloc(dhd, &prot->host_scb_buf, host_scb_size);
3058 dhd_base_addr_htolpa(&base_addr, prot->host_scb_buf.pa);
3481 dhd_dma_buf_free(dhd, &prot->host_scb_buf);
3598 dhd_dma_buf_reset(dhd, &prot->host_scb_buf);
11472 *va = dhd->prot->host_scb_buf.va;
11475 *len = dhd->prot->host_scb_buf.len;
11488 if (dhd->prot->host_scb_buf.va == NULL ||
11489 ((uint64)offset + length > (uint64)dhd->prot->host_scb_buf.len)) {
11493 memcpy(buff, (char*)dhd->prot->host_scb_buf.va + offset, length);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c568 dhd_dma_buf_t host_scb_buf; /* scb host offload buffer */ member
3055 ret = dhd_dma_buf_alloc(dhd, &prot->host_scb_buf, host_scb_size);
3058 dhd_base_addr_htolpa(&base_addr, prot->host_scb_buf.pa);
3481 dhd_dma_buf_free(dhd, &prot->host_scb_buf);
3598 dhd_dma_buf_reset(dhd, &prot->host_scb_buf);
11474 *va = dhd->prot->host_scb_buf.va;
11477 *len = dhd->prot->host_scb_buf.len;
11490 if (dhd->prot->host_scb_buf.va == NULL ||
11491 ((uint64)offset + length > (uint64)dhd->prot->host_scb_buf.len)) {
11495 memcpy(buff, (char*)dhd->prot->host_scb_buf.va + offset, length);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c568 dhd_dma_buf_t host_scb_buf; /* scb host offload buffer */ member
3055 ret = dhd_dma_buf_alloc(dhd, &prot->host_scb_buf, host_scb_size);
3058 dhd_base_addr_htolpa(&base_addr, prot->host_scb_buf.pa);
3481 dhd_dma_buf_free(dhd, &prot->host_scb_buf);
3598 dhd_dma_buf_reset(dhd, &prot->host_scb_buf);
11472 *va = dhd->prot->host_scb_buf.va;
11475 *len = dhd->prot->host_scb_buf.len;
11488 if (dhd->prot->host_scb_buf.va == NULL ||
11489 ((uint64)offset + length > (uint64)dhd->prot->host_scb_buf.len)) {
11493 memcpy(buff, (char*)dhd->prot->host_scb_buf.va + offset, length);