Home
last modified time | relevance | path

Searched refs:mc_mac_addr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c574 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()
H A Dehea_main.c1816 static u64 ehea_multicast_reg_helper(struct ehea_port *port, u64 mc_mac_addr, in ehea_multicast_reg_helper() argument
1823 if (mc_mac_addr == 0) in ehea_multicast_reg_helper()
1828 reg_type, mc_mac_addr, 0, hcallid); in ehea_multicast_reg_helper()
1833 if (mc_mac_addr == 0) in ehea_multicast_reg_helper()
1838 reg_type, mc_mac_addr, 0, hcallid); in ehea_multicast_reg_helper()
1897 static void ehea_add_multicast_entry(struct ehea_port *port, u8 *mc_mac_addr) in ehea_add_multicast_entry() argument
1908 memcpy(&ehea_mcl_entry->macaddr, mc_mac_addr, ETH_ALEN); in ehea_add_multicast_entry()
H A Dehea_phyp.h424 const u8 reg_type, const u64 mc_mac_addr,