Home
last modified time | relevance | path

Searched refs:host_tag (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c2829 sc->init_cmds.host_tag = MPI3MR_HOSTTAG_INITCMDS; in mpi3mr_initialize_ioc()
2835 sc->ioctl_cmds.host_tag = MPI3MR_HOSTTAG_IOCTLCMDS; in mpi3mr_initialize_ioc()
2841 sc->pel_abort_cmd.host_tag = MPI3MR_HOSTTAG_PELABORT; in mpi3mr_initialize_ioc()
2847 sc->host_tm_cmds.host_tag = MPI3MR_HOSTTAG_TMS; in mpi3mr_initialize_ioc()
2860 sc->dev_rmhs_cmds[i].host_tag = MPI3MR_HOSTTAG_DEVRMCMD_MIN in mpi3mr_initialize_ioc()
3494 U16 cmd_idx = drv_cmd->host_tag - MPI3MR_HOSTTAG_DEVRMCMD_MIN; in mpi3mr_dev_rmhs_complete_iou()
3566 U16 cmd_idx = drv_cmd->host_tag - MPI3MR_HOSTTAG_DEVRMCMD_MIN; in mpi3mr_dev_rmhs_complete_tm()
3590 iou_ctrl.HostTag = htole16(drv_cmd->host_tag); in mpi3mr_dev_rmhs_complete_tm()
3662 cmd_idx = drv_cmd->host_tag - MPI3MR_HOSTTAG_DEVRMCMD_MIN; in mpi3mr_dev_rmhs_send_tm()
3679 tm_req.HostTag = htole16(drv_cmd->host_tag); in mpi3mr_dev_rmhs_send_tm()
[all …]
H A Dmpi3mr.h430 U16 host_tag; member
/freebsd/sys/dev/ciss/
H A Dciss.c2133 debug(2, "post command %d tag %d ", cr->cr_tag, cr->cr_cc->header.host_tag); in ciss_start()
2188 cc->header.host_tag = tag; /* not updated by adapter */ in ciss_done()
2217 cc->header.host_tag = tag; /* not updated by adapter */ in ciss_perf_done()
2359 if ((cc->header.host_tag & CISS_HDR_HOST_TAG_ERROR) && in _ciss_report_request()
2366 cc->header.host_tag &= ~CISS_HDR_HOST_TAG_ERROR; in _ciss_report_request()
2374 if (!(cc->header.host_tag & CISS_HDR_HOST_TAG_ERROR)) { in _ciss_report_request()
2577 cc->header.host_tag = cr->cr_tag << 2; in ciss_preen_command()
2735 if ((cc->header.host_tag & CISS_HDR_HOST_TAG_ERROR) == 0) in ciss_user_command()
4294 cc->header.sg_in_list, cc->header.sg_total, cc->header.host_tag); in ciss_print_request()
4319 if (cc->header.host_tag & CISS_HDR_HOST_TAG_ERROR) { in ciss_print_request()
H A Dcissreg.h74 u_int32_t host_tag; /* host identifier, bits 0&1 must be clear */ member