Searched refs:reply_desc (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/mpt/ |
| HD | mpt.c | 485 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) in mpt_default_reply_handler() argument 490 req, req->serno, reply_desc, reply_frame); in mpt_default_reply_handler() 502 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) in mpt_config_reply_handler() argument 536 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) in mpt_handshake_reply_handler() argument 545 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) in mpt_event_reply_handler() argument 716 uint32_t reply_desc; in mpt_intr() local 723 while ((reply_desc = mpt_pop_reply_queue(mpt)) != MPT_REPLY_EMPTY) { in mpt_intr() 737 if ((reply_desc & MPI_ADDRESS_REPLY_A_BIT) != 0) { in mpt_intr() 741 reply_baddr = MPT_REPLY_BADDR(reply_desc); in mpt_intr() 751 type = MPI_GET_CONTEXT_REPLY_TYPE(reply_desc); in mpt_intr() [all …]
|
| HD | mpt_cam.c | 869 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) in mpt_sata_pass_reply_handler() argument 2581 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) in mpt_scsi_reply_handler() argument 2666 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) in mpt_scsi_tmf_reply_handler() argument 2774 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) in mpt_fc_els_reply_handler() argument 2962 ct_id = GET_IO_INDEX(tgt->reply_desc); in mpt_fc_els_reply_handler() 2980 tgt->resid, tgt->bytes_xfered, tgt->reply_desc, in mpt_fc_els_reply_handler() 4366 ta->ReplyWord = htole32(tgt->reply_desc); in mpt_target_start_io() 4481 ta->ReplyWord = htole32(tgt->reply_desc); in mpt_scsi_tgt_local() 4587 abtp->ReplyWord = htole32(MPT_TGT_STATE(mpt, cmd_req)->reply_desc); in mpt_abort_target_cmd() 4728 tp->ReplyWord = htole32(tgt->reply_desc); in mpt_scsi_tgt_status() [all …]
|
| HD | mpt.h | 333 uint32_t reply_desc; /* current reply descriptor */ member 411 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame);
|
| HD | mpt_user.c | 480 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) in mpt_user_reply_handler() argument
|
| HD | mpt_raid.c | 517 uint32_t reply_desc, MSG_DEFAULT_REPLY *reply_frame) in mpt_raid_reply_handler() argument
|
| /NextBSD/sys/dev/mfi/ |
| HD | mfi_tbolt.c | 659 struct mfi_mpi2_reply_header *desc, *reply_desc; in mfi_tbolt_complete_cmd() local 673 reply_desc = desc; in mfi_tbolt_complete_cmd() 675 if (reply_desc == NULL) { in mfi_tbolt_complete_cmd() 680 reply_descript_type = reply_desc->ReplyFlags in mfi_tbolt_complete_cmd() 690 smid = reply_desc->SMID; in mfi_tbolt_complete_cmd() 743 reply_desc = desc; in mfi_tbolt_complete_cmd() 745 reply_descript_type = reply_desc->ReplyFlags in mfi_tbolt_complete_cmd()
|
| /NextBSD/sys/dev/mrsas/ |
| HD | mrsas.c | 1493 MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR *reply_desc; in mrsas_complete_cmd() local 1514 reply_desc = (MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR *) desc; in mrsas_complete_cmd() 1519 reply_descript_type = reply_desc->ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK; in mrsas_complete_cmd() 1523 smid = reply_desc->SMID; in mrsas_complete_cmd() 1570 reply_desc = (MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR *) desc; in mrsas_complete_cmd() 1573 reply_descript_type = reply_desc->ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK; in mrsas_complete_cmd() 2374 pMpi2ReplyDescriptorsUnion_t reply_desc; in mrsas_alloc_mpt_cmds() local 2442 reply_desc = sc->reply_desc_mem; in mrsas_alloc_mpt_cmds() 2444 for (i = 0; i < sc->reply_q_depth * count; i++, reply_desc++) { in mrsas_alloc_mpt_cmds() 2445 reply_desc->Words = MRSAS_ULONG_MAX; in mrsas_alloc_mpt_cmds() [all …]
|