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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmace.c32 #define NCMDS_TX 1 /* dma commands per element in tx ring */ macro
75 + (N_RX_RING + NCMDS_TX * N_TX_RING + 3) * sizeof(struct dbdma_cmd))
189 mp->rx_cmds = mp->tx_cmds + NCMDS_TX * N_TX_RING + 1;
193 (NCMDS_TX*N_TX_RING + N_RX_RING + 2) * sizeof(struct dbdma_cmd));
478 cp = mp->tx_cmds + NCMDS_TX * N_TX_RING;
561 cp = mp->tx_cmds + NCMDS_TX * fill;
565 np = mp->tx_cmds + NCMDS_TX * next;
725 cp = mp->tx_cmds + NCMDS_TX * i;
786 cp = mp->tx_cmds + NCMDS_TX * i;
819 cp = mp->tx_cmds + NCMDS_TX * m
[all...]

Completed in 51 milliseconds