Searched refs:hw_set_mac_address (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_hw.h | 222 int (*hw_set_mac_address)(struct aq_hw_s *self, u8 *mac_addr); member
|
H A D | aq_nic.c | 835 return self->aq_hw_ops->hw_set_mac_address(self->aq_hw, ndev->dev_addr); in aq_nic_set_mac()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_hw.h | 222 int (*hw_set_mac_address)(struct aq_hw_s *self, const u8 *mac_addr); member
|
H A D | aq_nic.c | 982 return self->aq_hw_ops->hw_set_mac_address(self->aq_hw, ndev->dev_addr); in aq_nic_set_mac()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.c | 950 .hw_set_mac_address = hw_atl_a0_hw_mac_addr_set,
|
H A D | hw_atl_b0.c | 1660 .hw_set_mac_address = hw_atl_b0_hw_mac_addr_set,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.c | 828 .hw_set_mac_address = hw_atl_b0_hw_mac_addr_set,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.c | 828 .hw_set_mac_address = hw_atl_b0_hw_mac_addr_set,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.c | 950 .hw_set_mac_address = hw_atl_a0_hw_mac_addr_set,
|
H A D | hw_atl_b0.c | 1660 .hw_set_mac_address = hw_atl_b0_hw_mac_addr_set,
|
Completed in 18 milliseconds