Searched refs:MMAC_SLOT_USED (Results 1 – 3 of 3) sorted by relevance
777 #define MMAC_SLOT_USED 0x1 /* address slot used */ macro
4226 if (!(mmac_info->mac_pool[slot].flags & MMAC_SLOT_USED)) in nxge_m_mmac_add_g()4239 mmac_info->mac_pool[slot].flags |= MMAC_SLOT_USED; in nxge_m_mmac_add_g()4288 if (mmac_info->mac_pool[slot].flags & MMAC_SLOT_USED) { in nxge_m_mmac_remove()4292 mmac_info->mac_pool[slot].flags &= ~MMAC_SLOT_USED; in nxge_m_mmac_remove()
4050 mmac_info->mac_pool[0].flags |= MMAC_SLOT_USED | MMAC_VENDOR_ADDR; in nxge_init_mmac()