Searched refs:TX_DESCR_SIZE (Results 1 – 2 of 2) sorted by relevance
38 #define TX_DESCR_SIZE 2 /* TX PDU descr is 2 longwords */ macro
1073 size = (ATM_CELL_PAYLOAD >> 2)+TX_DESCR_SIZE; in do_tx()1079 size = ((size-(size % ATM_CELL_PAYLOAD)) >> 2)+TX_DESCR_SIZE; in do_tx()1117 eni_dev->dma[j++] = (((tx->tx_pos+TX_DESCR_SIZE) & (tx->words-1)) << in do_tx()