/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 535 unsigned char bd_addr[ETH_ALEN] = {0xf1, 0xff, 0xff, 0xff, 0xff, 0xff}; in stmmac_test_hfilt() local 547 /* We only need to check the bd_addr for collisions */ in stmmac_test_hfilt() 548 bd_addr[ETH_ALEN - 1] = tries; in stmmac_test_hfilt() 549 if (stmmac_hash_check(priv, bd_addr)) in stmmac_test_hfilt() 567 attr.dst = bd_addr; in stmmac_test_hfilt() 581 unsigned char bd_addr[ETH_ALEN] = {0xf0, 0xff, 0xff, 0xff, 0xff, 0xff}; in stmmac_test_pfilt() local 591 /* We only need to check the bd_addr for collisions */ in stmmac_test_pfilt() 592 bd_addr[ETH_ALEN - 1] = tries; in stmmac_test_pfilt() 593 if (stmmac_perfect_check(priv, bd_addr)) in stmmac_test_pfilt() 611 attr.dst = bd_addr; in stmmac_test_pfilt() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 535 unsigned char bd_addr[ETH_ALEN] = {0xf1, 0xff, 0xff, 0xff, 0xff, 0xff}; in stmmac_test_hfilt() local 547 /* We only need to check the bd_addr for collisions */ in stmmac_test_hfilt() 548 bd_addr[ETH_ALEN - 1] = tries; in stmmac_test_hfilt() 549 if (stmmac_hash_check(priv, bd_addr)) in stmmac_test_hfilt() 567 attr.dst = bd_addr; in stmmac_test_hfilt() 581 unsigned char bd_addr[ETH_ALEN] = {0xf0, 0xff, 0xff, 0xff, 0xff, 0xff}; in stmmac_test_pfilt() local 591 /* We only need to check the bd_addr for collisions */ in stmmac_test_pfilt() 592 bd_addr[ETH_ALEN - 1] = tries; in stmmac_test_pfilt() 593 if (stmmac_perfect_check(priv, bd_addr)) in stmmac_test_pfilt() 611 attr.dst = bd_addr; in stmmac_test_pfilt() [all...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-pic32-sqi.c | 100 u32 bd_addr; /* DMA buffer addr */ member 313 bd->bd_addr = sg->dma_address; in pic32_sqi_one_transfer()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-pic32-sqi.c | 100 u32 bd_addr; /* DMA buffer addr */ member 313 bd->bd_addr = sg->dma_address; in pic32_sqi_one_transfer()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mtk-sd.c | 349 dma_addr_t bd_addr; /* the physical address of bd array */ member 1776 dma_addr = dma->bd_addr; in msdc_init_gpd_bd() 1777 gpd->ptr = lower_32_bits(dma->bd_addr); /* physical address */ in msdc_init_gpd_bd() 1783 dma_addr = dma->bd_addr + sizeof(*bd) * (i + 1); in msdc_init_gpd_bd() 2520 &host->dma.bd_addr, GFP_KERNEL); in msdc_drv_probe() 2582 host->dma.bd, host->dma.bd_addr); in msdc_drv_probe() 2610 host->dma.bd, host->dma.bd_addr); in msdc_drv_remove()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mtk-sd.c | 370 dma_addr_t bd_addr; /* the physical address of bd array */ member 1868 dma_addr = dma->bd_addr; in msdc_init_gpd_bd() 1869 gpd->ptr = lower_32_bits(dma->bd_addr); /* physical address */ in msdc_init_gpd_bd() 1875 dma_addr = dma->bd_addr + sizeof(*bd) * (i + 1); in msdc_init_gpd_bd() 2813 &host->dma.bd_addr, GFP_KERNEL); in msdc_drv_probe() 2881 host->dma.bd, host->dma.bd_addr); in msdc_drv_probe() 2909 host->dma.bd, host->dma.bd_addr); in msdc_drv_remove()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.h | 497 void __iomem *bd_addr; member
|
H A D | bcmgenet.c | 2096 dmadesc_set(priv, tx_cb_ptr->bd_addr, mapping, len_stat); in bcmgenet_xmit() 2173 dmadesc_set_addr(priv, cb->bd_addr, mapping); in bcmgenet_rx_refill() 3026 cb->bd_addr = priv->rx_bds + i * DMA_DESC_SIZE; in bcmgenet_init_dma() 3041 cb->bd_addr = priv->tx_bds + i * DMA_DESC_SIZE; in bcmgenet_init_dma()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.h | 664 void __iomem *bd_addr; /* Buffer descriptor PHYS addr */ member
|
H A D | bcmsysport.c | 730 dma_desc_set_addr(priv, cb->bd_addr, mapping); in bcm_sysport_rx_refill() 1710 cb->bd_addr = priv->rx_bds + i * DESC_SIZE; in bcm_sysport_init_rx_ring()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.h | 443 void __iomem *bd_addr; member
|
H A D | bcmgenet.c | 2145 dmadesc_set(priv, tx_cb_ptr->bd_addr, mapping, len_stat); in bcmgenet_xmit() 2222 dmadesc_set_addr(priv, cb->bd_addr, mapping); in bcmgenet_rx_refill() 3073 cb->bd_addr = priv->rx_bds + i * DMA_DESC_SIZE; in bcmgenet_init_dma() 3088 cb->bd_addr = priv->tx_bds + i * DMA_DESC_SIZE; in bcmgenet_init_dma()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.h | 684 void __iomem *bd_addr; /* Buffer descriptor PHYS addr */ member
|
H A D | bcmsysport.c | 714 dma_desc_set_addr(priv, cb->bd_addr, mapping); in bcm_sysport_rx_refill() 1694 cb->bd_addr = priv->rx_bds + i * DESC_SIZE; in bcm_sysport_init_rx_ring()
|