Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c1125 int TxDescrSize; /* the size of a tx descriptor rounded up to alignment*/ in BoardInitMem() local
1132 TxDescrSize = (((sizeof(TXD) - 1) / DESCR_ALIGN) + 1) * DESCR_ALIGN; in BoardInitMem()