Searched refs:NCMDS_TX (Results 1 – 1 of 1) sorted by relevance
34 #define NCMDS_TX 1 /* dma commands per element in tx ring */ macro77 + (N_RX_RING + NCMDS_TX * N_TX_RING + 3) * sizeof(struct dbdma_cmd))197 mp->rx_cmds = mp->tx_cmds + NCMDS_TX * N_TX_RING + 1; in mace_probe()200 (NCMDS_TX*N_TX_RING + N_RX_RING + 2) * sizeof(struct dbdma_cmd)); in mace_probe()480 cp = mp->tx_cmds + NCMDS_TX * N_TX_RING; in mace_open()561 cp = mp->tx_cmds + NCMDS_TX * fill; in mace_xmit_start()565 np = mp->tx_cmds + NCMDS_TX * next; in mace_xmit_start()727 cp = mp->tx_cmds + NCMDS_TX * i; in mace_interrupt()792 cp = mp->tx_cmds + NCMDS_TX * i; in mace_interrupt()825 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()[all …]