Lines Matching defs:tx_cmds
65 volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */
584 memset((char *)bp->tx_cmds, 0, (N_TX_RING+1) * sizeof(struct dbdma_cmd));
591 dbdma_setcmd(&bp->tx_cmds[N_TX_RING],
592 (DBDMA_NOP | BR_ALWAYS), 0, 0, virt_to_bus(bp->tx_cmds));
597 out_le32(&td->cmdptr, virt_to_bus(bp->tx_cmds));
654 dbdma_setcmd(&bp->tx_cmds[i], DBDMA_STOP, 0, 0, 0);
656 bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]);
762 cp = &bp->tx_cmds[bp->tx_empty];
1312 bp->tx_cmds = (volatile struct dbdma_cmd *) DBDMA_ALIGN(bp + 1);
1313 bp->rx_cmds = bp->tx_cmds + N_TX_RING + 1;
1486 cp = &bp->tx_cmds[bp->tx_empty];
1521 cp = &bp->tx_cmds[i];