Searched refs:p_tx_bd_ring (Results 1 – 2 of 2) sorted by relevance
565 if (ugeth->p_tx_bd_ring[i]) { in dump_bds()570 mem_disp(ugeth->p_tx_bd_ring[i], length); in dump_bds()1889 bd = ugeth->p_tx_bd_ring[i]; in ucc_geth_free_tx()1906 if (ugeth->p_tx_bd_ring[i]) { in ucc_geth_free_tx()1913 ugeth->p_tx_bd_ring[i] = NULL; in ucc_geth_free_tx()2224 ugeth->p_tx_bd_ring[j] = in ucc_geth_alloc_tx()2232 ugeth->p_tx_bd_ring[j] = in ucc_geth_alloc_tx()2236 if (!ugeth->p_tx_bd_ring[j]) { in ucc_geth_alloc_tx()2242 memset_io((void __iomem *)(ugeth->p_tx_bd_ring[j] + in ucc_geth_alloc_tx()2264 bd = ugeth->confBd[j] = ugeth->txBd[j] = ugeth->p_tx_bd_ring[j]; in ucc_geth_alloc_tx()[all …]
1186 u8 __iomem *p_tx_bd_ring[NUM_TX_QUEUES]; member