Lines Matching refs:pools
576 static int wx_set_rar(struct wx *wx, u32 index, u8 *addr, u64 pools, in wx_set_rar() argument
592 wr32(wx, WX_PSR_MAC_SWC_VM_L, pools & 0xFFFFFFFF); in wx_set_rar()
594 wr32(wx, WX_PSR_MAC_SWC_VM_H, pools >> 32); in wx_set_rar()
769 wx->mac_table[i].pools, in wx_sync_mac_table()
783 wx->mac_table[0].pools = 1ULL; in wx_mac_set_default_filter()
786 wx->mac_table[0].pools, in wx_mac_set_default_filter()
802 wx->mac_table[i].pools = 0; in wx_flush_sw_mac_table()
818 if (wx->mac_table[i].pools != (1ULL << pool)) { in wx_add_mac_filter()
820 wx->mac_table[i].pools |= (1ULL << pool); in wx_add_mac_filter()
832 wx->mac_table[i].pools |= (1ULL << pool); in wx_add_mac_filter()
852 wx->mac_table[i].pools &= ~(1ULL << pool); in wx_del_mac_filter()
853 if (!wx->mac_table[i].pools) { in wx_del_mac_filter()