Searched refs:hosttag (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr_cam.c | 217 chain_req = &sc->chain_sgl_list[cm->hosttag]; in mpi3mr_prepare_sgls() 579 tm_req.TaskHostTag = htole16(cmd->hosttag); in mpi3mr_issue_tm() 1088 req->HostTag = cm->hosttag; in mpi3mr_action_scsiio() 1137 (queue_idx + 1), __func__, __LINE__, scsi_opcode, csio->ccb_h.target_id, cm->hosttag); in mpi3mr_action_scsiio()
|
H A D | mpi3mr.h | 472 U16 hosttag; member
|
H A D | mpi3mr.c | 4726 target_id, cm->hosttag, in mpi3mr_process_op_reply_desc() 5009 cmd->hosttag = i; in mpi3mr_alloc_requests() 5041 mpi3mr_dprint(sc, MPI3MR_TRACE, "Get command SMID: 0x%x\n", cmd->hosttag); in mpi3mr_get_command() 5070 mpi3mr_dprint(sc, MPI3MR_TRACE, "Release command SMID: 0x%x\n", cmd->hosttag); in mpi3mr_release_command()
|