tx_cmds 66 drivers/net/ethernet/apple/bmac.c volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */ tx_cmds 588 drivers/net/ethernet/apple/bmac.c memset((char *)bp->tx_cmds, 0, (N_TX_RING+1) * sizeof(struct dbdma_cmd)); tx_cmds 595 drivers/net/ethernet/apple/bmac.c dbdma_setcmd(&bp->tx_cmds[N_TX_RING], tx_cmds 596 drivers/net/ethernet/apple/bmac.c (DBDMA_NOP | BR_ALWAYS), 0, 0, virt_to_bus(bp->tx_cmds)); tx_cmds 601 drivers/net/ethernet/apple/bmac.c out_le32(&td->cmdptr, virt_to_bus(bp->tx_cmds)); tx_cmds 658 drivers/net/ethernet/apple/bmac.c dbdma_setcmd(&bp->tx_cmds[i], DBDMA_STOP, 0, 0, 0); tx_cmds 660 drivers/net/ethernet/apple/bmac.c bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]); tx_cmds 766 drivers/net/ethernet/apple/bmac.c cp = &bp->tx_cmds[bp->tx_empty]; tx_cmds 1313 drivers/net/ethernet/apple/bmac.c bp->tx_cmds = (volatile struct dbdma_cmd *) DBDMA_ALIGN(bp + 1); tx_cmds 1314 drivers/net/ethernet/apple/bmac.c bp->rx_cmds = bp->tx_cmds + N_TX_RING + 1; tx_cmds 1487 drivers/net/ethernet/apple/bmac.c cp = &bp->tx_cmds[bp->tx_empty]; tx_cmds 1522 drivers/net/ethernet/apple/bmac.c cp = &bp->tx_cmds[i]; tx_cmds 51 drivers/net/ethernet/apple/mace.c volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */ tx_cmds 195 drivers/net/ethernet/apple/mace.c mp->tx_cmds = (volatile struct dbdma_cmd *) DBDMA_ALIGN(mp + 1); tx_cmds 196 drivers/net/ethernet/apple/mace.c mp->rx_cmds = mp->tx_cmds + NCMDS_TX * N_TX_RING + 1; tx_cmds 198 drivers/net/ethernet/apple/mace.c memset((char *) mp->tx_cmds, 0, tx_cmds 477 drivers/net/ethernet/apple/mace.c cp = mp->tx_cmds + NCMDS_TX * N_TX_RING; tx_cmds 479 drivers/net/ethernet/apple/mace.c cp->cmd_dep = cpu_to_le32(virt_to_bus(mp->tx_cmds)); tx_cmds 483 drivers/net/ethernet/apple/mace.c out_le32(&td->cmdptr, virt_to_bus(mp->tx_cmds)); tx_cmds 558 drivers/net/ethernet/apple/mace.c cp = mp->tx_cmds + NCMDS_TX * fill; tx_cmds 562 drivers/net/ethernet/apple/mace.c np = mp->tx_cmds + NCMDS_TX * next; tx_cmds 724 drivers/net/ethernet/apple/mace.c cp = mp->tx_cmds + NCMDS_TX * i; tx_cmds 789 drivers/net/ethernet/apple/mace.c cp = mp->tx_cmds + NCMDS_TX * i; tx_cmds 822 drivers/net/ethernet/apple/mace.c cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; tx_cmds 852 drivers/net/ethernet/apple/mace.c cp = mp->tx_cmds + NCMDS_TX * i; tx_cmds 334 drivers/net/ethernet/i825xx/82596.c struct tx_cmd tx_cmds[TX_RING_SIZE]; tx_cmds 1067 drivers/net/ethernet/i825xx/82596.c tx_cmd = lp->tx_cmds + lp->next_tx_cmd; tx_cmds 310 drivers/net/ethernet/i825xx/lib82596.c struct tx_cmd tx_cmds[TX_RING_SIZE] __attribute__((aligned(32))); tx_cmds 988 drivers/net/ethernet/i825xx/lib82596.c tx_cmd = lp->dma->tx_cmds + lp->next_tx_cmd;