Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Ddev_addr_lists.c42 ha->sync_cnt = 0; in __hw_addr_create_ex()
144 false, true, ha->sync_cnt); in __hw_addr_sync_one()
149 ha->sync_cnt++; in __hw_addr_sync_one()
167 ha->sync_cnt--; in __hw_addr_unsync_one()
180 if (ha->sync_cnt == ha->refcount) { in __hw_addr_sync_multiple()
204 if (!ha->sync_cnt) { in __hw_addr_sync()
222 if (ha->sync_cnt) in __hw_addr_unsync()
252 if (!ha->sync_cnt || ha->refcount != 1) in __hw_addr_sync_dev()
259 ha->sync_cnt--; in __hw_addr_sync_dev()
265 if (ha->sync_cnt) in __hw_addr_sync_dev()
[all …]
/linux-4.4.14/include/linux/
Dnetdevice.h206 int sync_cnt; member