Searched refs:t_next (Results 1 – 3 of 3) sorted by relevance
384 phy->t_next[i] = 0 ; in pcm_init()1331 phy->t_next[7] = smc->s.pcm_lc_short ; in pc_rcode_actions()1335 phy->t_next[7] = smc->s.pcm_lc_medium ; in pc_rcode_actions()1339 phy->t_next[7] = smc->s.pcm_lc_long ; in pc_rcode_actions()1343 phy->t_next[7] = smc->s.pcm_lc_extended ; in pc_rcode_actions()1346 if (phy->t_next[7] > smc->s.pcm_lc_medium) { in pc_rcode_actions()1347 start_pcm_timer0(smc,phy->t_next[7],PC_TIMEOUT_LCT,phy); in pc_rcode_actions()1349 DB_PCMN(1, "LCT timer = %ld us", phy->t_next[7]); in pc_rcode_actions()1350 phy->t_next[9] = smc->s.pcm_t_next_9 ; in pc_rcode_actions()
223 u_long t_next[NUMBITS] ; member
252 struct usb_tx *t, *t_next; in release_usb() local263 list_for_each_entry_safe(t, t_next, &tx->hci_list, list) { in release_usb()