Home
last modified time | relevance | path

Searched refs:tx_cmds (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dmace.c53 volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */ member
208 mp->tx_cmds = (volatile struct dbdma_cmd *) DBDMA_ALIGN(mp + 1); in mace_probe1()
209 mp->rx_cmds = mp->tx_cmds + NCMDS_TX * N_TX_RING + 1; in mace_probe1()
212 memset((char *) mp->tx_cmds, 0, in mace_probe1()
508 cp = mp->tx_cmds + NCMDS_TX * N_TX_RING; in mace_open()
510 st_le32(&cp->cmd_dep, virt_to_bus(mp->tx_cmds)); in mace_open()
514 out_le32(&td->cmdptr, virt_to_bus(mp->tx_cmds)); in mace_open()
609 cp = mp->tx_cmds + NCMDS_TX * fill; in mace_xmit_start()
613 np = mp->tx_cmds + NCMDS_TX * next; in mace_xmit_start()
779 cp = mp->tx_cmds + NCMDS_TX * i; in mace_interrupt()
[all …]
Dbmac.c69 volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */ member
625 memset((char *)bp->tx_cmds, 0, (N_TX_RING+1) * sizeof(struct dbdma_cmd)); in bmac_init_tx_ring()
632 dbdma_setcmd(&bp->tx_cmds[N_TX_RING], in bmac_init_tx_ring()
633 (DBDMA_NOP | BR_ALWAYS), 0, 0, virt_to_bus(bp->tx_cmds)); in bmac_init_tx_ring()
638 out_le32(&td->cmdptr, virt_to_bus(bp->tx_cmds)); in bmac_init_tx_ring()
694 dbdma_setcmd(&bp->tx_cmds[i], DBDMA_STOP, 0, 0, 0); in bmac_transmit_packet()
696 bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]); in bmac_transmit_packet()
805 cp = &bp->tx_cmds[bp->tx_empty]; in bmac_txdma_intr()
1408 bp->tx_cmds = (volatile struct dbdma_cmd *) DBDMA_ALIGN(bp + 1); in bmac_probe1()
1409 bp->rx_cmds = bp->tx_cmds + N_TX_RING + 1; in bmac_probe1()
[all …]
D82596.c334 struct tx_cmd tx_cmds[TX_RING_SIZE]; member
1084 tx_cmd = lp->tx_cmds + lp->next_tx_cmd; in i596_start_xmit()
Dlasi_82596.c375 struct tx_cmd tx_cmds[TX_RING_SIZE] __attribute__((aligned(32))); member
1103 tx_cmd = lp->tx_cmds + lp->next_tx_cmd; in i596_start_xmit()
/linux-2.4.37.9/drivers/macintosh/
Dmacserial.h171 volatile struct dbdma_cmd *tx_cmds; member