Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/apple/
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))
195 mp->rx_cmds = mp->tx_cmds + NCMDS_TX * N_TX_RING + 1; in mace_probe()
198 (NCMDS_TX*N_TX_RING + N_RX_RING + 2) * sizeof(struct dbdma_cmd)); in mace_probe()
476 cp = mp->tx_cmds + NCMDS_TX * N_TX_RING; in mace_open()
557 cp = mp->tx_cmds + NCMDS_TX * fill; in mace_xmit_start()
561 np = mp->tx_cmds + NCMDS_TX * next; in mace_xmit_start()
723 cp = mp->tx_cmds + NCMDS_TX * i; in mace_interrupt()
788 cp = mp->tx_cmds + NCMDS_TX * i; in mace_interrupt()
821 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()
[all …]