Searched refs:NCMDS_TX (Results 1 – 1 of 1) sorted by relevance
35 #define NCMDS_TX 1 /* dma commands per element in tx ring */ macro78 + (N_RX_RING + NCMDS_TX * N_TX_RING + 3) * sizeof(struct dbdma_cmd))196 mp->rx_cmds = mp->tx_cmds + NCMDS_TX * N_TX_RING + 1; in mace_probe()199 (NCMDS_TX*N_TX_RING + N_RX_RING + 2) * sizeof(struct dbdma_cmd)); in mace_probe()477 cp = mp->tx_cmds + NCMDS_TX * N_TX_RING; in mace_open()558 cp = mp->tx_cmds + NCMDS_TX * fill; in mace_xmit_start()562 np = mp->tx_cmds + NCMDS_TX * next; in mace_xmit_start()724 cp = mp->tx_cmds + NCMDS_TX * i; in mace_interrupt()789 cp = mp->tx_cmds + NCMDS_TX * i; in mace_interrupt()822 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()[all …]