Lines Matching refs:tx_block
1240 unsigned short tx_block = lp->tx_reap; in eexp_hw_lasttxstat() local
1248 outw(tx_block & ~31, dev->base_addr + SM_PTR); in eexp_hw_lasttxstat()
1249 status = inw(dev->base_addr + SHADOW(tx_block)); in eexp_hw_lasttxstat()
1252 lp->tx_link = tx_block; in eexp_hw_lasttxstat()
1288 if (tx_block == TX_BUF_START+((lp->num_tx_bufs-1)*TX_BUF_SIZE)) in eexp_hw_lasttxstat()
1289 lp->tx_reap = tx_block = TX_BUF_START; in eexp_hw_lasttxstat()
1291 lp->tx_reap = tx_block += TX_BUF_SIZE; in eexp_hw_lasttxstat()
1355 unsigned short tx_block = TX_BUF_START; in eexp_hw_txinit() local
1361 outw(tx_block, ioaddr + WRITE_PTR); in eexp_hw_txinit()
1365 outw(tx_block+0x08, ioaddr + DATAPORT); in eexp_hw_txinit()
1366 outw(tx_block+0x0e, ioaddr + DATAPORT); in eexp_hw_txinit()
1370 outw(tx_block+0x08, ioaddr + DATAPORT); in eexp_hw_txinit()
1374 outw(tx_block+0x16, ioaddr + DATAPORT); in eexp_hw_txinit()
1377 tx_block += TX_BUF_SIZE; in eexp_hw_txinit()
1381 lp->tx_tail = tx_block - TX_BUF_SIZE; in eexp_hw_txinit()
1383 lp->rx_buf_start = tx_block; in eexp_hw_txinit()