Lines Matching refs:tmf
1646 struct srb_iocb *tmf = &sp->u.iocb_cmd; in qla2x00_tmf_iocb_timeout() local
1648 tmf->u.tmf.comp_status = CS_TIMEOUT; in qla2x00_tmf_iocb_timeout()
1649 complete(&tmf->u.tmf.comp); in qla2x00_tmf_iocb_timeout()
1656 struct srb_iocb *tmf = &sp->u.iocb_cmd; in qla2x00_tmf_sp_done() local
1658 complete(&tmf->u.tmf.comp); in qla2x00_tmf_sp_done()
1679 init_completion(&tm_iocb->u.tmf.comp); in qla2x00_async_tm_cmd()
1682 tm_iocb->u.tmf.flags = flags; in qla2x00_async_tm_cmd()
1683 tm_iocb->u.tmf.lun = lun; in qla2x00_async_tm_cmd()
1684 tm_iocb->u.tmf.data = tag; in qla2x00_async_tm_cmd()
1696 wait_for_completion(&tm_iocb->u.tmf.comp); in qla2x00_async_tm_cmd()
1698 rval = tm_iocb->u.tmf.data; in qla2x00_async_tm_cmd()
1706 flags = tm_iocb->u.tmf.flags; in qla2x00_async_tm_cmd()
1707 lun = (uint16_t)tm_iocb->u.tmf.lun; in qla2x00_async_tm_cmd()