Lines Matching refs:ioctl_resplen
484 uint16 ioctl_resplen; member
3264 prot->ioctl_resplen = 0;
6298 prot->ioctl_resplen = ltoh16(ioct_resp->resp_len);
6321 pkt_id, xt_id, prot->ioctl_status, prot->ioctl_resplen));
6323 if (prot->ioctl_resplen > 0) {
6325 bcopy(PKTDATA(dhd->osh, pkt), prot->retbuf.va, prot->ioctl_resplen);
6327 bcopy(pkt, prot->retbuf.va, prot->ioctl_resplen);
7754 __FUNCTION__, prot->ioctl_resplen));
7757 if (dhd->prot->ioctl_resplen > len)
7758 dhd->prot->ioctl_resplen = (uint16)len;
7760 bcopy(dhd->prot->retbuf.va, buf, dhd->prot->ioctl_resplen);
7767 dhd->prot->ioctl_resplen = 0;