Home
last modified time | relevance | path

Searched refs:ioctbuf (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c249 void *ioctbuf; member
462 memcpy(msgbuf->ioctbuf, buf, buf_len); in brcmf_msgbuf_tx_ioctl()
464 memset(msgbuf->ioctbuf, 0, buf_len); in brcmf_msgbuf_tx_ioctl()
1538 msgbuf->ioctbuf = dma_alloc_coherent(drvr->bus_if->dev, in brcmf_proto_msgbuf_attach()
1542 if (!msgbuf->ioctbuf) in brcmf_proto_msgbuf_attach()
1619 if (msgbuf->ioctbuf) in brcmf_proto_msgbuf_attach()
1622 msgbuf->ioctbuf, in brcmf_proto_msgbuf_attach()
1656 msgbuf->ioctbuf, msgbuf->ioctbuf_handle); in brcmf_proto_msgbuf_detach()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_msgbuf.c396 dhd_dma_buf_t ioctbuf; /* For holding ioctl request */ member
2275 if (dhd_dma_buf_alloc(dhd, &prot->ioctbuf, IOCT_RETBUF_SIZE)) { in dhd_prot_attach()
2659 dhd_dma_buf_free(dhd, &prot->ioctbuf); in dhd_prot_detach()
2763 dhd_dma_buf_reset(dhd, &prot->ioctbuf); in dhd_prot_reset()
6095 uint8 *ioctl_buf = (uint8 *)prot->ioctbuf.va; in dhd_msgbuf_wait_ioctl_cmplt()
6459 ioct_rqst->host_input_buf_addr.high = htol32(PHYSADDRHI(prot->ioctbuf.pa)); in dhd_fillup_ioct_reqst()
6460 ioct_rqst->host_input_buf_addr.low = htol32(PHYSADDRLO(prot->ioctbuf.pa)); in dhd_fillup_ioct_reqst()
6462 ioct_buf = (void *) prot->ioctbuf.va; in dhd_fillup_ioct_reqst()
6467 OSL_CACHE_FLUSH((void *) prot->ioctbuf.va, len); in dhd_fillup_ioct_reqst()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c488 dhd_dma_buf_t ioctbuf; /* For holding ioctl request */ member
2925 if (dhd_dma_buf_alloc(dhd, &prot->ioctbuf, IOCT_RETBUF_SIZE)) {
3477 dhd_dma_buf_free(dhd, &prot->ioctbuf);
3594 dhd_dma_buf_reset(dhd, &prot->ioctbuf);
7649 uint8 *ioctl_buf = (uint8 *)prot->ioctbuf.va;
8170 ioct_rqst->host_input_buf_addr.high = htol32(PHYSADDRHI(prot->ioctbuf.pa));
8171 ioct_rqst->host_input_buf_addr.low = htol32(PHYSADDRLO(prot->ioctbuf.pa));
8173 ioct_buf = (void *) prot->ioctbuf.va;
8180 OSL_CACHE_FLUSH((void *) prot->ioctbuf.va, len);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c488 dhd_dma_buf_t ioctbuf; /* For holding ioctl request */ member
2925 if (dhd_dma_buf_alloc(dhd, &prot->ioctbuf, IOCT_RETBUF_SIZE)) {
3477 dhd_dma_buf_free(dhd, &prot->ioctbuf);
3594 dhd_dma_buf_reset(dhd, &prot->ioctbuf);
7649 uint8 *ioctl_buf = (uint8 *)prot->ioctbuf.va;
8172 ioct_rqst->host_input_buf_addr.high = htol32(PHYSADDRHI(prot->ioctbuf.pa));
8173 ioct_rqst->host_input_buf_addr.low = htol32(PHYSADDRLO(prot->ioctbuf.pa));
8175 ioct_buf = (void *) prot->ioctbuf.va;
8182 OSL_CACHE_FLUSH((void *) prot->ioctbuf.va, len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c488 dhd_dma_buf_t ioctbuf; /* For holding ioctl request */ member
2925 if (dhd_dma_buf_alloc(dhd, &prot->ioctbuf, IOCT_RETBUF_SIZE)) {
3477 dhd_dma_buf_free(dhd, &prot->ioctbuf);
3594 dhd_dma_buf_reset(dhd, &prot->ioctbuf);
7649 uint8 *ioctl_buf = (uint8 *)prot->ioctbuf.va;
8170 ioct_rqst->host_input_buf_addr.high = htol32(PHYSADDRHI(prot->ioctbuf.pa));
8171 ioct_rqst->host_input_buf_addr.low = htol32(PHYSADDRLO(prot->ioctbuf.pa));
8173 ioct_buf = (void *) prot->ioctbuf.va;
8180 OSL_CACHE_FLUSH((void *) prot->ioctbuf.va, len);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c642 dhd_dma_buf_t ioctbuf; /* For holding ioctl request */ member
3329 if (dhd_dma_buf_alloc(dhd, &prot->ioctbuf, IOCT_RETBUF_SIZE)) { in dhd_prot_allocate_bufs()
4236 dhd_dma_buf_free(dhd, &prot->ioctbuf); in dhd_prot_detach()
4365 dhd_dma_buf_reset(dhd, &prot->ioctbuf); in dhd_prot_reset()
10277 uint8 *ioctl_buf = (uint8 *)prot->ioctbuf.va;
10944 ioct_rqst->host_input_buf_addr.high = htol32(PHYSADDRHI(prot->ioctbuf.pa));
10945 ioct_rqst->host_input_buf_addr.low = htol32(PHYSADDRLO(prot->ioctbuf.pa));
10947 ioct_buf = (void *) prot->ioctbuf.va;
10954 OSL_CACHE_FLUSH((void *) prot->ioctbuf.va, len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c646 dhd_dma_buf_t ioctbuf; /* For holding ioctl request */ member
3333 if (dhd_dma_buf_alloc(dhd, &prot->ioctbuf, IOCT_RETBUF_SIZE)) { in dhd_prot_allocate_bufs()
4240 dhd_dma_buf_free(dhd, &prot->ioctbuf); in dhd_prot_detach()
4369 dhd_dma_buf_reset(dhd, &prot->ioctbuf); in dhd_prot_reset()
10281 uint8 *ioctl_buf = (uint8 *)prot->ioctbuf.va;
10948 ioct_rqst->host_input_buf_addr.high = htol32(PHYSADDRHI(prot->ioctbuf.pa));
10949 ioct_rqst->host_input_buf_addr.low = htol32(PHYSADDRLO(prot->ioctbuf.pa));
10951 ioct_buf = (void *) prot->ioctbuf.va;
10958 OSL_CACHE_FLUSH((void *) prot->ioctbuf.va, len);