Searched refs:dbdma_cmd (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 267 __le32 dbdma_cmd; member 736 yp->rx_ring[i].dbdma_cmd = in yellowfin_init_ring() 758 yp->rx_ring[i-1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring() 766 yp->tx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring() 771 yp->tx_ring[--i].dbdma_cmd = cpu_to_le32(CMD_STOP | BRANCH_ALWAYS); in yellowfin_init_ring() 779 yp->tx_ring[j].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring() 784 yp->tx_ring[j].dbdma_cmd = in yellowfin_init_ring() 791 yp->tx_ring[j].dbdma_cmd = in yellowfin_init_ring() 804 yp->tx_ring[++j].dbdma_cmd |= cpu_to_le32(BRANCH_ALWAYS | INTR_ALWAYS); in yellowfin_init_ring() 847 yp->tx_ring[0].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit() [all …]
|
/drivers/net/ethernet/apple/ |
D | mace.c | 51 volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */ 52 volatile struct dbdma_cmd *rx_cmds; /* recv dma command list */ 78 + (N_RX_RING + NCMDS_TX * N_TX_RING + 3) * sizeof(struct dbdma_cmd)) 195 mp->tx_cmds = (volatile struct dbdma_cmd *) DBDMA_ALIGN(mp + 1); in mace_probe() 199 (NCMDS_TX*N_TX_RING + N_RX_RING + 2) * sizeof(struct dbdma_cmd)); in mace_probe() 434 volatile struct dbdma_cmd *cp; in mace_open() 444 memset((char *)mp->rx_cmds, 0, N_RX_RING * sizeof(struct dbdma_cmd)); in mace_open() 533 volatile struct dbdma_cmd *cp, *np; in mace_xmit_start() 663 volatile struct dbdma_cmd *cp; in mace_interrupt() 810 volatile struct dbdma_cmd *cp; in mace_tx_timeout() [all …]
|
D | bmac.c | 66 volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */ 67 volatile struct dbdma_cmd *rx_cmds; /* recv dma command list */ 140 + (N_RX_RING + N_TX_RING + 4) * sizeof(struct dbdma_cmd) \ 197 dbdma_setcmd(volatile struct dbdma_cmd *cp, in dbdma_setcmd() 561 bmac_construct_xmt(struct sk_buff *skb, volatile struct dbdma_cmd *cp) in bmac_construct_xmt() 575 bmac_construct_rxbuff(struct sk_buff *skb, volatile struct dbdma_cmd *cp) in bmac_construct_rxbuff() 588 memset((char *)bp->tx_cmds, 0, (N_TX_RING+1) * sizeof(struct dbdma_cmd)); in bmac_init_tx_ring() 614 (N_RX_RING + 1) * sizeof(struct dbdma_cmd)); in bmac_init_rx_ring() 679 volatile struct dbdma_cmd *cp; in bmac_rxdma_intr() 752 volatile struct dbdma_cmd *cp; in bmac_txdma_intr() [all …]
|
/drivers/scsi/ |
D | mac53c94.c | 55 struct dbdma_cmd *dma_cmds; /* space for dbdma commands, aligned */ 365 struct dbdma_cmd *dcmds; in set_dma_cmds() 468 sizeof(struct dbdma_cmd), in mac53c94_probe() 477 state->dma_cmds = (struct dbdma_cmd *)DBDMA_ALIGN(dma_cmd_space); in mac53c94_probe() 479 * sizeof(struct dbdma_cmd)); in mac53c94_probe()
|
D | mesh.c | 168 struct dbdma_cmd *dma_cmds; /* space for dbdma commands, aligned */ 1265 struct dbdma_cmd *dcmds; in set_dma_cmds() 1921 ms->dma_cmd_size = (mesh_host->sg_tablesize + 2) * sizeof(struct dbdma_cmd); in mesh_probe() 1934 ms->dma_cmds = (struct dbdma_cmd *) DBDMA_ALIGN(dma_cmd_space); in mesh_probe()
|
/drivers/block/ |
D | swim3.c | 193 struct dbdma_cmd *dma_cmd; 202 char dbdma_cmd_space[5 * sizeof(struct dbdma_cmd)]; 422 static inline void init_dma(struct dbdma_cmd *cp, int cmd, in init_dma() 435 struct dbdma_cmd *cp = fs->dma_cmd; in setup_transfer() 662 struct dbdma_cmd *cp; in swim3_interrupt() 1158 fs->dma_cmd = (struct dbdma_cmd *) DBDMA_ALIGN(fs->dbdma_cmd_space); in swim3_add_device() 1159 memset(fs->dma_cmd, 0, 2 * sizeof(struct dbdma_cmd)); in swim3_add_device()
|
/drivers/macintosh/ |
D | rack-meter.c | 44 struct dbdma_cmd cmd[4] ____cacheline_aligned; 170 struct dbdma_cmd *cmd = db->cmd; in rackmeter_setup_dbdma() 183 memset(cmd, 0, 4 * sizeof(struct dbdma_cmd)); in rackmeter_setup_dbdma()
|
/drivers/ata/ |
D | pata_macio.c | 239 struct dbdma_cmd * dma_table_cpu; 519 struct dbdma_cmd *table; in pata_macio_qc_prep() 528 table = (struct dbdma_cmd *) priv->dma_table_cpu; in pata_macio_qc_prep() 567 memset(table, 0, sizeof(struct dbdma_cmd)); in pata_macio_qc_prep() 723 (MAX_DCMDS + 2) * sizeof(struct dbdma_cmd), in pata_macio_port_start()
|