Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/igb/
Digb.h530 #define IGB_MAC_STATE_IN_USE 0x2 macro
Digb_main.c7648 adapter->mac_table[i].state &= ~IGB_MAC_STATE_IN_USE; in igb_flush_mac_table()
7669 if ((adapter->mac_table[i].state & IGB_MAC_STATE_IN_USE) && in igb_available_rars()
7686 mac_table->state = IGB_MAC_STATE_DEFAULT | IGB_MAC_STATE_IN_USE; in igb_set_default_mac_filter()
7699 if (!(entry->state & IGB_MAC_STATE_IN_USE)) in igb_mac_entry_can_be_used()
7740 adapter->mac_table[i].state |= IGB_MAC_STATE_IN_USE | flags; in igb_add_mac_filter_flags()
7778 if (!(adapter->mac_table[i].state & IGB_MAC_STATE_IN_USE)) in igb_del_mac_filter_flags()
7792 IGB_MAC_STATE_DEFAULT | IGB_MAC_STATE_IN_USE; in igb_del_mac_filter_flags()
9702 if (adapter->mac_table[index].state & IGB_MAC_STATE_IN_USE) { in igb_rar_set_index()
9745 adapter->mac_table[rar_entry].state |= IGB_MAC_STATE_IN_USE; in igb_set_vf_mac()