Searched refs:sync_cnt (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | dev_addr_lists.c | 38 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 D | dev_addr_lists.c | 68 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 D | cpsw_new.c | 153 /* 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 D | cpsw.c | 212 /* 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 D | cpsw_new.c | 155 /* 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 D | cpsw.c | 212 /* 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 D | hclgevf_main.c | 1643 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 D | hclgevf_main.c | 1235 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 D | netdevice.h | 248 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 D | hclge_main.c | 9239 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 D | netdevice.h | 225 int sync_cnt; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 10534 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