Searched refs:NUMTXDESC (Results 1 – 2 of 2) sorted by relevance
114 for (i = 0; i < NUMTXDESC; i++) { in dump_tx_descriptor_queue()132 for (i = 0; i < NUMTXDESC; i++) { in dump_tx_status_queue()182 priv->tx_dq.end = (priv->tx_dq.base + NUMTXDESC); in ep93xx_eth_open()185 priv->tx_sq.end = (priv->tx_sq.base + NUMTXDESC); in ep93xx_eth_open()200 writel(sizeof(struct tx_descriptor) * NUMTXDESC, &mac->txdq.blen); in ep93xx_eth_open()204 writel(sizeof(struct tx_status) * NUMTXDESC, &mac->txstsq.blen); in ep93xx_eth_open()249 (sizeof(struct tx_descriptor) * NUMTXDESC)); in ep93xx_eth_open()253 (sizeof(struct tx_status) * NUMTXDESC)); in ep93xx_eth_open()464 priv->tx_dq.base = calloc(NUMTXDESC, in ep93xx_eth_initialize()471 priv->tx_sq.base = calloc(NUMTXDESC, in ep93xx_eth_initialize()
29 #define NUMTXDESC 1 macro
Completed in 3 milliseconds