Home
last modified time | relevance | path

Searched refs:TX_BD_ADDR (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dpc300_drv.c180 first_bd, TX_BD_ADDR(ch, first_bd), in tx_dma_buf_check()
181 next_bd, TX_BD_ADDR(ch, next_bd)); in tx_dma_buf_check()
183 ptdescr = (pcsca_bd_t *) (card->hw.rambase + TX_BD_ADDR(ch, first_bd)); in tx_dma_buf_check()
186 ptdescr = (pcsca_bd_t *) (card->hw.rambase + TX_BD_ADDR(ch, i))) { in tx_dma_buf_check()
207 first_bd, TX_BD_ADDR(ch, first_bd), in tx1_dma_buf_check()
208 next_bd, TX_BD_ADDR(ch, next_bd)); in tx1_dma_buf_check()
213 ptdescr = (pcsca_bd_t *) (card->hw.rambase + TX_BD_ADDR(ch, i)); in tx1_dma_buf_check()
284 TX_BD_ADDR(ch, card->chan[ch].tx_next_bd)); in dma_buf_write()
1675 TX_BD_ADDR(ch, chan->tx_next_bd)); in cpc_queue_xmit()
1788 TX_BD_ADDR(ch,chan->tx_first_bd)); in sca_tx_intr()
[all …]
Dpc300.h77 #define TX_BD_ADDR(chan, n) (DMA_TX_BD_BASE + \ macro
Dpc300_tty.c948 TX_BD_ADDR(ch, card->chan[ch].tx_next_bd)); in cpc_tty_send_to_card()
984 TX_BD_ADDR(ch, chan->tx_next_bd)); in cpc_tty_send_to_card()