Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Ddev_addr_lists.c68 ha->sync_cnt = 0; in __hw_addr_create()
217 false, true, ha->sync_cnt, false); in __hw_addr_sync_one()
222 ha->sync_cnt++; in __hw_addr_sync_one()
240 ha->sync_cnt--; in __hw_addr_unsync_one()
253 if (ha->sync_cnt == ha->refcount) { in __hw_addr_sync_multiple()
277 if (!ha->sync_cnt) { in __hw_addr_sync()
295 if (ha->sync_cnt) in __hw_addr_unsync()
325 if (!ha->sync_cnt || ha->refcount != 1) in __hw_addr_sync_dev()
332 ha->sync_cnt--; in __hw_addr_sync_dev()
338 if (ha->sync_cnt) in __hw_addr_sync_dev()
[all …]
/openbmc/qemu/migration/
H A Dcpu-throttle.c137 uint64_t sync_cnt = stat64_get(&mig_stats.dirty_sync_count); in cpu_throttle_dirty_sync_timer_tick() local
144 if (sync_cnt <= 1) { in cpu_throttle_dirty_sync_timer_tick()
148 if (sync_cnt == throttle_dirty_sync_count_prev) { in cpu_throttle_dirty_sync_timer_tick()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw.c215 found = ha->sync_cnt; in cpsw_update_vlan_mc()
280 found = ha->sync_cnt; in cpsw_purge_vlan_mc()
H A Dcpsw_new.c158 found = ha->sync_cnt; in cpsw_update_vlan_mc()
223 found = ha->sync_cnt; in cpsw_purge_vlan_mc()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1236 int ret, sync_cnt = 0; in hclgevf_sync_vlan_filter() local
1251 sync_cnt++; in hclgevf_sync_vlan_filter()
1252 if (sync_cnt >= HCLGEVF_MAX_SYNC_COUNT) in hclgevf_sync_vlan_filter()
/openbmc/linux/include/linux/
H A Dnetdevice.h248 int sync_cnt; member
273 if ((_ha)->sync_cnt)
281 if ((_ha)->sync_cnt)
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c10560 int i, ret, sync_cnt = 0; in hclge_sync_vlan_filter() local
10583 sync_cnt++; in hclge_sync_vlan_filter()
10584 if (sync_cnt >= HCLGE_MAX_SYNC_COUNT) { in hclge_sync_vlan_filter()