KORINA_NUM_TDS
for (i = 0; i < KORINA_NUM_TDS; i++) {
#define KORINA_TDS_MASK (KORINA_NUM_TDS - 1)
#define TD_RING_SIZE (KORINA_NUM_TDS * sizeof(struct dma_desc))
struct sk_buff *tx_skb[KORINA_NUM_TDS];
dma_addr_t tx_skb_dma[KORINA_NUM_TDS];
if (lp->tx_count >= (KORINA_NUM_TDS - 2)) {
if (lp->tx_count == (KORINA_NUM_TDS - 2))
for (i = 0; i < KORINA_NUM_TDS; i++) {