Lines Matching refs:tmf
4512 isp24xx_tmf_t *tmf; in isp_control() local
4534 tmf = (isp24xx_tmf_t *) local; in isp_control()
4535 ISP_MEMZERO(tmf, QENTRY_LEN); in isp_control()
4536 tmf->tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT; in isp_control()
4537 tmf->tmf_header.rqs_entry_count = 1; in isp_control()
4538 tmf->tmf_nphdl = lp->handle; in isp_control()
4539 tmf->tmf_delay = 2; in isp_control()
4540 tmf->tmf_timeout = 2; in isp_control()
4541 tmf->tmf_flags = ISP24XX_TMF_TARGET_RESET; in isp_control()
4542 tmf->tmf_tidlo = lp->portid; in isp_control()
4543 tmf->tmf_tidhi = lp->portid >> 16; in isp_control()
4544 tmf->tmf_vpidx = ISP_GET_VPIDX(isp, chan); in isp_control()
4557 isp_put_24xx_tmf(isp, tmf, fcp->isp_scratch); in isp_control()