Searched refs:first_txbuf (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | tropic.c | 725 bus_size_t first_txbuf, txbuf; local 747 first_txbuf = txbuf = TXCA_INW(sc, TXCA_FREE_QUEUE_HEAD) - XMIT_NEXTBUF; 780 TXB_OUTB(sc, first_txbuf, XMIT_RETCODE, 0xfe); 781 TXB_OUTW(sc, first_txbuf, XMIT_FRAMELEN, size); 782 TXB_OUTW(sc, first_txbuf, XMIT_LASTBUF, (txbuf + XMIT_NEXTBUF)); 783 TXB_OUTB(sc, first_txbuf, XMIT_CMD, XMIT_DIR_FRAME); 784 TXB_OUTW(sc, first_txbuf, XMIT_STATIONID, 0); 785 TXB_OUTB(sc, first_txbuf, XMIT_CMDCORR, sc->sc_xmit_correlator);
|