Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/message/fusion/
Dmptctl.c240 if (reply->u.sreply.SCSIStatus || reply->u.sreply.SCSIState) in mptctl_reply()
244 reply->u.sreply.SCSIStatus, in mptctl_reply()
245 reply->u.sreply.SCSIState, in mptctl_reply()
246 le16_to_cpu(reply->u.sreply.TaskTag), in mptctl_reply()
247 le32_to_cpu(reply->u.sreply.TransferCount))); in mptctl_reply()
249 if (reply->u.sreply.SCSIState & in mptctl_reply()
Dmptbase.h324 SCSIIOReply_t sreply; member