Home
last modified time | relevance | path

Searched refs:BestFinisher (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/ddk/
H A Dmrx.h142 PRDBSS_DEVICE_OBJECT BestFinisher; member
/reactos/sdk/lib/drivers/rxce/
H A Drxce.c1326 Calldown->BestFinisher = NULL; in RxConstructSrvCall()
1916 Calldown->BestFinisher = Context->RxDeviceObject; in RxCreateSrvCallCallBack()
4105 if (Calldown->BestFinisher != NULL) in RxFinishSrvCallConstruction()
4107 …DPRINT("Notify the winner: %p (%wZ)\n", Calldown->BestFinisher, &Calldown->BestFinisher->DeviceNam… in RxFinishSrvCallConstruction()
4109 ASSERT(SrvCall->RxDeviceObject == Calldown->BestFinisher); in RxFinishSrvCallConstruction()
4111 MINIRDR_CALL_THROUGH(Status, Calldown->BestFinisher->Dispatch, in RxFinishSrvCallConstruction()
4238 Calldown->BestFinisher = NULL; in RxFinishSrvCallConstructionDispatcher()