Searched refs:pReq (Results 1 – 4 of 4) sorted by relevance
77 SertafiedPtr pRequest, pReq, pPrev; in ClientSleepUntil() local111 for (pReq = pPending; pReq; pReq = pReq->next) { in ClientSleepUntil()112 if (CompareTimeStamps(pReq->revive, *revive) == LATER) in ClientSleepUntil()114 pPrev = pReq; in ClientSleepUntil()120 pRequest->next = pReq; in ClientSleepUntil()135 SertafiedPtr pReq, pPrev; in SertafiedDelete() local138 for (pReq = pPending; pReq; pPrev = pReq, pReq = pReq->next) in SertafiedDelete()139 if (pReq == pRequest) { in SertafiedDelete()141 pPrev->next = pReq->next; in SertafiedDelete()143 pPending = pReq->next; in SertafiedDelete()[all …]
257 Config_t *pReq; in mptspi_writeIOCPage4() local275 pReq = (Config_t *)mf; in mptspi_writeIOCPage4()279 pReq->Action = MPI_CONFIG_ACTION_PAGE_WRITE_CURRENT; in mptspi_writeIOCPage4()280 pReq->Reserved = 0; in mptspi_writeIOCPage4()281 pReq->ChainOffset = 0; in mptspi_writeIOCPage4()282 pReq->Function = MPI_FUNCTION_CONFIG; in mptspi_writeIOCPage4()283 pReq->ExtPageLength = 0; in mptspi_writeIOCPage4()284 pReq->ExtPageType = 0; in mptspi_writeIOCPage4()285 pReq->MsgFlags = 0; in mptspi_writeIOCPage4()287 pReq->Reserved2[ii] = 0; in mptspi_writeIOCPage4()[all …]
6346 Config_t *pReq; in mpt_config() local6406 pReq = (Config_t *)mf; in mpt_config()6407 pReq->Action = pCfg->action; in mpt_config()6408 pReq->Reserved = 0; in mpt_config()6409 pReq->ChainOffset = 0; in mpt_config()6410 pReq->Function = MPI_FUNCTION_CONFIG; in mpt_config()6413 pReq->ExtPageLength = 0; in mpt_config()6414 pReq->ExtPageType = 0; in mpt_config()6415 pReq->MsgFlags = 0; in mpt_config()6418 pReq->Reserved2[ii] = 0; in mpt_config()[all …]
93 SCSIIORequest_t *pReq, int req_idx);178 SCSIIORequest_t *pReq, int req_idx) in mptscsih_AddSGE() argument195 sgdir = le32_to_cpu(pReq->Control) & MPI_SCSIIO_CONTROL_DATADIRECTION_MASK; in mptscsih_AddSGE()202 psge = (char *) &pReq->SGL; in mptscsih_AddSGE()283 pReq->ChainOffset = 0; in mptscsih_AddSGE()333 pReq->ChainOffset = (u8) (sgeOffset >> 2); in mptscsih_AddSGE()348 ioc->name, pReq->CDB[0], SCpnt)); in mptscsih_AddSGE()2409 SCSIIORequest_t *pReq; in mptscsih_copy_sense_data() local2415 pReq = (SCSIIORequest_t *) mf; in mptscsih_copy_sense_data()2437 ioc->events[idx].data[0] = (pReq->LUN[1] << 24) | in mptscsih_copy_sense_data()[all …]