Searched refs:bd_addr (Results 1 – 5 of 5) sorted by relevance
| /linux/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 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 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()
|
| /linux/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()
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmgenet.h | 472 void __iomem *bd_addr; member
|
| H A D | bcmgenet.c | 2210 dmadesc_set(priv, tx_cb_ptr->bd_addr, mapping, len_stat); in bcmgenet_xmit() 2287 dmadesc_set_addr(priv, cb->bd_addr, mapping); in bcmgenet_rx_refill() 3085 cb->bd_addr = priv->rx_bds + i * DMA_DESC_SIZE; in bcmgenet_init_dma() 3099 cb->bd_addr = priv->tx_bds + i * DMA_DESC_SIZE; in bcmgenet_init_dma()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bcmsysport.c | 696 dma_desc_set_addr(priv, cb->bd_addr, mapping); in bcm_sysport_rx_refill() 1676 cb->bd_addr = priv->rx_bds + i * DESC_SIZE; in bcm_sysport_init_rx_ring()
|