Searched refs:synced (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Ddev_addr_lists.c59 ha->synced = false;
160 if (!ha->synced) {
165 ha->synced = true;
183 if (ha->synced) {
186 ha->synced = false;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dbudget-core.c166 int synced; local
175 synced = (*status & FE_HAS_LOCK);
176 if (synced != budget->fe_synced) {
177 budget->fe_synced = synced;
179 if (synced)
197 /* Ensure streamed PCI data is synced to CPU */
H A Dav7110.c1267 /* Ensure streamed PCI data is synced to CPU */
1907 int synced = (status & FE_HAS_LOCK) ? 1 : 0; local
1911 if (av7110->fe_synced == synced)
1915 av7110->fe_synced = synced;
1922 if (synced) {
1939 av7110->fe_synced = synced;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnetdevice.h238 bool synced; member in struct:netdev_hw_addr

Completed in 66 milliseconds