Lines Matching refs:tmf
1861 struct srb_iocb *tmf = &sp->u.iocb_cmd; in qla2x00_tmf_iocb_timeout() local
1875 tmf->u.tmf.comp_status = cpu_to_le16(CS_TIMEOUT); in qla2x00_tmf_iocb_timeout()
1876 tmf->u.tmf.data = QLA_FUNCTION_FAILED; in qla2x00_tmf_iocb_timeout()
1877 complete(&tmf->u.tmf.comp); in qla2x00_tmf_iocb_timeout()
1883 struct srb_iocb *tmf = &sp->u.iocb_cmd; in qla2x00_tmf_sp_done() local
1885 complete(&tmf->u.tmf.comp); in qla2x00_tmf_sp_done()
1906 init_completion(&tm_iocb->u.tmf.comp); in qla2x00_async_tm_cmd()
1909 tm_iocb->u.tmf.flags = flags; in qla2x00_async_tm_cmd()
1910 tm_iocb->u.tmf.lun = lun; in qla2x00_async_tm_cmd()
1911 tm_iocb->u.tmf.data = tag; in qla2x00_async_tm_cmd()
1922 wait_for_completion(&tm_iocb->u.tmf.comp); in qla2x00_async_tm_cmd()
1924 rval = tm_iocb->u.tmf.data; in qla2x00_async_tm_cmd()
1932 flags = tm_iocb->u.tmf.flags; in qla2x00_async_tm_cmd()
1933 lun = (uint16_t)tm_iocb->u.tmf.lun; in qla2x00_async_tm_cmd()