Lines Matching refs:t
1340 __qla2x00_eh_wait_for_pending_commands(struct qla_qpair *qpair, unsigned int t, in __qla2x00_eh_wait_for_pending_commands() argument
1375 match = sp->fcport->d_id.b24 == t; in __qla2x00_eh_wait_for_pending_commands()
1381 match = (sp->fcport->d_id.b24 == t && in __qla2x00_eh_wait_for_pending_commands()
1421 qla2x00_eh_wait_for_pending_commands(scsi_qla_host_t *vha, unsigned int t, in qla2x00_eh_wait_for_pending_commands() argument
1428 status = __qla2x00_eh_wait_for_pending_commands(ha->base_qpair, t, l, in qla2x00_eh_wait_for_pending_commands()
1434 status = __qla2x00_eh_wait_for_pending_commands(qpair, t, l, in qla2x00_eh_wait_for_pending_commands()
3638 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one() local
3641 kthread_stop(t); in qla2x00_probe_one()
3821 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work() local
3828 kthread_stop(t); in qla2x00_destroy_deferred_work()
7252 struct task_struct *t = ha->dpc_thread; in qla2xxx_wake_dpc() local
7254 if (!test_bit(UNLOADING, &vha->dpc_flags) && t) in qla2xxx_wake_dpc()
7255 wake_up_process(t); in qla2xxx_wake_dpc()
7391 qla2x00_timer(struct timer_list *t) in qla2x00_timer() argument
7393 scsi_qla_host_t *vha = from_timer(vha, t, timer); in qla2x00_timer()