Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c726 static void bcmasp_addr_to_uint(unsigned char *addr, u32 *high, u32 *low) in bcmasp_addr_to_uint() function
746 bcmasp_addr_to_uint(priv->mda_filters[i].mask, &mask_h, &mask_l); in bcmasp_set_mda_filter()
747 bcmasp_addr_to_uint(priv->mda_filters[i].addr, &addr_h, &addr_l); in bcmasp_set_mda_filter()