Searched refs:CONFIG_TX_DESCR_NUM (Results 1 – 5 of 5) sorted by relevance
15 #define CONFIG_TX_DESCR_NUM 16 macro18 #define TX_TOTAL_BUFSIZE (CONFIG_ETH_BUFSIZE * CONFIG_TX_DESCR_NUM)224 struct dmamacdescr tx_mac_descrtable[CONFIG_TX_DESCR_NUM];
115 #define CONFIG_TX_DESCR_NUM 8 macro118 #define TX_TOTAL_BUFSIZE (CONFIG_ETH_BUFSIZE * CONFIG_TX_DESCR_NUM)134 struct ag7xxx_dma_desc tx_mac_descrtable[CONFIG_TX_DESCR_NUM];346 for (i = 0; i < CONFIG_TX_DESCR_NUM; i++) { in ag7xxx_dma_clean_tx()348 next = &priv->tx_mac_descrtable[(i + 1) % CONFIG_TX_DESCR_NUM]; in ag7xxx_dma_clean_tx()430 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()582 if (++desc_num >= CONFIG_TX_DESCR_NUM) in _sun8i_emac_eth_send()
147 for (idx = 0; idx < CONFIG_TX_DESCR_NUM; idx++) { in tx_descs_init()396 if (++desc_num >= CONFIG_TX_DESCR_NUM) in _dw_eth_send()
4883 CONFIG_TX_DESCR_NUM