Searched refs:qe_bd (Results 1 – 8 of 8) sorted by relevance
84 struct qe_bd *tx_bd_base;85 struct qe_bd *rx_bd_base;88 struct qe_bd *curtx_bd;89 struct qe_bd *currx_bd;90 struct qe_bd *dirty_tx;
269 struct qe_bd __iomem *rxbase;270 struct qe_bd __iomem *n_rxbd;271 struct qe_bd __iomem *e_rxbd;273 struct qe_bd __iomem *txbase;274 struct qe_bd __iomem *n_txbd;275 struct qe_bd __iomem *c_txbd;
199 struct qe_bd __iomem *confBd; /* next BD for confirm after Tx */200 struct qe_bd __iomem *tx_bd; /* next BD for new Tx request */201 struct qe_bd __iomem *rx_bd; /* next BD to collect after Rx */
342 struct qe_bd { struct
125 struct qe_bd __iomem *bd; in ucc_slow_init()203 qe_muram_alloc(us_info->rx_bd_ring_len * sizeof(struct qe_bd), in ucc_slow_init()213 qe_muram_alloc(us_info->tx_bd_ring_len * sizeof(struct qe_bd), in ucc_slow_init()
192 struct qe_bd __iomem *rx_bd_base;193 struct qe_bd __iomem *rx_cur;194 struct qe_bd __iomem *tx_bd_base;195 struct qe_bd __iomem *tx_cur;261 struct qe_bd __iomem *bdp = qe_port->tx_bd_base; in qe_uart_tx_empty()333 struct qe_bd __iomem *bdp; in qe_uart_tx_pump()457 struct qe_bd __iomem *bdp; in qe_uart_int_rx()587 struct qe_bd __iomem *bdp; in qe_uart_initbd()
244 out_be32(&((struct qe_bd __iomem *)bd)->buf, in get_new_skb() 278 bd += sizeof(struct qe_bd); in rx_bd_buffer_set() 585 sizeof(struct qe_bd)); in dump_bds() 594 sizeof(struct qe_bd)); in dump_bds() 1725 in_be32(&((struct qe_bd __iomem *)bd)->buf), in ucc_geth_free_rx() 1734 bd += sizeof(struct qe_bd); in ucc_geth_free_rx() 1765 in_be32(&((struct qe_bd __iomem *)bd)->buf), in ucc_geth_free_tx() 2055 length = ug_info->bdRingLenTx[j] * sizeof(struct qe_bd); in ucc_geth_alloc_tx() 2087 out_be32(&((struct qe_bd __iomem *)bd)->buf, 0); in ucc_geth_alloc_tx() 2090 bd += sizeof(struct qe_bd); in ucc_geth_alloc_tx() [all...]
556 struct qe_bd bd[NUM_BDS_IN_PREFETCHED_BDS]; /* prefetched bd */