Searched refs:CONFIG_RX_DESCR_NUM (Results 1 – 5 of 5) sorted by relevance
15 #define CONFIG_RX_DESCR_NUM 16 macro18 #define RX_TOTAL_BUFSIZE (CONFIG_ETH_BUFSIZE * CONFIG_RX_DESCR_NUM)224 struct dmamacdescr rx_mac_descrtable[CONFIG_RX_DESCR_NUM];
115 #define CONFIG_RX_DESCR_NUM 8 macro118 #define RX_TOTAL_BUFSIZE (CONFIG_ETH_BUFSIZE * CONFIG_RX_DESCR_NUM)134 struct ag7xxx_dma_desc rx_mac_descrtable[CONFIG_RX_DESCR_NUM];369 for (i = 0; i < CONFIG_RX_DESCR_NUM; i++) { in ag7xxx_dma_clean_rx()371 next = &priv->rx_mac_descrtable[(i + 1) % CONFIG_RX_DESCR_NUM]; in ag7xxx_dma_clean_rx()480 priv->rx_currdescnum = (priv->rx_currdescnum + 1) % CONFIG_RX_DESCR_NUM; in ag7xxx_eth_free_pkt()
37 #define CONFIG_RX_DESCR_NUM 32 macro48 #define RX_TOTAL_BUFSIZE (CONFIG_ETH_BUFSIZE * CONFIG_RX_DESCR_NUM)113 struct emac_dma_desc tx_chain[CONFIG_RX_DESCR_NUM];344 for (idx = 0; idx < CONFIG_RX_DESCR_NUM; idx++) { in rx_descs_init()729 if (++desc_num >= CONFIG_RX_DESCR_NUM) in _sun8i_free_pkt()
194 for (idx = 0; idx < CONFIG_RX_DESCR_NUM; idx++) { in rx_descs_init()468 if (++desc_num >= CONFIG_RX_DESCR_NUM) in _dw_free_pkt()
1709 CONFIG_RX_DESCR_NUM