Home
last modified time | relevance | path

Searched refs:NCMDS_TX (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/apple/
H A Dmace.c34 #define NCMDS_TX 1 /* dma commands per element in tx ring */ macro
77 + (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()
482 cp = mp->tx_cmds + NCMDS_TX * N_TX_RING; in mace_open()
563 cp = mp->tx_cmds + NCMDS_TX * fill; in mace_xmit_start()
567 np = mp->tx_cmds + NCMDS_TX * next; in mace_xmit_start()
729 cp = mp->tx_cmds + NCMDS_TX * i; in mace_interrupt()
794 cp = mp->tx_cmds + NCMDS_TX * i; in mace_interrupt()
827 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()
[all …]