Lines Matching refs:tmf
708 struct srb_iocb *tmf = &sp->u.iocb_cmd; in qlafx00_tmf_iocb_timeout() local
710 tmf->u.tmf.comp_status = CS_TIMEOUT; in qlafx00_tmf_iocb_timeout()
711 complete(&tmf->u.tmf.comp); in qlafx00_tmf_iocb_timeout()
718 struct srb_iocb *tmf = &sp->u.iocb_cmd; in qlafx00_tmf_sp_done() local
720 complete(&tmf->u.tmf.comp); in qlafx00_tmf_sp_done()
740 tm_iocb->u.tmf.flags = flags; in qlafx00_async_tm_cmd()
741 tm_iocb->u.tmf.lun = lun; in qlafx00_async_tm_cmd()
742 tm_iocb->u.tmf.data = tag; in qlafx00_async_tm_cmd()
745 init_completion(&tm_iocb->u.tmf.comp); in qlafx00_async_tm_cmd()
755 wait_for_completion(&tm_iocb->u.tmf.comp); in qlafx00_async_tm_cmd()
757 rval = tm_iocb->u.tmf.comp_status == CS_COMPLETE ? in qlafx00_async_tm_cmd()
2174 struct srb_iocb *tmf; in qlafx00_tm_iocb_entry() local
2176 tmf = &sp->u.iocb_cmd; in qlafx00_tm_iocb_entry()
2180 tmf->u.tmf.comp_status = cpstatus; in qlafx00_tm_iocb_entry()
3226 tm_iocb.control_flags = cpu_to_le32(fxio->u.tmf.flags); in qlafx00_tm_iocb()
3228 int_to_scsilun(fxio->u.tmf.lun, &llun); in qlafx00_tm_iocb()