Lines Matching defs:tx_cmds
66 volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */
588 memset((char *)bp->tx_cmds, 0, (N_TX_RING+1) * sizeof(struct dbdma_cmd));
595 dbdma_setcmd(&bp->tx_cmds[N_TX_RING],
596 (DBDMA_NOP | BR_ALWAYS), 0, 0, virt_to_bus(bp->tx_cmds));
601 out_le32(&td->cmdptr, virt_to_bus(bp->tx_cmds));
658 dbdma_setcmd(&bp->tx_cmds[i], DBDMA_STOP, 0, 0, 0);
660 bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]);
766 cp = &bp->tx_cmds[bp->tx_empty];
1313 bp->tx_cmds = (volatile struct dbdma_cmd *) DBDMA_ALIGN(bp + 1);
1314 bp->rx_cmds = bp->tx_cmds + N_TX_RING + 1;
1487 cp = &bp->tx_cmds[bp->tx_empty];
1522 cp = &bp->tx_cmds[i];