Lines Matching refs:reqid
68 uint16 reqid; member
174 msg->flags = (++prot->reqid << CDCF_IOC_ID_SHIFT); in dhdcdc_query_ioctl()
192 if ((ret = dhdcdc_cmplt(dhd, prot->reqid, len)) < 0) in dhdcdc_query_ioctl()
198 if ((id < prot->reqid) && (++retries < RETRIES)) in dhdcdc_query_ioctl()
200 if (id != prot->reqid) { in dhdcdc_query_ioctl()
202 dhd_ifname(dhd, ifidx), __FUNCTION__, id, prot->reqid)); in dhdcdc_query_ioctl()
276 msg->flags = (++prot->reqid << CDCF_IOC_ID_SHIFT); in dhdcdc_set_ioctl()
298 if ((ret = dhdcdc_cmplt(dhd, prot->reqid, len)) < 0) in dhdcdc_set_ioctl()
304 if (id != prot->reqid) { in dhdcdc_set_ioctl()
306 dhd_ifname(dhd, ifidx), __FUNCTION__, id, prot->reqid)); in dhdcdc_set_ioctl()
409 bcm_bprintf(strbuf, "Protocol CDC: reqid %d\n", dhdp->prot->reqid); in dhd_prot_dump()