Home
last modified time | relevance | path

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

/NextBSD/sys/dev/arcmsr/
HDarcmsr.c771 acb->pktReturnCount++; in arcmsr_srb_complete()
978 acb->pktReturnCount = 0; in arcmsr_iop_reset()
4520 acb->pktReturnCount = 0;
4554 if((acb->pktRequestCount - acb->pktReturnCount) == 0)
4557 printf("Command Return Count =0x%x\n",acb->pktReturnCount);
4558 printf("Command (Req-Rtn) Count =0x%x\n",(acb->pktRequestCount - acb->pktReturnCount));
HDarcmsr.h1204 u_int32_t pktReturnCount; member