Lines Matching refs:tmf
3017 isp24xx_tmf_t *tmf; in isp_control() local
3036 tmf = (isp24xx_tmf_t *) local; in isp_control()
3037 ISP_MEMZERO(tmf, QENTRY_LEN); in isp_control()
3038 tmf->tmf_header.rqs_entry_type = RQSTYPE_TSK_MGMT; in isp_control()
3039 tmf->tmf_header.rqs_entry_count = 1; in isp_control()
3040 tmf->tmf_nphdl = lp->handle; in isp_control()
3041 tmf->tmf_delay = 2; in isp_control()
3042 tmf->tmf_timeout = 4; in isp_control()
3043 tmf->tmf_flags = ISP24XX_TMF_TARGET_RESET; in isp_control()
3044 tmf->tmf_tidlo = lp->portid; in isp_control()
3045 tmf->tmf_tidhi = lp->portid >> 16; in isp_control()
3046 tmf->tmf_vpidx = ISP_GET_VPIDX(isp, chan); in isp_control()
3051 if (isp_exec_entry_mbox(isp, tmf, sp, 2 * tmf->tmf_timeout)) in isp_control()