Searched refs:new_mcnt (Results 1 – 1 of 1) sorted by relevance
164 uint16_t new_mcnt = dev->num_mca; in oce_m_multicast() local179 if (new_mcnt < OCE_MAX_MCA) { in oce_m_multicast()188 new_mcnt++; in oce_m_multicast()198 new_mcnt--; in oce_m_multicast()206 if (new_mcnt > OCE_MAX_MCA) { in oce_m_multicast()211 &mca_hw_list[0], new_mcnt, B_FALSE); in oce_m_multicast()223 if (new_mcnt && new_mcnt <= OCE_MAX_MCA) { in oce_m_multicast()225 new_mcnt * sizeof (struct ether_addr)); in oce_m_multicast()227 dev->num_mca = (uint16_t)new_mcnt; in oce_m_multicast()