Searched refs:tx_cmds (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmace.c48 volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */ member in struct:mace_data
196 mp->tx_cmds = (volatile struct dbdma_cmd *) DBDMA_ALIGN(mp + 1);
197 mp->rx_cmds = mp->tx_cmds + NCMDS_TX * N_TX_RING + 1;
199 memset((char *) mp->tx_cmds, 0,
478 cp = mp->tx_cmds + NCMDS_TX * N_TX_RING;
480 st_le32(&cp->cmd_dep, virt_to_bus(mp->tx_cmds));
484 out_le32(&td->cmdptr, virt_to_bus(mp->tx_cmds));
561 cp = mp->tx_cmds + NCMDS_TX * fill;
565 np = mp->tx_cmds + NCMDS_TX * next;
717 cp = mp->tx_cmds
[all...]
H A Dbmac.c68 volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */ member in struct:bmac_data
535 memset((char *)bp->tx_cmds, 0, (N_TX_RING+1) * sizeof(struct dbdma_cmd));
542 dbdma_setcmd(&bp->tx_cmds[N_TX_RING],
543 (DBDMA_NOP | BR_ALWAYS), 0, 0, virt_to_bus(bp->tx_cmds));
548 out_le32(&td->cmdptr, virt_to_bus(bp->tx_cmds));
604 dbdma_setcmd(&bp->tx_cmds[i], DBDMA_STOP, 0, 0, 0);
606 bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]);
712 cp = &bp->tx_cmds[bp->tx_empty];
1256 bp->tx_cmds = (volatile struct dbdma_cmd *) DBDMA_ALIGN(bp + 1);
1257 bp->rx_cmds = bp->tx_cmds
[all...]
H A Dlib82596.c311 struct tx_cmd tx_cmds[TX_RING_SIZE] __attribute__((aligned(32))); member in struct:i596_dma
985 tx_cmd = lp->dma->tx_cmds + lp->next_tx_cmd;
H A D82596.c331 struct tx_cmd tx_cmds[TX_RING_SIZE]; member in struct:i596_private
1094 tx_cmd = lp->tx_cmds + lp->next_tx_cmd;

Completed in 118 milliseconds