Lines Matching refs:dbdma_cmd
53 volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */
54 volatile struct dbdma_cmd *rx_cmds; /* recv dma command list */
81 + (N_RX_RING + NCMDS_TX * N_TX_RING + 3) * sizeof(struct dbdma_cmd))
208 mp->tx_cmds = (volatile struct dbdma_cmd *) DBDMA_ALIGN(mp + 1); in mace_probe1()
213 (NCMDS_TX*N_TX_RING + N_RX_RING + 2) * sizeof(struct dbdma_cmd)); in mace_probe1()
465 volatile struct dbdma_cmd *cp; in mace_open()
475 memset((char *)mp->rx_cmds, 0, N_RX_RING * sizeof(struct dbdma_cmd)); in mace_open()
584 volatile struct dbdma_cmd *cp, *np; in mace_xmit_start()
720 volatile struct dbdma_cmd *cp; in mace_interrupt()
862 volatile struct dbdma_cmd *cp; in mace_restart()
940 volatile struct dbdma_cmd *cp, *np; in mace_rxdma_intr()