Lines Matching refs:ioctl_resplen
638 uint16 ioctl_resplen; member
3981 prot->ioctl_resplen = 0; in dhd_prot_init()
7482 prot->ioctl_resplen = ltoh16(ioct_resp->resp_len); in dhd_prot_ioctcmplt_process()
7517 pkt_id, xt_id, prot->ioctl_status, prot->ioctl_resplen)); in dhd_prot_ioctcmplt_process()
7519 if (prot->ioctl_resplen > 0) { in dhd_prot_ioctcmplt_process()
7521 bcopy(PKTDATA(dhd->osh, pkt), prot->retbuf.va, prot->ioctl_resplen); in dhd_prot_ioctcmplt_process()
7523 bcopy(pkt, prot->retbuf.va, prot->ioctl_resplen); in dhd_prot_ioctcmplt_process()
10433 __FUNCTION__, prot->ioctl_resplen));
10436 if (dhd->prot->ioctl_resplen > len)
10437 dhd->prot->ioctl_resplen = (uint16)len;
10439 bcopy(dhd->prot->retbuf.va, buf, dhd->prot->ioctl_resplen);
10446 dhd->prot->ioctl_resplen = 0;