Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Ddev_addr_lists.c38 ha->sync_cnt = 0; in __hw_addr_create_ex()
140 false, true, ha->sync_cnt); in __hw_addr_sync_one()
145 ha->sync_cnt++; in __hw_addr_sync_one()
163 ha->sync_cnt--; in __hw_addr_unsync_one()
176 if (ha->sync_cnt == ha->refcount) { in __hw_addr_sync_multiple()
200 if (!ha->sync_cnt) { in __hw_addr_sync()
218 if (ha->sync_cnt) in __hw_addr_unsync()
248 if (!ha->sync_cnt || ha->refcount != 1) in __hw_addr_sync_dev()
255 ha->sync_cnt--; in __hw_addr_sync_dev()
261 if (ha->sync_cnt) in __hw_addr_sync_dev()
[all …]
/Linux-v5.10/drivers/net/ethernet/ti/
Dcpsw.c215 found = ha->sync_cnt; in cpsw_update_vlan_mc()
280 found = ha->sync_cnt; in cpsw_purge_vlan_mc()
Dcpsw_new.c156 found = ha->sync_cnt; in cpsw_update_vlan_mc()
221 found = ha->sync_cnt; in cpsw_purge_vlan_mc()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c1627 int ret, sync_cnt = 0; in hclgevf_sync_vlan_filter() local
1638 sync_cnt++; in hclgevf_sync_vlan_filter()
1639 if (sync_cnt >= HCLGEVF_MAX_SYNC_COUNT) in hclgevf_sync_vlan_filter()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c9197 int i, ret, sync_cnt = 0; in hclge_sync_vlan_filter() local
9216 sync_cnt++; in hclge_sync_vlan_filter()
9217 if (sync_cnt >= HCLGE_MAX_SYNC_COUNT) in hclge_sync_vlan_filter()
/Linux-v5.10/include/linux/
Dnetdevice.h218 int sync_cnt; member