Lines Matching refs:reqid
71 uint16 reqid; member
175 msg->flags = (++prot->reqid << CDCF_IOC_ID_SHIFT); in dhdcdc_query_ioctl()
193 if ((ret = dhdcdc_cmplt(dhd, prot->reqid, len)) < 0) in dhdcdc_query_ioctl()
199 if ((id < prot->reqid) && (++retries < RETRIES)) in dhdcdc_query_ioctl()
201 if (id != prot->reqid) { in dhdcdc_query_ioctl()
203 dhd_ifname(dhd, ifidx), __FUNCTION__, id, prot->reqid)); in dhdcdc_query_ioctl()
288 msg->flags = (++prot->reqid << CDCF_IOC_ID_SHIFT); in dhdcdc_set_ioctl()
303 if ((ret = dhdcdc_cmplt(dhd, prot->reqid, len)) < 0) in dhdcdc_set_ioctl()
309 if (id != prot->reqid) { in dhdcdc_set_ioctl()
311 dhd_ifname(dhd, ifidx), __FUNCTION__, id, prot->reqid)); in dhdcdc_set_ioctl()
423 bcm_bprintf(strbuf, "Protocol CDC: reqid %d\n", dhdp->prot->reqid); in dhd_prot_dump()