Home
last modified time | relevance | path

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

/linux-6.15/drivers/message/fusion/
H A Dmptscsih.c590 SCSIIORequest_t *pScsiReq; in mptscsih_io_done() local
830 if ((pScsiReq->CDB[0] == READ_6 && ((pScsiReq->CDB[1] & 0x02) == 0)) || in mptscsih_io_done()
1317 SCSIIORequest_t *pScsiReq; in mptscsih_qcmd() local
1380 pScsiReq->ChainOffset = 0; in mptscsih_qcmd()
1387 pScsiReq->Reserved = 0; in mptscsih_qcmd()
1400 pScsiReq->CDB[ii] = 0; in mptscsih_qcmd()
2769 SCSIIORequest_t *pScsiReq; in mptscsih_do_cmd() local
2905 pScsiReq->Bus = 0; in mptscsih_do_cmd()
2906 pScsiReq->ChainOffset = 0; in mptscsih_do_cmd()
2911 pScsiReq->ChainOffset = 0; in mptscsih_do_cmd()
[all …]
H A Dmptctl.c1855 if (pScsiReq->TargetID > id) { in mptctl_do_mpt_command()
1863 if (pScsiReq->Bus >= ioc->number_of_buses) { in mptctl_do_mpt_command()
1872 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
1886 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
1897 if ((pScsiReq->TargetID == vtarget->id) && in mptctl_do_mpt_command()
1898 (pScsiReq->Bus == vtarget->channel) && in mptctl_do_mpt_command()
1914 pScsiReq->Control = cpu_to_le32(scsidir | qtag); in mptctl_do_mpt_command()
1915 pScsiReq->DataLength = cpu_to_le32(dataSize); in mptctl_do_mpt_command()
1959 pScsiReq->MsgFlags |= mpt_msg_flags(ioc); in mptctl_do_mpt_command()
1973 pScsiReq->SenseBufferLowAddr = in mptctl_do_mpt_command()
[all …]