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

/freebsd-current/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h112 struct virtio_scsi_ctrl_tmf_req tmf; member in union:vtscsi_request::__anon4831
116 #define vsr_tmf_req vsr_ureq.tmf
124 struct virtio_scsi_ctrl_tmf_resp tmf; member in union:vtscsi_request::__anon4832
128 #define vsr_tmf_resp vsr_uresp.tmf
/freebsd-current/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c359 struct pci_vtscsi_ctrl_tmf *tmf; local
371 if (bufsize != sizeof(*tmf)) {
372 WPRINTF("ignoring tmf request with size %zu", bufsize);
375 tmf = (struct pci_vtscsi_ctrl_tmf *)buf;
376 return (pci_vtscsi_tmf_handle(sc, tmf));
393 struct pci_vtscsi_ctrl_tmf *tmf)
403 io->io_hdr.nexus.targ_lun = pci_vtscsi_get_lun(tmf->lun);
405 io->taskio.tag_num = tmf->id;
408 switch (tmf->subtype) {
454 tmf
392 pci_vtscsi_tmf_handle(struct pci_vtscsi_softc *sc, struct pci_vtscsi_ctrl_tmf *tmf) argument
[all...]
/freebsd-current/sys/dev/isp/
H A Disp_freebsd.c502 isp24xx_tmf_t tmf; local
530 ISP_MEMZERO(&tmf, sizeof(tmf));
531 tmf.tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT;
532 tmf.tmf_header.rqs_entry_count = 1;
533 tmf.tmf_nphdl = lp->handle;
534 tmf.tmf_delay = 2;
535 tmf.tmf_timeout = 4;
536 tmf.tmf_tidlo = lp->portid;
537 tmf
[all...]
H A Disp.c3006 isp24xx_tmf_t *tmf; local
3025 tmf = (isp24xx_tmf_t *) local;
3026 ISP_MEMZERO(tmf, QENTRY_LEN);
3027 tmf->tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT;
3028 tmf->tmf_header.rqs_entry_count = 1;
3029 tmf->tmf_nphdl = lp->handle;
3030 tmf->tmf_delay = 2;
3031 tmf->tmf_timeout = 4;
3032 tmf->tmf_flags = ISP24XX_TMF_TARGET_RESET;
3033 tmf
[all...]
/freebsd-current/sys/dev/ocs_fc/
H A Docs_ioctl.h102 ocs_ioctl_scsi_cmd_tmf, /**< Start a tmf */
151 int32_t tmf; /**< TMF */ member in struct:__anon4004
H A Docs_scsi.c294 ocs_scsi_tmf_cmd_e tmf, uint8_t *cdb, uint32_t cdb_len,
2404 * @param tmf Task management command.
2414 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
2420 if (tmf == OCS_SCSI_TMF_ABORT_TASK) {
2446 io->display_name = "tmf";
2447 rc = ocs_scsi_send_io(OCS_HW_IO_INITIATOR_READ, node, io, lun, tmf, NULL, 0, NULL,
2465 * @param tmf Task management command.
2482 ocs_scsi_tmf_cmd_e tmf, uint8_t *cdb, uint32_t cdb_len,
2582 switch (tmf) {
2481 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.h359 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-current/sys/dev/smartpqi/
H A Dsmartpqi_structures.h809 uint8_t tmf; member in struct:pqi_raid_tmf_req
823 uint8_t tmf; member in struct:pqi_aio_tmf_req
H A Dsmartpqi_request.c1910 tmf_req.tmf = tmf_type;
1935 DBG_WARN("aio tmf: iu_type=0x%x req_id_to_manage=0x%x\n",
1937 DBG_WARN("aio tmf: req_id=0x%x nexus=0x%x tmf=0x%x QID=%u\n",
1938 tmf_req.req_id, tmf_req.nexus, tmf_req.tmf, op_ib_q->q_id);
1942 /* Timedout tmf response goes here */
1987 tmf_req.tmf = tmf_type;
1990 /* Decide the queue where the tmf request should be submitted */
2000 /* if OS tmf timeout is 0, set minimum value for timeout */
2007 DBG_WARN("raid tmf
[all...]

Completed in 176 milliseconds