Home
last modified time | relevance | path

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

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