Home
last modified time | relevance | path

Searched refs:uc_addr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c358 hw_addr = READ_ONCE(interface->uc_addr); in fm10k_detach_subtask()
371 interface->hw.hw_addr = interface->uc_addr; in fm10k_detach_subtask()
893 ring->tail = &interface->uc_addr[FM10K_TDT(reg_idx)]; in fm10k_configure_tx_ring()
1007 ring->tail = &interface->uc_addr[FM10K_RDT(reg_idx)]; in fm10k_configure_rx_ring()
1785 &interface->uc_addr[FM10K_ITR(entry->entry)] : in fm10k_qv_request_irq()
1786 &interface->uc_addr[FM10K_VFITR(entry->entry)]; in fm10k_qv_request_irq()
1980 hw->hw_addr = interface->uc_addr; in fm10k_sw_init()
2146 interface->uc_addr = ioremap(pci_resource_start(pdev, 0), in fm10k_probe()
2148 if (!interface->uc_addr) { in fm10k_probe()
2223 iounmap(interface->uc_addr); in fm10k_probe()
[all …]
H A Dfm10k.h349 u32 __iomem *uc_addr; member
H A Dfm10k_netdev.c754 const unsigned char *uc_addr) in fm10k_uc_vlan_unsync() argument
765 err = fm10k_queue_mac_request(interface, glort, uc_addr, vid, set); in fm10k_uc_vlan_unsync()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c624 unsigned char uc_addr[ETH_ALEN] = {0xf0, 0xff, 0xff, 0xff, 0xff, 0xff}; in stmmac_test_mcfilt() local
646 ret = dev_uc_add(priv->dev, uc_addr); in stmmac_test_mcfilt()
650 attr.dst = uc_addr; in stmmac_test_mcfilt()
664 dev_uc_del(priv->dev, uc_addr); in stmmac_test_mcfilt()
670 unsigned char uc_addr[ETH_ALEN] = {0xf0, 0xff, 0xff, 0xff, 0xff, 0xff}; in stmmac_test_ucfilt() local
684 uc_addr[ETH_ALEN - 1] = tries; in stmmac_test_ucfilt()
685 if (stmmac_perfect_check(priv, uc_addr)) in stmmac_test_ucfilt()
703 attr.dst = uc_addr; in stmmac_test_ucfilt()