Searched refs:TX_NUM_DESC (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmv64x60_tty.c84 #define TX_NUM_DESC 2 macro
90 static struct mv64x60_tx_desc td[2][TX_NUM_DESC] __attribute__ ((aligned(32)));
93 static char tx_buf[2][TX_NUM_DESC * TX_BUF_SIZE] __attribute__ ((aligned(32)));
161 for (i=0; i<TX_NUM_DESC; i++) {
168 td[chan][TX_NUM_DESC - 1].next_desc_ptr = (u32)&td[chan][0];
216 (int)&td[chan][TX_NUM_DESC - 1]);
218 (int)&td[chan][TX_NUM_DESC - 1]);
298 if (++cur_td[com_port] >= TX_NUM_DESC)

Completed in 42 milliseconds