Lines Matching refs:rtk_work
501 struct apple_rtkit_rx_work *rtk_work = in apple_rtkit_rx_work() local
503 struct apple_rtkit *rtk = rtk_work->rtk; in apple_rtkit_rx_work()
505 switch (rtk_work->ep) { in apple_rtkit_rx_work()
507 apple_rtkit_management_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
510 apple_rtkit_crashlog_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
513 apple_rtkit_syslog_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
516 apple_rtkit_ioreport_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
519 apple_rtkit_oslog_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
523 rtk->ops->recv_message(rtk->cookie, rtk_work->ep, in apple_rtkit_rx_work()
524 rtk_work->msg); in apple_rtkit_rx_work()
529 rtk_work->ep, rtk_work->msg); in apple_rtkit_rx_work()
534 rtk_work->ep, rtk_work->msg); in apple_rtkit_rx_work()
537 kfree(rtk_work); in apple_rtkit_rx_work()