Home
last modified time | relevance | path

Searched refs:qe_bd (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Ducc_slow.h203 struct qe_bd *confBd; /* next BD for confirm after Tx */
204 struct qe_bd *tx_bd; /* next BD for new Tx request */
205 struct qe_bd *rx_bd; /* next BD to collect after Rx */
Dqe.h260 struct qe_bd { struct
/arch/powerpc/sysdev/qe_lib/
Ducc_slow.c129 struct qe_bd *bd; in ucc_slow_init()
211 qe_muram_alloc(us_info->rx_bd_ring_len * sizeof(struct qe_bd), in ucc_slow_init()
222 qe_muram_alloc(us_info->tx_bd_ring_len * sizeof(struct qe_bd), in ucc_slow_init()