| /linux-6.15/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | fs_enet-main.c | 98 cbd_t __iomem *bdp; in fs_enet_napi() local 165 bdp++; in fs_enet_napi() 189 bdp = fep->cur_rx; in fs_enet_napi() 276 bdp++; in fs_enet_napi() 354 for (i = 0, bdp = fep->rx_bd_base; i < fep->rx_ring; i++, bdp++) { in fs_init_bds() 376 for (i = 0, bdp = fep->tx_bd_base; i < fep->tx_ring; i++, bdp++) { in fs_init_bds() 392 for (i = 0, bdp = fep->tx_bd_base; i < fep->tx_ring; i++, bdp++) { in fs_cleanup_bds() 521 CBDC_SC(bdp, in fs_enet_start_xmit() 527 bdp++; in fs_enet_start_xmit() 558 CBDS_SC(bdp, sc); in fs_enet_start_xmit() [all …]
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | cpm_uart.c | 80 bdp++; in cpm_uart_tx_empty() 236 cbd_t __iomem *bdp; in cpm_uart_int_rx() local 245 bdp = pinfo->rx_cur; in cpm_uart_int_rx() 303 bdp++; in cpm_uart_int_rx() 668 bdp++; in cpm_uart_tx_pump() 694 bdp++; in cpm_uart_tx_pump() 1039 bdp = bdbase; in cpm_uart_early_write() 1041 bdp++; in cpm_uart_early_write() 1056 bdp = bdbase; in cpm_uart_early_write() 1058 bdp++; in cpm_uart_early_write() [all …]
|
| H A D | ucc_uart.c | 275 bdp++; in qe_uart_tx_empty() 342 bdp = qe_port->tx_cur; in qe_uart_tx_pump() 353 bdp++; in qe_uart_tx_pump() 367 bdp = qe_port->tx_cur; in qe_uart_tx_pump() 381 bdp++; in qe_uart_tx_pump() 383 qe_port->tx_cur = bdp; in qe_uart_tx_pump() 464 bdp = qe_port->rx_cur; in qe_uart_int_rx() 510 bdp++; in qe_uart_int_rx() 515 qe_port->rx_cur = bdp; in qe_uart_int_rx() 600 bdp++; in qe_uart_initbd() [all …]
|
| /linux-6.15/drivers/net/ethernet/freescale/ |
| H A D | fec_main.c | 374 bdp = fec_enet_get_nextdesc(bdp, &txq->bd); in fec_dump() 528 bdp = fec_enet_get_nextdesc(bdp, &txq->bd); in fec_enet_txq_submit_frag_skb() 590 bdp = fec_enet_get_nextdesc(bdp, &txq->bd); in fec_enet_txq_submit_frag_skb() 889 bdp = fec_enet_get_nextdesc(bdp, &txq->bd); in fec_enet_txq_submit_tso() 903 bdp = fec_enet_get_nextdesc(bdp, &txq->bd); in fec_enet_txq_submit_tso() 1005 bdp = fec_enet_get_nextdesc(bdp, &rxq->bd); in fec_enet_bd_init() 1009 bdp = fec_enet_get_prevdesc(bdp, &rxq->bd); in fec_enet_bd_init() 1053 bdp = fec_enet_get_nextdesc(bdp, &txq->bd); in fec_enet_bd_init() 1057 bdp = fec_enet_get_prevdesc(bdp, &txq->bd); in fec_enet_bd_init() 1483 bdp = fec_enet_get_nextdesc(bdp, &txq->bd); in fec_enet_tx_queue() [all …]
|
| H A D | gianfar.c | 114 bdp->bufPtr = cpu_to_be32(buf); in gfar_init_rxbdp() 1248 struct rxbd8 *bdp; in gfar_alloc_rx_buffs() local 1270 bdp++; in gfar_alloc_rx_buffs() 1275 bdp = rx_queue->rx_bd_base; in gfar_alloc_rx_buffs() 2160 bdp = tx_queue->dirty_tx; in gfar_clean_tx_ring() 2209 bdp = next; in gfar_clean_tx_ring() 2212 gfar_clear_txbd_status(bdp); in gfar_clean_tx_ring() 2213 bdp = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring() 2220 bdp = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring() 2246 tx_queue->dirty_tx = bdp; in gfar_clean_tx_ring() [all …]
|
| H A D | gianfar.h | 1311 static inline void gfar_clear_txbd_status(struct txbd8 *bdp) in gfar_clear_txbd_status() argument 1313 u32 lstatus = be32_to_cpu(bdp->lstatus); in gfar_clear_txbd_status() 1316 bdp->lstatus = cpu_to_be32(lstatus); in gfar_clear_txbd_status() 1329 struct rxbd8 *bdp; in gfar_rxbd_dma_lastfree() local 1334 bdp = &rxq->rx_bd_base[i]; in gfar_rxbd_dma_lastfree() 1336 bdp_dma += (uintptr_t)bdp - (uintptr_t)rxq->rx_bd_base; in gfar_rxbd_dma_lastfree()
|
| /linux-6.15/drivers/net/ethernet/aeroflex/ |
| H A D | greth.c | 397 struct greth_bd *bdp; in greth_start_xmit() local 466 struct greth_bd *bdp; in greth_start_xmit_gbit() local 555 greth_write_bd(&bdp->stat, in greth_start_xmit_gbit() 570 greth_read_bd(&bdp->addr), in greth_start_xmit_gbit() 573 greth_write_bd(&bdp->stat, 0); in greth_start_xmit_gbit() 622 struct greth_bd *bdp; in greth_clean_tx() local 631 stat = greth_read_bd(&bdp->stat); in greth_clean_tx() 711 greth_read_bd(&bdp->addr), in greth_clean_tx_gbit() 742 struct greth_bd *bdp; in greth_rx() local 858 struct greth_bd *bdp; in greth_rx_gbit() local [all …]
|
| /linux-6.15/lib/ |
| H A D | decompress_bunzip2.c | 630 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len, in start_bunzip() argument 643 bd = *bdp = malloc(i); in start_bunzip()
|
| /linux-6.15/drivers/clk/mediatek/ |
| H A D | Makefile | 39 obj-$(CONFIG_COMMON_CLK_MT2701_BDPSYS) += clk-mt2701-bdp.o 47 obj-$(CONFIG_COMMON_CLK_MT2712_BDPSYS) += clk-mt2712-bdp.o
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_bbr.c | 363 u32 bdp; in bbr_bdp() local 380 bdp = (((w * gain) >> BBR_SCALE) + BW_UNIT - 1) / BW_UNIT; in bbr_bdp() 382 return bdp; in bbr_bdp()
|
| /linux-6.15/drivers/scsi/ |
| H A D | qla1280.c | 659 struct qla_boards *bdp; in qla1280_info() local 663 bdp = &ql1280_board_tbl[ha->devnum]; in qla1280_info() 669 &bdp->name[0], ha->fwver1, ha->fwver2, ha->fwver3, in qla1280_info() 4142 struct qla_boards *bdp = &ql1280_board_tbl[devnum]; in qla1280_probe_one() local 4155 bdp->name, pdev->bus->number, PCI_SLOT(pdev->devfn)); in qla1280_probe_one() 4215 ha->ports = bdp->numPorts; in qla1280_probe_one() 4221 host->max_channel = bdp->numPorts - 1; in qla1280_probe_one()
|