Searched refs:TxDescrSize (Results 1 – 1 of 1) sorted by relevance
1125 int TxDescrSize; /* the size of a tx descriptor rounded up to alignment*/ in BoardInitMem() local1132 TxDescrSize = (((sizeof(TXD) - 1) / DESCR_ALIGN) + 1) * DESCR_ALIGN; in BoardInitMem()