Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c1844 u32 *mc_other; in mv643xx_eth_program_multicast_filter() local
1865 mc_other = mc_spec + (0x100 >> 2); in mv643xx_eth_program_multicast_filter()
1868 memset(mc_other, 0, 0x100); in mv643xx_eth_program_multicast_filter()
1879 table = mc_other; in mv643xx_eth_program_multicast_filter()
1888 wrl(mp, OTHER_MCAST_TABLE(mp->port_num) + i, mc_other[i >> 2]); in mv643xx_eth_program_multicast_filter()