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

/freebsd-11.0-release/sys/fs/msdosfs/
H A Dmsdosfs_fileno.c102 struct msdosfs_fileno key, *mf, *tmf; local
125 tmf = RB_FIND(msdosfs_filenotree, &pmp->pm_filenos, &key);
126 if (tmf != NULL) {
127 mapped = tmf->mf_fileno32;
/freebsd-11.0-release/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h112 struct virtio_scsi_ctrl_tmf_req tmf; member in union:vtscsi_request::__anon11921
116 #define vsr_tmf_req vsr_ureq.tmf
124 struct virtio_scsi_ctrl_tmf_resp tmf; member in union:vtscsi_request::__anon11922
128 #define vsr_tmf_resp vsr_uresp.tmf
/freebsd-11.0-release/sys/dev/isp/
H A Disp_freebsd.c612 isp24xx_tmf_t tmf; local
629 ISP_MEMZERO(&tmf, sizeof(tmf));
630 tmf.tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT;
631 tmf.tmf_header.rqs_entry_count = 1;
632 tmf.tmf_nphdl = lp->handle;
633 tmf.tmf_delay = 2;
634 tmf.tmf_timeout = 4;
635 tmf.tmf_tidlo = lp->portid;
636 tmf
[all...]
H A Disp.c4675 isp24xx_tmf_t *tmf; local
4691 tmf = (isp24xx_tmf_t *) local;
4692 ISP_MEMZERO(tmf, QENTRY_LEN);
4693 tmf->tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT;
4694 tmf->tmf_header.rqs_entry_count = 1;
4695 tmf->tmf_nphdl = lp->handle;
4696 tmf->tmf_delay = 2;
4697 tmf->tmf_timeout = 4;
4698 tmf->tmf_flags = ISP24XX_TMF_TARGET_RESET;
4699 tmf
[all...]

Completed in 183 milliseconds