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

/linux-master/net/core/
H A Ddev_addr_lists.c68 ha->sync_cnt = 0;
217 false, true, ha->sync_cnt, false);
222 ha->sync_cnt++;
240 ha->sync_cnt--;
253 if (ha->sync_cnt == ha->refcount) {
277 if (!ha->sync_cnt) {
295 if (ha->sync_cnt)
325 if (!ha->sync_cnt || ha->refcount != 1)
332 ha->sync_cnt--;
338 if (ha->sync_cnt)
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw.c212 /* vlan address is relevant if its sync_cnt != 0 */
215 found = ha->sync_cnt;
277 /* vlan address is relevant if its sync_cnt != 0 */
280 found = ha->sync_cnt;
H A Dcpsw_new.c155 /* vlan address is relevant if its sync_cnt != 0 */
158 found = ha->sync_cnt;
220 /* vlan address is relevant if its sync_cnt != 0 */
223 found = ha->sync_cnt;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1235 int ret, sync_cnt = 0; local
1250 sync_cnt++;
1251 if (sync_cnt >= HCLGEVF_MAX_SYNC_COUNT)
/linux-master/include/linux/
H A Dnetdevice.h242 int sync_cnt; member in struct:netdev_hw_addr
267 if ((_ha)->sync_cnt)
275 if ((_ha)->sync_cnt)
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c10546 int i, ret, sync_cnt = 0; local
10569 sync_cnt++;
10570 if (sync_cnt >= HCLGE_MAX_SYNC_COUNT) {

Completed in 320 milliseconds