Searched refs:tx_bd_base (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/aeroflex/
H A Dgreth.c172 struct greth_bd *tx_bdp = greth->tx_bd_base; greth_clean_rings()
192 tx_bdp = greth->tx_bd_base + greth->tx_last; greth_clean_rings()
202 tx_bdp = greth->tx_bd_base + greth->tx_last; greth_clean_rings()
243 tx_bd = greth->tx_bd_base; greth_init_rings()
427 bdp = greth->tx_bd_base + greth->tx_next; greth_start_xmit()
508 bdp = greth->tx_bd_base + greth->tx_next; greth_start_xmit_gbit()
523 bdp = greth->tx_bd_base + curr_tx; greth_start_xmit_gbit()
556 bdp = greth->tx_bd_base + greth->tx_next; greth_start_xmit_gbit()
570 bdp = greth->tx_bd_base + greth->tx_next + i; greth_start_xmit_gbit()
630 bdp = greth->tx_bd_base + greth->tx_last; greth_clean_tx()
694 bdp_last_frag = greth->tx_bd_base + SKIP_TX(tx_last, nr_frags); greth_clean_tx_gbit()
708 bdp = greth->tx_bd_base + tx_last; greth_clean_tx_gbit()
719 bdp = greth->tx_bd_base + tx_last; greth_clean_tx_gbit()
1468 greth->tx_bd_base = dma_zalloc_coherent(greth->dev, 1024, greth_of_probe()
1471 if (!greth->tx_bd_base) { greth_of_probe()
1557 dma_free_coherent(greth->dev, 1024, greth->tx_bd_base, greth->tx_bd_base_phys); greth_of_probe()
1575 dma_free_coherent(&of_dev->dev, 1024, greth->tx_bd_base, greth->tx_bd_base_phys); greth_of_remove()
H A Dgreth.h115 struct greth_bd *tx_bd_base; /* Address of Tx BDs. */ member in struct:greth_private
/linux-4.4.14/drivers/tty/serial/cpm_uart/
H A Dcpm_uart.h72 cbd_t __iomem *tx_bd_base; member in struct:uart_cpm_port
H A Dcpm_uart_cpm1.c122 pinfo->tx_bd_base = pinfo->rx_bd_base + pinfo->rx_nrfifos; cpm_uart_allocbuf()
H A Dcpm_uart_core.c85 cbd_t __iomem *bdp = pinfo->tx_bd_base; cpm_uart_tx_empty()
706 bdp = pinfo->tx_bd_base; cpm_uart_tx_pump()
740 bdp = pinfo->tx_bd_base; cpm_uart_tx_pump()
788 bdp = pinfo->tx_cur = pinfo->tx_bd_base; cpm_uart_initbd()
813 (u8 __iomem *)pinfo->tx_bd_base - DPRAM_BASE); cpm_uart_init_scc()
875 (u8 __iomem *)pinfo->tx_bd_base - DPRAM_BASE); cpm_uart_init_smc()
989 bdbase = pinfo->tx_bd_base; cpm_uart_early_write()
H A Dcpm_uart_cpm2.c157 pinfo->tx_bd_base = pinfo->rx_bd_base + pinfo->rx_nrfifos; cpm_uart_allocbuf()
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c234 dirtyidx = bdp - fep->tx_bd_base; fs_enet_tx_napi()
299 bdp = fep->tx_bd_base; fs_enet_tx_napi()
398 fep->dirty_tx = fep->cur_tx = fep->tx_bd_base; fs_init_bds()
431 for (i = 0, bdp = fep->tx_bd_base; i < fep->tx_ring; i++, bdp++) { fs_init_bds()
449 for (i = 0, bdp = fep->tx_bd_base; i < fep->tx_ring; i++, bdp++) { fs_cleanup_bds()
571 curidx = bdp - fep->tx_bd_base; fs_enet_start_xmit()
596 bdp = fep->tx_bd_base, curidx = 0; fs_enet_start_xmit()
629 bdp = fep->tx_bd_base; fs_enet_start_xmit()
1045 fep->tx_bd_base = fep->rx_bd_base + fpi->rx_ring; fs_enet_probe()
H A Dmac-fcc.c555 last_tx_bd = fep->tx_bd_base + ((fpi->tx_ring - 1) * sizeof(cbd_t)); tx_restart()
562 prev_bd = (recheck_bd == fep->tx_bd_base) ? last_tx_bd : recheck_bd - 1; tx_restart()
571 prev_bd = (prev_bd == fep->tx_bd_base) ? last_tx_bd : prev_bd - 1; tx_restart()
H A Dfs_enet.h139 cbd_t __iomem *tx_bd_base; member in struct:fs_enet_private
/linux-4.4.14/drivers/net/ethernet/freescale/
H A Dfec_main.c236 if (bdp >= txq->tx_bd_base) { fec_enet_get_nextdesc()
237 base = txq->tx_bd_base; fec_enet_get_nextdesc()
239 ex_base = (struct bufdesc_ex *)txq->tx_bd_base; fec_enet_get_nextdesc()
267 if (bdp >= txq->tx_bd_base) { fec_enet_get_prevdesc()
268 base = txq->tx_bd_base; fec_enet_get_prevdesc()
270 ex_base = (struct bufdesc_ex *)txq->tx_bd_base; fec_enet_get_prevdesc()
331 bdp = txq->tx_bd_base; fec_dump()
342 } while (bdp != txq->tx_bd_base); fec_dump()
418 index = fec_enet_get_bd_index(txq->tx_bd_base, bdp, fep); fec_enet_txq_submit_frag_skb()
493 index = fec_enet_get_bd_index(txq->tx_bd_base, bdp, fep); fec_enet_txq_submit_skb()
544 index = fec_enet_get_bd_index(txq->tx_bd_base, last_bdp, fep); fec_enet_txq_submit_skb()
723 index = fec_enet_get_bd_index(txq->tx_bd_base, bdp, fep); fec_enet_txq_submit_tso()
739 index = fec_enet_get_bd_index(txq->tx_bd_base, fec_enet_txq_submit_tso()
841 bdp = txq->tx_bd_base; fec_enet_bd_init()
1228 index = fec_enet_get_bd_index(txq->tx_bd_base, bdp, fep); fec_enet_tx_queue()
2699 bdp = txq->tx_bd_base; fec_enet_free_buffers()
2832 bdp = txq->tx_bd_base; fec_enet_alloc_txq_buffers()
3198 txq->tx_bd_base = (struct bufdesc *)cbd_base; fec_enet_init()
H A Dfec.h440 struct bufdesc *tx_bd_base; member in struct:fec_enet_priv_tx_q
464 * tx_bd_base always point to the base of the buffer descriptors. The
H A Dgianfar.c185 tx_queue->dirty_tx = tx_queue->tx_bd_base; gfar_init_bds()
186 tx_queue->cur_tx = tx_queue->tx_bd_base; gfar_init_bds()
191 txbdp = tx_queue->tx_bd_base; gfar_init_bds()
252 tx_queue->tx_bd_base = vaddr; gfar_alloc_skb_resources()
1959 txbdp = tx_queue->tx_bd_base; free_skb_tx_queue()
2042 priv->tx_queue[0]->tx_bd_base, free_skb_resources()
2336 base = tx_queue->tx_bd_base; gfar_start_xmit()
2663 struct txbd8 *base = tx_queue->tx_bd_base; gfar_clean_tx_ring()
H A Dgianfar.h981 * @tx_bd_base: First tx buffer descriptor
994 struct txbd8 *tx_bd_base; member in struct:gfar_priv_tx_q
1117 * and tx_bd_base always point to the currently available buffer.
/linux-4.4.14/drivers/tty/serial/
H A Ducc_uart.c192 struct qe_bd *tx_bd_base; member in struct:uart_qe_port
259 struct qe_bd *bdp = qe_port->tx_bd_base; qe_uart_tx_empty()
351 bdp = qe_port->tx_bd_base; qe_uart_tx_pump()
387 bdp = qe_port->tx_bd_base; qe_uart_tx_pump()
623 qe_port->tx_cur = qe_port->tx_bd_base; qe_uart_initbd()
624 bdp = qe_port->tx_bd_base; qe_uart_initbd()
1010 qe_port->tx_bd_base = uccs->tx_bd; qe_uart_request_port()

Completed in 426 milliseconds