Lines Matching refs:t
1193 lpfc_hb_timeout(struct timer_list *t) in lpfc_hb_timeout() argument
1199 phba = from_timer(phba, t, hb_tmofunc); in lpfc_hb_timeout()
1227 lpfc_rrq_timeout(struct timer_list *t) in lpfc_rrq_timeout() argument
1232 phba = from_timer(phba, t, rrq_tmr); in lpfc_rrq_timeout()
2937 int t; in lpfc_sha_iterate() local
2940 t = 16; in lpfc_sha_iterate()
2942 HashWorkingPointer[t] = in lpfc_sha_iterate()
2944 HashWorkingPointer[t - 3] ^ HashWorkingPointer[t - in lpfc_sha_iterate()
2946 HashWorkingPointer[t - 14] ^ HashWorkingPointer[t - 16]); in lpfc_sha_iterate()
2947 } while (++t <= 79); in lpfc_sha_iterate()
2948 t = 0; in lpfc_sha_iterate()
2956 if (t < 20) { in lpfc_sha_iterate()
2958 } else if (t < 40) { in lpfc_sha_iterate()
2960 } else if (t < 60) { in lpfc_sha_iterate()
2965 TEMP += S(5, A) + E + HashWorkingPointer[t]; in lpfc_sha_iterate()
2971 } while (++t <= 79); in lpfc_sha_iterate()
3007 int t; in lpfc_hba_init() local
3018 for (t = 0; t < 7; t++) in lpfc_hba_init()
3019 lpfc_challenge_key(phba->RandomData + t, HashWorking + t); in lpfc_hba_init()
5131 lpfc_sli4_fcf_redisc_wait_tmo(struct timer_list *t) in lpfc_sli4_fcf_redisc_wait_tmo() argument
5133 struct lpfc_hba *phba = from_timer(phba, t, fcf.redisc_wait); in lpfc_sli4_fcf_redisc_wait_tmo()
5162 lpfc_vmid_poll(struct timer_list *t) in lpfc_vmid_poll() argument
5164 struct lpfc_hba *phba = from_timer(phba, t, inactive_vmid_poll); in lpfc_vmid_poll()