Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Ddesignware.h14 #define CONFIG_TX_DESCR_NUM 16 macro
17 #define TX_TOTAL_BUFSIZE (CONFIG_ETH_BUFSIZE * CONFIG_TX_DESCR_NUM)
223 struct dmamacdescr tx_mac_descrtable[CONFIG_TX_DESCR_NUM];
Dag7xxx.c114 #define CONFIG_TX_DESCR_NUM 8 macro
117 #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()
Dsun8i_emac.c36 #define CONFIG_TX_DESCR_NUM 32 macro
47 #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()
Ddesignware.c146 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()
/external/u-boot/scripts/
Dconfig_whitelist.txt4549 CONFIG_TX_DESCR_NUM