Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c168 uint16_t new_mcnt = dev->num_mca; in oce_m_multicast() local
183 if (new_mcnt < OCE_MAX_MCA) { in oce_m_multicast()
192 new_mcnt++; in oce_m_multicast()
202 new_mcnt--; in oce_m_multicast()
210 if (new_mcnt > OCE_MAX_MCA) { in oce_m_multicast()
215 &mca_hw_list[0], new_mcnt, B_FALSE); in oce_m_multicast()
227 if (new_mcnt && new_mcnt <= OCE_MAX_MCA) { in oce_m_multicast()
229 new_mcnt * sizeof (struct ether_addr)); in oce_m_multicast()
231 dev->num_mca = (uint16_t)new_mcnt; in oce_m_multicast()