Lines Matching refs:ptl
258 status = ssh_ptl_submit(&rtl->ptl, &rqst->packet); in ssh_rtl_tx_try_process_one()
391 if (cmpxchg(&rqst->packet.ptl, NULL, &rtl->ptl)) { in ssh_rtl_submit()
619 if (flags == fixed && !READ_ONCE(r->packet.ptl)) { in ssh_rtl_cancel_nonpending()
674 if (!READ_ONCE(r->packet.ptl)) { in ssh_rtl_cancel_pending()
911 struct ssh_rtl *rtl = to_ssh_rtl(p, ptl); in ssh_rtl_rx_command()
1033 status = ssh_ptl_init(&rtl->ptl, serdev, &ptl_ops); in ssh_rtl_init()
1067 ssh_ptl_destroy(&rtl->ptl); in ssh_rtl_destroy()
1080 status = ssh_ptl_tx_start(&rtl->ptl); in ssh_rtl_start()
1086 status = ssh_ptl_rx_start(&rtl->ptl); in ssh_rtl_start()
1089 ssh_ptl_tx_stop(&rtl->ptl); in ssh_rtl_start()
1235 ssh_ptl_shutdown(&rtl->ptl); in ssh_rtl_shutdown()