Searched refs:sync_data (Results 1 – 4 of 4) sorted by relevance
161 struct mgmt_event_wait *sync_data = in mgmt_run_callbacks() local165 if (sync_data->iface && in mgmt_run_callbacks()166 sync_data->iface != mgmt_event->iface) { in mgmt_run_callbacks()173 sync_data->iface = mgmt_event->iface; in mgmt_run_callbacks()221 struct mgmt_event_wait sync_data = { in mgmt_event_wait_call() local222 .sync_call = Z_SEM_INITIALIZER(sync_data.sync_call, 0, 1), in mgmt_event_wait_call()225 .sync_call = &sync_data.sync_call, in mgmt_event_wait_call()231 sync_data.iface = iface; in mgmt_event_wait_call()253 *event_iface = sync_data.iface; in mgmt_event_wait_call()
228 ring->curr.sync_data.signature = PAX_DMA_WRITE_SYNC_SIGNATURE; in prepare_ring()229 ring->curr.sync_data.ring = ring->idx; in prepare_ring()231 ring->curr.sync_data.opaque = 0x0; in prepare_ring()233 ring->curr.sync_data.total_pkts = 0x0; in prepare_ring()433 sent = &(ring->curr.sync_data); in poll_on_write_sync()775 ring->curr.sync_data.opaque = ring->curr.opq; in dma_iproc_pax_do_xfer()776 ring->curr.sync_data.total_pkts = pl_len; in dma_iproc_pax_do_xfer()778 (void *)&(ring->curr.sync_data), 4); in dma_iproc_pax_do_xfer()
249 ring->curr.sync_data.signature = PAX_DMA_WRITE_SYNC_SIGNATURE; in prepare_ring()250 ring->curr.sync_data.ring = ring->idx; in prepare_ring()252 ring->curr.sync_data.opaque = 0x0; in prepare_ring()254 ring->curr.sync_data.total_pkts = 0x0; in prepare_ring()517 sent = &(ring->curr.sync_data); in poll_on_write_sync()953 ring->curr.sync_data.opaque = ring->curr.opq; in dma_iproc_pax_process_dma_blocks()954 ring->curr.sync_data.total_pkts = config->block_count; in dma_iproc_pax_process_dma_blocks()956 (void *)&(ring->curr.sync_data), 4); in dma_iproc_pax_process_dma_blocks()
457 struct dma_iproc_pax_write_sync_data sync_data; member