Lines Matching defs:service
159 /* NTB connection setup service */
160 struct work_struct service;
166 container_of(__work, struct perf_peer, service)
243 * NTB cross-link commands execution service
271 * service work is using this method.
362 * since the method is used from service work only.
451 (void)queue_work(system_highpri_wq, &peer->service);
615 * the code architecture, even though this method is called from service
671 dev_dbg(&perf->ntb->dev, "Message service initialized\n");
676 dev_dbg(&perf->ntb->dev, "Message service unsupported\n");
684 dev_dbg(&perf->ntb->dev, "Scratchpad service initialized\n");
689 dev_dbg(&perf->ntb->dev, "Scratchpad service unsupported\n");
759 flush_work(&perf->peers[pidx].service);
1457 INIT_WORK(&peer->service, perf_service_work);