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

/linux-master/net/core/
H A Ddev_addr_lists.c67 ha->synced = sync ? 1 : 0;
108 if (ha->synced && sync_count)
111 ha->synced++;
146 if (sync && !ha->synced)
153 ha->synced--;
241 /* address on from list is not marked synced */
731 * addresses will only ever be synced to the @to devices and no other.
761 * device to be synced to multiple destination devices.
984 * source device to be synced to multiple destination devices.
/linux-master/drivers/media/pci/ttpci/
H A Dbudget-core.c151 int synced; local
160 synced = (*status & FE_HAS_LOCK);
161 if (synced != budget->fe_synced) {
162 budget->fe_synced = synced;
164 if (synced)
182 /* Ensure streamed PCI data is synced to CPU */
/linux-master/drivers/misc/mei/
H A Dvsc-tp.c168 bool synced = false; local
176 if (synced) {
183 synced = true;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr_tcam.c24 bool synced; member in struct:mlxsw_sp_mr_erif_sublist
98 sublist->synced = false;
133 if (curr_sublist->synced)
168 curr_sublist->synced = true;
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c206 bool synced)
208 if (!synced)
229 bool synced)
255 ionic_rx_add_skb_frag(q, skb, buf_info, headroom, frag_len, synced);
263 ionic_rx_add_skb_frag(q, skb, buf_info, 0, frag_len, synced);
279 bool synced)
300 if (!synced)
634 bool synced = false; local
653 synced = true;
660 headroom, len, synced);
202 ionic_rx_add_skb_frag(struct ionic_queue *q, struct sk_buff *skb, struct ionic_buf_info *buf_info, u32 off, u32 len, bool synced) argument
224 ionic_rx_build_skb(struct ionic_queue *q, struct ionic_rx_desc_info *desc_info, unsigned int headroom, unsigned int len, unsigned int num_sg_elems, bool synced) argument
274 ionic_rx_copybreak(struct net_device *netdev, struct ionic_queue *q, struct ionic_rx_desc_info *desc_info, unsigned int headroom, unsigned int len, bool synced) argument
[all...]
/linux-master/sound/firewire/bebob/
H A Dbebob_maudio.c159 /* if synced, this value is the same as SFC of FDF in CIP header */
424 bool synced = 0; local
426 err = check_clk_sync(bebob, METER_SIZE_SPECIAL, &synced);
428 uval->value.integer.value[0] = synced;
/linux-master/include/media/
H A Dvideobuf2-core.h262 * synced: this buffer has been synced for DMA, i.e. the
281 unsigned int synced:1; member in struct:vb2_buffer
371 * access/modify the buffer here as it is still synced for
376 * userspace; the buffer is synced for the CPU, so drivers
/linux-master/drivers/siox/
H A Dsiox-core.c116 * A device is called "connected" if it is synced and the watchdog is not
200 bool synced = true; local
223 synced = false;
239 if (!synced) {
/linux-master/sound/soc/codecs/
H A Dtscs454.c71 bool synced; member in struct:coeff_ram
410 coeff_ram_synced = &tscs454->dac_ram.synced;
417 coeff_ram_synced = &tscs454->spk_ram.synced;
424 coeff_ram_synced = &tscs454->sub_ram.synced;
470 if (!tscs454->dac_ram.synced) {
482 if (!tscs454->spk_ram.synced) {
494 if (!tscs454->sub_ram.synced) {
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c337 if (vb->synced)
340 vb->synced = 1;
353 if (!vb->synced)
356 vb->synced = 0;
1487 WARN_ON(vb->synced);
H A Dvideobuf2-v4l2.c572 vb->synced && vb->prepared)
/linux-master/drivers/staging/media/av7110/
H A Dav7110.c1254 /* Ensure streamed PCI data is synced to CPU */
1919 int synced = (status & FE_HAS_LOCK) ? 1 : 0; local
1923 if (av7110->fe_synced == synced)
1927 av7110->fe_synced = synced;
1934 if (synced) {
1951 av7110->fe_synced = synced;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3831 bool synced = false; local
3839 synced = true;
3848 if (unlikely(ret != 0 && !synced)) {
/linux-master/drivers/net/
H A Dmacvlan.c803 if (!vlan && ha->synced <= cutoff)
/linux-master/net/mac80211/
H A Dieee80211_i.h453 bool synced; member in struct:ieee80211_mgd_assoc_data
/linux-master/include/linux/
H A Dnetdevice.h244 int synced; member in struct:netdev_hw_addr

Completed in 221 milliseconds