Home
last modified time | relevance | path

Searched refs:t_next (Results 1 – 3 of 3) sorted by relevance

/drivers/net/fddi/skfp/
Dpcmplc.c395 phy->t_next[i] = 0 ; in pcm_init()
1353 phy->t_next[7] = smc->s.pcm_lc_short ; in pc_rcode_actions()
1357 phy->t_next[7] = smc->s.pcm_lc_medium ; in pc_rcode_actions()
1361 phy->t_next[7] = smc->s.pcm_lc_long ; in pc_rcode_actions()
1365 phy->t_next[7] = smc->s.pcm_lc_extended ; in pc_rcode_actions()
1368 if (phy->t_next[7] > smc->s.pcm_lc_medium) { in pc_rcode_actions()
1369 start_pcm_timer0(smc,phy->t_next[7],PC_TIMEOUT_LCT,phy); in pc_rcode_actions()
1371 DB_PCMN(1,"LCT timer = %ld us\n", phy->t_next[7], 0) ; in pc_rcode_actions()
1372 phy->t_next[9] = smc->s.pcm_t_next_9 ; in pc_rcode_actions()
/drivers/net/fddi/skfp/h/
Dsmc.h227 u_long t_next[NUMBITS] ; member
/drivers/staging/gdm724x/
Dgdm_usb.c258 struct usb_tx *t, *t_next; in release_usb() local
269 list_for_each_entry_safe(t, t_next, &tx->hci_list, list) { in release_usb()