Lines Matching refs:rq_chain
106 req = list_entry(lh, struct upc_req, rq_chain); in izo_psdev_setpid()
211 tmp = list_entry(lh, struct upc_req , rq_chain); in presto_psdev_write()
215 list_del_init(&req->rq_chain); in presto_psdev_write()
268 req = list_entry((channel->uc_pending.next), struct upc_req, rq_chain); in presto_psdev_read()
269 list_del(&(req->rq_chain)); in presto_psdev_read()
271 list_add(&(req->rq_chain), channel->uc_processing.prev); in presto_psdev_read()
342 req = list_entry(lh, struct upc_req, rq_chain); in presto_psdev_release()
355 req = list_entry(lh, struct upc_req, rq_chain); in presto_psdev_release()
435 req = list_entry(lh, struct upc_req, rq_chain); in presto_psdev_cleanup()
437 list_del(&(req->rq_chain)); in presto_psdev_cleanup()
449 req = list_entry(lh, struct upc_req, rq_chain); in presto_psdev_cleanup()
450 list_del(&(req->rq_chain)); in presto_psdev_cleanup()
496 list_del_init(&req->rq_chain); in lento_waitfor_upcall()
566 list_add(&req->rq_chain, channel->uc_pending.prev); in izo_upc_upcall()