Searched refs:request_id (Results 1 – 2 of 2) sorted by relevance
362 for (i = ndp->request_id; i < limit; i++) { in ncsi_alloc_request()369 ndp->request_id = i + 1; in ncsi_alloc_request()374 for (i = NCSI_REQ_START_IDX; i < ndp->request_id; i++) { in ncsi_alloc_request()381 ndp->request_id = i + 1; in ncsi_alloc_request()1786 ndp->request_id = NCSI_REQ_START_IDX; in ncsi_register_dev()
331 unsigned int request_id; /* Last used request ID */ member