Searched refs:sync_cnt (Results 1 – 6 of 6) sorted by relevance
68 ha->sync_cnt = 0; in __hw_addr_create()222 ha->sync_cnt++; in __hw_addr_sync_one()240 ha->sync_cnt--; in __hw_addr_unsync_one()295 if (ha->sync_cnt) in __hw_addr_unsync()332 ha->sync_cnt--; in __hw_addr_sync_dev()338 if (ha->sync_cnt) in __hw_addr_sync_dev()345 ha->sync_cnt++; in __hw_addr_sync_dev()436 if (!ha->sync_cnt) in __hw_addr_ref_unsync_dev()444 ha->sync_cnt = 0; in __hw_addr_ref_unsync_dev()470 if (!ha->sync_cnt) in __hw_addr_unsync_dev()[all …]
215 found = ha->sync_cnt; in cpsw_update_vlan_mc()280 found = ha->sync_cnt; in cpsw_purge_vlan_mc()
157 found = ha->sync_cnt; in cpsw_update_vlan_mc()222 found = ha->sync_cnt; in cpsw_purge_vlan_mc()
1285 int ret, sync_cnt = 0; in hclgevf_sync_vlan_filter() local1296 sync_cnt++; in hclgevf_sync_vlan_filter()1297 if (sync_cnt >= HCLGEVF_MAX_SYNC_COUNT) in hclgevf_sync_vlan_filter()
243 int sync_cnt; member268 if ((_ha)->sync_cnt)276 if ((_ha)->sync_cnt)
10601 int i, ret, sync_cnt = 0; in hclge_sync_vlan_filter() local10621 sync_cnt++; in hclge_sync_vlan_filter()10622 if (sync_cnt >= HCLGE_MAX_SYNC_COUNT) in hclge_sync_vlan_filter()
Completed in 52 milliseconds