Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/atm/
Dmidway.h38 #define TX_DESCR_SIZE 2 /* TX PDU descr is 2 longwords */ macro
Deni.c1073 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()