Lines Matching refs:rtk_work
530 struct apple_rtkit_rx_work *rtk_work = in apple_rtkit_rx_work() local
532 struct apple_rtkit *rtk = rtk_work->rtk; in apple_rtkit_rx_work()
534 switch (rtk_work->ep) { in apple_rtkit_rx_work()
536 apple_rtkit_management_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
539 apple_rtkit_crashlog_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
542 apple_rtkit_syslog_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
545 apple_rtkit_ioreport_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
548 apple_rtkit_oslog_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
552 rtk->ops->recv_message(rtk->cookie, rtk_work->ep, in apple_rtkit_rx_work()
553 rtk_work->msg); in apple_rtkit_rx_work()
558 rtk_work->ep, rtk_work->msg); in apple_rtkit_rx_work()
563 rtk_work->ep, rtk_work->msg); in apple_rtkit_rx_work()
566 kfree(rtk_work); in apple_rtkit_rx_work()