Home
last modified time | relevance | path

Searched refs:mc_spec (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1854 u32 *mc_spec; in mv643xx_eth_program_multicast_filter() local
1862 /* Allocate both mc_spec and mc_other tables */ in mv643xx_eth_program_multicast_filter()
1863 mc_spec = kcalloc(128, sizeof(u32), GFP_ATOMIC); in mv643xx_eth_program_multicast_filter()
1864 if (!mc_spec) in mv643xx_eth_program_multicast_filter()
1866 mc_other = &mc_spec[64]; in mv643xx_eth_program_multicast_filter()
1874 table = mc_spec; in mv643xx_eth_program_multicast_filter()
1886 mc_spec[i]); in mv643xx_eth_program_multicast_filter()
1891 kfree(mc_spec); in mv643xx_eth_program_multicast_filter()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1865 u32 *mc_spec; in mv643xx_eth_program_multicast_filter() local
1873 /* Allocate both mc_spec and mc_other tables */ in mv643xx_eth_program_multicast_filter()
1874 mc_spec = kcalloc(128, sizeof(u32), GFP_ATOMIC); in mv643xx_eth_program_multicast_filter()
1875 if (!mc_spec) in mv643xx_eth_program_multicast_filter()
1877 mc_other = &mc_spec[64]; in mv643xx_eth_program_multicast_filter()
1885 table = mc_spec; in mv643xx_eth_program_multicast_filter()
1897 mc_spec[i]); in mv643xx_eth_program_multicast_filter()
1902 kfree(mc_spec); in mv643xx_eth_program_multicast_filter()

Completed in 9 milliseconds