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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dmidway.h38 #define TX_DESCR_SIZE 2 /* TX PDU descr is 2 longwords */ macro
H A Deni.c1052 size = (ATM_CELL_PAYLOAD >> 2)+TX_DESCR_SIZE;
1058 size = ((size-(size % ATM_CELL_PAYLOAD)) >> 2)+TX_DESCR_SIZE;
1096 eni_dev->dma[j++] = (((tx->tx_pos+TX_DESCR_SIZE) & (tx->words-1)) <<

Completed in 57 milliseconds