Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_main.c1706 int stcb = sizeof (tcb_t) * bdp->params.TxDescriptors; in e100_alloc_tcb_pool() local
1710 pci_alloc_consistent(bdp->pdev, stcb, &bdp->tcb_phys))) in e100_alloc_tcb_pool()
1713 memset(bdp->tcb_pool.data, 0x00, stcb); in e100_alloc_tcb_pool()