Searched refs:tmf (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h114 struct virtio_scsi_ctrl_tmf_req tmf; member in union:vtscsi_request::__anon15563
118 #define vsr_tmf_req vsr_ureq.tmf
126 struct virtio_scsi_ctrl_tmf_resp tmf; member in union:vtscsi_request::__anon15564
130 #define vsr_tmf_resp vsr_uresp.tmf
/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c363 struct pci_vtscsi_ctrl_tmf *tmf; local
370 tmf = (struct pci_vtscsi_ctrl_tmf *)buf;
371 return (pci_vtscsi_tmf_handle(sc, tmf));
384 struct pci_vtscsi_ctrl_tmf *tmf)
394 io->io_hdr.nexus.targ_lun = pci_vtscsi_get_lun(tmf->lun);
396 io->taskio.tag_num = (uint32_t)tmf->id;
398 switch (tmf->subtype) {
444 tmf->response = io->taskio.task_status;
383 pci_vtscsi_tmf_handle(struct pci_vtscsi_softc *sc, struct pci_vtscsi_ctrl_tmf *tmf) argument
/freebsd-12-stable/sys/dev/isp/
H A Disp_freebsd.c551 isp24xx_tmf_t tmf; local
568 ISP_MEMZERO(&tmf, sizeof(tmf));
569 tmf.tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT;
570 tmf.tmf_header.rqs_entry_count = 1;
571 tmf.tmf_nphdl = lp->handle;
572 tmf.tmf_delay = 2;
573 tmf.tmf_timeout = 4;
574 tmf.tmf_tidlo = lp->portid;
575 tmf
[all...]
H A Disp.c4740 isp24xx_tmf_t *tmf; local
4756 tmf = (isp24xx_tmf_t *) local;
4757 ISP_MEMZERO(tmf, QENTRY_LEN);
4758 tmf->tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT;
4759 tmf->tmf_header.rqs_entry_count = 1;
4760 tmf->tmf_nphdl = lp->handle;
4761 tmf->tmf_delay = 2;
4762 tmf->tmf_timeout = 4;
4763 tmf->tmf_flags = ISP24XX_TMF_TARGET_RESET;
4764 tmf
[all...]
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_ioctl.h104 ocs_ioctl_scsi_cmd_tmf, /**< Start a tmf */
153 int32_t tmf; /**< TMF */ member in struct:__anon14843
H A Docs_scsi.c301 ocs_scsi_tmf_cmd_e tmf, uint8_t *cdb, uint32_t cdb_len,
2420 * @param tmf Task management command.
2430 ocs_scsi_send_tmf(ocs_node_t *node, ocs_io_t *io, ocs_io_t *io_to_abort, uint64_t lun, ocs_scsi_tmf_cmd_e tmf, argument
2436 if (tmf == OCS_SCSI_TMF_ABORT_TASK) {
2462 io->display_name = "tmf";
2463 rc = ocs_scsi_send_io(OCS_HW_IO_INITIATOR_READ, node, io, lun, tmf, NULL, 0, NULL,
2481 * @param tmf Task management command.
2498 ocs_scsi_tmf_cmd_e tmf, uint8_t *cdb, uint32_t cdb_len,
2599 switch (tmf) {
2497 ocs_scsi_send_io(ocs_hw_io_type_e type, ocs_node_t *node, ocs_io_t *io, uint64_t lun, ocs_scsi_tmf_cmd_e tmf, uint8_t *cdb, uint32_t cdb_len, ocs_scsi_dif_info_t *dif_info, ocs_scsi_sgl_t *sgl, uint32_t sgl_count, uint32_t wire_len, uint32_t first_burst, ocs_scsi_rsp_io_cb_t cb, void *arg, uint32_t flags) argument
H A Docs_scsi.h366 ocs_scsi_tmf_cmd_e tmf, ocs_scsi_sgl_t *sgl, uint32_t sgl_count, uint32_t len, ocs_scsi_rsp_io_cb_t cb, void *arg);
/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_request.c766 tmf_req.tmf = tmf_type;
H A Dsmartpqi_structures.h652 uint8_t tmf; member in struct:pqi_tmf_req

Completed in 90 milliseconds