Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_main.c998 bdp->last_tcb = NULL; in e100_open()
1832 bdp->last_tcb = NULL; in e100_clear_pools()
2331 bdp->last_tcb = tcb; in e100_start_cu()
2696 if (bdp->last_tcb) { in e100_exec_non_cu_cmd()
2698 if ((bdp->last_tcb->tcb_hdr.cb_status & in e100_exec_non_cu_cmd()
3074 bdp->last_tcb = NULL; in e100_isolate_driver()
3157 bdp->last_tcb = NULL; in e100_deisolate_driver()
4170 if (bdp->last_tcb != NULL) { in e100_non_tx_background()
4172 if ((bdp->last_tcb->tcb_hdr.cb_status & in e100_non_tx_background()
De100_test.c356 bdp->last_tcb = NULL; in e100_diag_loopback_cu_ru_exec()
De100.h891 tcb_t *last_tcb; /* pointer to last tcb sent */ member