Searched refs:tmf (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/dev/virtio/scsi/ |
| H A D | virtio_scsivar.h | 112 struct virtio_scsi_ctrl_tmf_req tmf; member 116 #define vsr_tmf_req vsr_ureq.tmf 124 struct virtio_scsi_ctrl_tmf_resp tmf; member 128 #define vsr_tmf_resp vsr_uresp.tmf
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_virtio_scsi.c | 359 struct pci_vtscsi_ctrl_tmf *tmf; in pci_vtscsi_control_handle() local 371 if (bufsize != sizeof(*tmf)) { in pci_vtscsi_control_handle() 375 tmf = (struct pci_vtscsi_ctrl_tmf *)buf; in pci_vtscsi_control_handle() 376 return (pci_vtscsi_tmf_handle(sc, tmf)); in pci_vtscsi_control_handle() 393 struct pci_vtscsi_ctrl_tmf *tmf) in pci_vtscsi_tmf_handle() argument 403 io->io_hdr.nexus.targ_lun = pci_vtscsi_get_lun(tmf->lun); in pci_vtscsi_tmf_handle() 405 io->taskio.tag_num = tmf->id; in pci_vtscsi_tmf_handle() 408 switch (tmf->subtype) { in pci_vtscsi_tmf_handle() 454 tmf->response = io->taskio.task_status; in pci_vtscsi_tmf_handle()
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_ioctl.h | 151 int32_t tmf; /**< TMF */ member
|
| H A D | ocs_scsi.c | 294 ocs_scsi_tmf_cmd_e tmf, uint8_t *cdb, uint32_t cdb_len, 2414 …nd_tmf(ocs_node_t *node, ocs_io_t *io, ocs_io_t *io_to_abort, uint64_t lun, ocs_scsi_tmf_cmd_e tmf, in ocs_scsi_send_tmf() argument 2420 if (tmf == OCS_SCSI_TMF_ABORT_TASK) { in ocs_scsi_send_tmf() 2447 rc = ocs_scsi_send_io(OCS_HW_IO_INITIATOR_READ, node, io, lun, tmf, NULL, 0, NULL, in ocs_scsi_send_tmf() 2482 ocs_scsi_tmf_cmd_e tmf, uint8_t *cdb, uint32_t cdb_len, in ocs_scsi_send_io() argument 2582 switch (tmf) { in ocs_scsi_send_io()
|
| H A D | ocs_scsi.h | 359 …ocs_scsi_tmf_cmd_e tmf, ocs_scsi_sgl_t *sgl, uint32_t sgl_count, uint32_t len, ocs_scsi_rsp_io_cb_…
|
| /freebsd/sys/dev/isp/ |
| H A D | isp.c | 3017 isp24xx_tmf_t *tmf; in isp_control() local 3036 tmf = (isp24xx_tmf_t *) local; in isp_control() 3037 ISP_MEMZERO(tmf, QENTRY_LEN); in isp_control() 3038 tmf->tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT; in isp_control() 3039 tmf->tmf_header.rqs_entry_count = 1; in isp_control() 3040 tmf->tmf_nphdl = lp->handle; in isp_control() 3041 tmf->tmf_delay = 2; in isp_control() 3042 tmf->tmf_timeout = 4; in isp_control() 3043 tmf->tmf_flags = ISP24XX_TMF_TARGET_RESET; in isp_control() 3044 tmf in isp_control() [all...] |
| /freebsd/sys/dev/smartpqi/ |
| H A D | smartpqi_structures.h | 810 uint8_t tmf; member 824 uint8_t tmf; member
|
| H A D | smartpqi_request.c | 1913 tmf_req.tmf = tmf_type; in pqisrc_send_aio_tmf() 1941 tmf_req.req_id, tmf_req.nexus, tmf_req.tmf, op_ib_q->q_id); in pqisrc_send_aio_tmf() 1990 tmf_req.tmf = tmf_type; in pqisrc_send_raid_tmf()
|