Home
last modified time | relevance | path

Searched refs:sync_cnt (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A 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...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dcpsw_new.c153 /* vlan address is relevant if its sync_cnt != 0 */ in cpsw_update_vlan_mc()
156 found = ha->sync_cnt; in cpsw_update_vlan_mc()
218 /* vlan address is relevant if its sync_cnt != 0 */ in cpsw_purge_vlan_mc()
221 found = ha->sync_cnt; in cpsw_purge_vlan_mc()
H A Dcpsw.c212 /* vlan address is relevant if its sync_cnt != 0 */ in cpsw_update_vlan_mc()
215 found = ha->sync_cnt; in cpsw_update_vlan_mc()
277 /* vlan address is relevant if its sync_cnt != 0 */ in cpsw_purge_vlan_mc()
280 found = ha->sync_cnt; in cpsw_purge_vlan_mc()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dcpsw_new.c155 /* vlan address is relevant if its sync_cnt != 0 */ in cpsw_update_vlan_mc()
158 found = ha->sync_cnt; in cpsw_update_vlan_mc()
220 /* vlan address is relevant if its sync_cnt != 0 */ in cpsw_purge_vlan_mc()
223 found = ha->sync_cnt; in cpsw_purge_vlan_mc()
H A Dcpsw.c212 /* vlan address is relevant if its sync_cnt != 0 */ in cpsw_update_vlan_mc()
215 found = ha->sync_cnt; in cpsw_update_vlan_mc()
277 /* vlan address is relevant if its sync_cnt != 0 */ in cpsw_purge_vlan_mc()
280 found = ha->sync_cnt; in cpsw_purge_vlan_mc()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1643 int ret, sync_cnt = 0; in hclgevf_sync_vlan_filter() local
1654 sync_cnt++; in hclgevf_sync_vlan_filter()
1655 if (sync_cnt >= HCLGEVF_MAX_SYNC_COUNT) in hclgevf_sync_vlan_filter()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1235 int ret, sync_cnt = 0; in hclgevf_sync_vlan_filter() local
1250 sync_cnt++; in hclgevf_sync_vlan_filter()
1251 if (sync_cnt >= HCLGEVF_MAX_SYNC_COUNT) in hclgevf_sync_vlan_filter()
/kernel/linux/linux-6.6/include/linux/
H A Dnetdevice.h248 int sync_cnt; member
273 if ((_ha)->sync_cnt)
281 if ((_ha)->sync_cnt)
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c9239 int i, ret, sync_cnt = 0; in hclge_sync_vlan_filter() local
9258 sync_cnt++; in hclge_sync_vlan_filter()
9259 if (sync_cnt >= HCLGE_MAX_SYNC_COUNT) in hclge_sync_vlan_filter()
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h225 int sync_cnt; member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c10534 int i, ret, sync_cnt = 0; in hclge_sync_vlan_filter() local
10557 sync_cnt++; in hclge_sync_vlan_filter()
10558 if (sync_cnt >= HCLGE_MAX_SYNC_COUNT) { in hclge_sync_vlan_filter()

Completed in 63 milliseconds