Lines Matching refs:rtk_work
514 struct apple_rtkit_rx_work *rtk_work =
516 struct apple_rtkit *rtk = rtk_work->rtk;
518 switch (rtk_work->ep) {
520 apple_rtkit_management_rx(rtk, rtk_work->msg);
523 apple_rtkit_crashlog_rx(rtk, rtk_work->msg);
526 apple_rtkit_syslog_rx(rtk, rtk_work->msg);
529 apple_rtkit_ioreport_rx(rtk, rtk_work->msg);
532 apple_rtkit_oslog_rx(rtk, rtk_work->msg);
536 rtk->ops->recv_message(rtk->cookie, rtk_work->ep,
537 rtk_work->msg);
542 rtk_work->ep, rtk_work->msg);
547 rtk_work->ep, rtk_work->msg);
550 kfree(rtk_work);