Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/fusion/
Dmptscsih.c164 SCSIIORequest_t *pReq, int req_idx);
185 static void mptscsih_set_dvflags(MPT_SCSI_HOST *hd, SCSIIORequest_t *pReq);
484 SCSIIORequest_t *pReq, int req_idx) in mptscsih_AddSGE() argument
500 sgdir = le32_to_cpu(pReq->Control) & MPI_SCSIIO_CONTROL_DATADIRECTION_MASK; in mptscsih_AddSGE()
507 psge = (char *) &pReq->SGL; in mptscsih_AddSGE()
536 mptscsih_add_sge((char *) &pReq->SGL, in mptscsih_AddSGE()
615 pReq->ChainOffset = 0; in mptscsih_AddSGE()
660 pReq->ChainOffset = (u8) (sgeOffset >> 2); in mptscsih_AddSGE()
3935 SCSIIORequest_t *pReq; in copy_sense_data() local
3943 pReq = (SCSIIORequest_t *) mf; in copy_sense_data()
[all …]
Dmptbase.c4715 Config_t *pReq; in mpt_config() local
4741 pReq = (Config_t *)mf; in mpt_config()
4742 pReq->Action = pCfg->action; in mpt_config()
4743 pReq->Reserved = 0; in mpt_config()
4744 pReq->ChainOffset = 0; in mpt_config()
4745 pReq->Function = MPI_FUNCTION_CONFIG; in mpt_config()
4746 pReq->ExtPageLength = 0; in mpt_config()
4747 pReq->ExtPageType = 0; in mpt_config()
4748 pReq->MsgFlags = 0; in mpt_config()
4750 pReq->Reserved2[ii] = 0; in mpt_config()
[all …]