Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.h84 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;
H A Dfsl_ucc_hdlc.c176 RX_BD_RING_LEN * sizeof(struct qe_bd), in uhdlc_init()
187 TX_BD_RING_LEN * sizeof(struct qe_bd), in uhdlc_init()
340 TX_BD_RING_LEN * sizeof(struct qe_bd), in uhdlc_init()
344 RX_BD_RING_LEN * sizeof(struct qe_bd), in uhdlc_init()
356 struct qe_bd *bd; in ucc_hdlc_tx()
459 struct qe_bd *bd; /* BD pointer */ in hdlc_tx_done()
525 struct qe_bd *bd; in hdlc_rx_done()
753 RX_BD_RING_LEN * sizeof(struct qe_bd), in uhdlc_memclean()
762 TX_BD_RING_LEN * sizeof(struct qe_bd), in uhdlc_memclean()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h269 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;
H A Dfsl_qe_udc.c283 struct qe_bd __iomem *bd; in qe_epbds_reset()
353 struct qe_bd __iomem *bd; in qe_ep_bd_init()
411 struct qe_bd __iomem *bd; in qe_ep_rxbd_update()
818 struct qe_bd __iomem *bd; in qe_ep0_rx()
937 struct qe_bd __iomem *bd; in ep_rx_tasklet()
1024 struct qe_bd __iomem *bd; in qe_ep_rx()
1069 struct qe_bd __iomem *bd; in qe_ep_tx()
1362 struct qe_bd __iomem *bd; in qe_ep0_txconf()
1418 struct qe_bd __iomem *bd; in qe_ep_txconf()
1473 struct qe_bd __iomem *bd; in ep_req_rx()
[all …]
/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h199 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 */
H A Dqe.h322 struct qe_bd { struct
/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_slow.c125 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()
/openbmc/linux/drivers/tty/serial/
H A Ducc_uart.c192 struct qe_bd *rx_bd_base;
193 struct qe_bd *rx_cur;
194 struct qe_bd *tx_bd_base;
195 struct qe_bd *tx_cur;
261 struct qe_bd *bdp = qe_port->tx_bd_base; in qe_uart_tx_empty()
333 struct qe_bd *bdp; in qe_uart_tx_pump()
463 struct qe_bd *bdp; in qe_uart_int_rx()
593 struct qe_bd *bdp; in qe_uart_initbd()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c278 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()
1834 bd += sizeof(struct qe_bd); in ucc_geth_free_rx()
2191 bd += sizeof(struct qe_bd); in ucc_geth_alloc_tx()
2193 bd -= sizeof(struct qe_bd); in ucc_geth_alloc_tx()
2249 bd += sizeof(struct qe_bd); in ucc_geth_alloc_rx()
2251 bd -= sizeof(struct qe_bd); in ucc_geth_alloc_rx()
2957 bd += sizeof(struct qe_bd); in ucc_geth_start_xmit()
3059 bd += sizeof(struct qe_bd); in ucc_geth_rx()
[all …]
H A Ducc_geth.h555 struct qe_bd bd[NUM_BDS_IN_PREFETCHED_BDS]; /* prefetched bd */