Home
last modified time | relevance | path

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

/trueos/sys/fs/msdosfs/
HDmsdosfs_fileno.c106 struct msdosfs_fileno key, *mf, *tmf; local
129 tmf = RB_FIND(msdosfs_filenotree, &pmp->pm_filenos, &key);
130 if (tmf != NULL) {
131 mapped = tmf->mf_fileno32;
/trueos/sys/dev/virtio/scsi/
HDvirtio_scsivar.h112 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
/trueos/sys/dev/isp/
HDisp_freebsd.c589 isp24xx_tmf_t *tmf; in ispioctl() local
607 tmf = (isp24xx_tmf_t *) local; in ispioctl()
608 ISP_MEMZERO(tmf, QENTRY_LEN); in ispioctl()
609 tmf->tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT; in ispioctl()
610 tmf->tmf_header.rqs_entry_count = 1; in ispioctl()
611 tmf->tmf_nphdl = lp->handle; in ispioctl()
612 tmf->tmf_delay = 2; in ispioctl()
613 tmf->tmf_timeout = 2; in ispioctl()
614 tmf->tmf_tidlo = lp->portid; in ispioctl()
615 tmf->tmf_tidhi = lp->portid >> 16; in ispioctl()
[all …]
HDisp.c4684 isp24xx_tmf_t *tmf; in isp_control() local
4701 tmf = (isp24xx_tmf_t *) local; in isp_control()
4702 ISP_MEMZERO(tmf, QENTRY_LEN); in isp_control()
4703 tmf->tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT; in isp_control()
4704 tmf->tmf_header.rqs_entry_count = 1; in isp_control()
4705 tmf->tmf_nphdl = lp->handle; in isp_control()
4706 tmf->tmf_delay = 2; in isp_control()
4707 tmf->tmf_timeout = 2; in isp_control()
4708 tmf->tmf_flags = ISP24XX_TMF_TARGET_RESET; in isp_control()
4709 tmf->tmf_tidlo = lp->portid; in isp_control()
[all …]