Searched refs:p_tx_bd_ring (Results 1 – 2 of 2) sorted by relevance
562 if (ugeth->p_tx_bd_ring[i]) { in dump_bds()567 mem_disp(ugeth->p_tx_bd_ring[i], length); in dump_bds()1884 bd = ugeth->p_tx_bd_ring[i]; in ucc_geth_free_tx()1901 if (ugeth->p_tx_bd_ring[i]) { in ucc_geth_free_tx()1908 ugeth->p_tx_bd_ring[i] = NULL; in ucc_geth_free_tx()2219 ugeth->p_tx_bd_ring[j] = in ucc_geth_alloc_tx()2227 ugeth->p_tx_bd_ring[j] = in ucc_geth_alloc_tx()2231 if (!ugeth->p_tx_bd_ring[j]) { in ucc_geth_alloc_tx()2237 memset_io((void __iomem *)(ugeth->p_tx_bd_ring[j] + in ucc_geth_alloc_tx()2259 bd = ugeth->confBd[j] = ugeth->txBd[j] = ugeth->p_tx_bd_ring[j]; in ucc_geth_alloc_tx()[all …]
1181 u8 __iomem *p_tx_bd_ring[NUM_TX_QUEUES]; member