Home
last modified time | relevance | path

Searched refs:tcb_pool (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/e100/
De100_main.c1000 bdp->tcb_pool.head = 0; in e100_open()
1001 bdp->tcb_pool.tail = 1; in e100_open()
1003 e100_setup_tcb_pool((tcb_t *) bdp->tcb_pool.data, in e100_open()
1093 tcb = bdp->tcb_pool.data; in e100_prepare_xmit_buff()
1094 tcb += TCB_TO_USE(bdp->tcb_pool); in e100_prepare_xmit_buff()
1173 prev_tcb = bdp->tcb_pool.data; in e100_prepare_xmit_buff()
1174 prev_tcb += PREV_TCB_USED(bdp->tcb_pool); in e100_prepare_xmit_buff()
1177 bdp->tcb_pool.tail = NEXT_TCB_TOUSE(bdp->tcb_pool.tail); in e100_prepare_xmit_buff()
1200 if (!TCBS_AVAIL(bdp->tcb_pool) || (bdp->tcb_phys == 0) || in e100_xmit_frame()
1709 if (!(bdp->tcb_pool.data = in e100_alloc_tcb_pool()
[all …]
De100.h892 buf_pool_t tcb_pool; /* adapter's TCB array */ member