Searched refs:mc_mac_addr (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/ibm/ehea/ |
D | ehea_phyp.c | 574 const u8 reg_type, const u64 mc_mac_addr, in ehea_h_reg_dereg_bcmc() argument 578 u64 mac_addr = mc_mac_addr >> 16; in ehea_h_reg_dereg_bcmc()
|
D | ehea_main.c | 1815 static u64 ehea_multicast_reg_helper(struct ehea_port *port, u64 mc_mac_addr, in ehea_multicast_reg_helper() argument 1822 if (mc_mac_addr == 0) in ehea_multicast_reg_helper() 1827 reg_type, mc_mac_addr, 0, hcallid); in ehea_multicast_reg_helper() 1832 if (mc_mac_addr == 0) in ehea_multicast_reg_helper() 1837 reg_type, mc_mac_addr, 0, hcallid); in ehea_multicast_reg_helper() 1896 static void ehea_add_multicast_entry(struct ehea_port *port, u8 *mc_mac_addr) in ehea_add_multicast_entry() argument 1907 memcpy(&ehea_mcl_entry->macaddr, mc_mac_addr, ETH_ALEN); in ehea_add_multicast_entry()
|
D | ehea_phyp.h | 424 const u8 reg_type, const u64 mc_mac_addr,
|