Searched refs:mc_mac_addr (Results 1 – 3 of 3) sorted by relevance
/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 | 1812 static u64 ehea_multicast_reg_helper(struct ehea_port *port, u64 mc_mac_addr, in ehea_multicast_reg_helper() argument 1819 if (mc_mac_addr == 0) in ehea_multicast_reg_helper() 1824 reg_type, mc_mac_addr, 0, hcallid); in ehea_multicast_reg_helper() 1829 if (mc_mac_addr == 0) in ehea_multicast_reg_helper() 1834 reg_type, mc_mac_addr, 0, hcallid); in ehea_multicast_reg_helper() 1893 static void ehea_add_multicast_entry(struct ehea_port *port, u8 *mc_mac_addr) in ehea_add_multicast_entry() argument 1904 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,
|