Searched refs:CONFIG_TX_DESCR_NUM (Results 1 – 5 of 5) sorted by relevance
14 #define CONFIG_TX_DESCR_NUM 16 macro17 #define TX_TOTAL_BUFSIZE (CONFIG_ETH_BUFSIZE * CONFIG_TX_DESCR_NUM)223 struct dmamacdescr tx_mac_descrtable[CONFIG_TX_DESCR_NUM];
114 #define CONFIG_TX_DESCR_NUM 8 macro117 #define TX_TOTAL_BUFSIZE (CONFIG_ETH_BUFSIZE * CONFIG_TX_DESCR_NUM)133 struct ag7xxx_dma_desc tx_mac_descrtable[CONFIG_TX_DESCR_NUM];345 for (i = 0; i < CONFIG_TX_DESCR_NUM; i++) { in ag7xxx_dma_clean_tx()347 next = &priv->tx_mac_descrtable[(i + 1) % CONFIG_TX_DESCR_NUM]; in ag7xxx_dma_clean_tx()429 priv->tx_currdescnum = (priv->tx_currdescnum + 1) % CONFIG_TX_DESCR_NUM; in ag7xxx_eth_send()
36 #define CONFIG_TX_DESCR_NUM 32 macro47 #define TX_TOTAL_BUFSIZE (CONFIG_ETH_BUFSIZE * CONFIG_TX_DESCR_NUM)112 struct emac_dma_desc rx_chain[CONFIG_TX_DESCR_NUM];371 for (idx = 0; idx < CONFIG_TX_DESCR_NUM; idx++) { in tx_descs_init()596 if (++desc_num >= CONFIG_TX_DESCR_NUM) in _sun8i_emac_eth_send()
146 for (idx = 0; idx < CONFIG_TX_DESCR_NUM; idx++) { in tx_descs_init()408 if (++desc_num >= CONFIG_TX_DESCR_NUM) in _dw_eth_send()
4549 CONFIG_TX_DESCR_NUM