Searched refs:MsgContext (Results 1 – 4 of 4) sorted by relevance
57 req->MsgContext = le32_to_cpu(req->MsgContext); in mptsas_fix_scsi_io_endianness()65 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_scsi_io_reply_endianness()76 req->MsgContext = le32_to_cpu(req->MsgContext); in mptsas_fix_scsi_task_mgmt_endianness()82 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_scsi_task_mgmt_reply_endianness()90 req->MsgContext = le32_to_cpu(req->MsgContext); in mptsas_fix_ioc_init_endianness()103 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_ioc_init_reply_endianness()110 req->MsgContext = le32_to_cpu(req->MsgContext); in mptsas_fix_ioc_facts_endianness()140 req->MsgContext = le32_to_cpu(req->MsgContext); in mptsas_fix_config_endianness()155 req->MsgContext = le32_to_cpu(req->MsgContext); in mptsas_fix_port_facts_endianness()173 req->MsgContext = le32_to_cpu(req->MsgContext); in mptsas_fix_port_enable_endianness()[all …]
220 uint32_t MsgContext; member230 uint32_t MsgContext; member389 uint32_t MsgContext; /* 08h */ member457 uint32_t MsgContext; /* 08h */ member523 uint32_t MsgContext; /* 08h */ member562 uint32_t MsgContext; /* 08h */ member593 uint32_t MsgContext; /* 08h */ member644 uint32_t MsgContext; /* 08h */ member662 uint32_t MsgContext; /* 08h */ member673 uint32_t MsgContext; /* 08h */ member[all …]
326 req->sreq = scsi_req_new(sdev, scsi_io->MsgContext, in mptsas_process_scsi_io_request()372 reply.MsgContext = scsi_io->MsgContext; in mptsas_process_scsi_io_request()425 reply.MsgContext = req->MsgContext; in mptsas_process_scsi_task_mgmt()587 reply.MsgContext = req->MsgContext; in mptsas_process_ioc_init()608 reply.MsgContext = req->MsgContext; in mptsas_process_ioc_facts()648 reply.MsgContext = req->MsgContext; in mptsas_process_port_facts()676 reply.MsgContext = req->MsgContext; in mptsas_process_port_enable()705 reply.MsgContext = req->MsgContext; in mptsas_process_event_notification()1151 trace_mptsas_command_complete(s, req->scsi_io.MsgContext, in mptsas_command_complete()1172 reply.MsgContext = req->scsi_io.MsgContext; in mptsas_command_complete()[all …]
794 reply.MsgContext = req->MsgContext; in mptsas_process_config()
Completed in 21 milliseconds