Lines Matching defs:ptl

387 static int ssh_ptl_write_buf(struct ssh_ptl *ptl, struct ssh_packet *packet,  in ssh_ptl_write_buf()
431 static void ssh_ptl_rx_inject_invalid_syn(struct ssh_ptl *ptl, in ssh_ptl_rx_inject_invalid_syn()
448 static void ssh_ptl_rx_inject_invalid_data(struct ssh_ptl *ptl, in ssh_ptl_rx_inject_invalid_data()
486 static inline int ssh_ptl_write_buf(struct ssh_ptl *ptl, in ssh_ptl_write_buf()
498 static inline void ssh_ptl_rx_inject_invalid_syn(struct ssh_ptl *ptl, in ssh_ptl_rx_inject_invalid_syn()
503 static inline void ssh_ptl_rx_inject_invalid_data(struct ssh_ptl *ptl, in ssh_ptl_rx_inject_invalid_data()
663 static void ssh_ptl_timeout_reaper_mod(struct ssh_ptl *ptl, ktime_t now, in ssh_ptl_timeout_reaper_mod()
741 struct ssh_ptl *ptl = packet->ptl; in __ssh_ptl_queue_push() local
776 struct ssh_ptl *ptl = packet->ptl; in ssh_ptl_queue_remove() local
793 struct ssh_ptl *ptl = p->ptl; in ssh_ptl_pending_push() local
833 struct ssh_ptl *ptl = packet->ptl; in ssh_ptl_pending_remove() local
853 struct ssh_ptl *ptl = READ_ONCE(p->ptl); in __ssh_ptl_complete() local
885 struct ssh_ptl *ptl = packet->ptl; in ssh_ptl_tx_can_process() local
902 static struct ssh_packet *ssh_ptl_tx_pop(struct ssh_ptl *ptl) in ssh_ptl_tx_pop()
955 static struct ssh_packet *ssh_ptl_tx_next(struct ssh_ptl *ptl) in ssh_ptl_tx_next()
975 struct ssh_ptl *ptl = packet->ptl; in ssh_ptl_tx_compl_success() local
1018 static long ssh_ptl_tx_wait_packet(struct ssh_ptl *ptl) in ssh_ptl_tx_wait_packet()
1034 static long ssh_ptl_tx_wait_transfer(struct ssh_ptl *ptl, long timeout) in ssh_ptl_tx_wait_transfer()
1051 static int ssh_ptl_tx_packet(struct ssh_ptl *ptl, struct ssh_packet *packet) in ssh_ptl_tx_packet()
1101 struct ssh_ptl *ptl = data; in ssh_ptl_tx_threadfn() local
1138 static void ssh_ptl_tx_wakeup_packet(struct ssh_ptl *ptl) in ssh_ptl_tx_wakeup_packet()
1152 int ssh_ptl_tx_start(struct ssh_ptl *ptl) in ssh_ptl_tx_start()
1169 int ssh_ptl_tx_stop(struct ssh_ptl *ptl) in ssh_ptl_tx_stop()
1193 static struct ssh_packet *ssh_ptl_ack_pop(struct ssh_ptl *ptl, u8 seq_id) in ssh_ptl_ack_pop()
1244 static void ssh_ptl_acknowledge(struct ssh_ptl *ptl, u8 seq) in ssh_ptl_acknowledge()
1312 int ssh_ptl_submit(struct ssh_ptl *ptl, struct ssh_packet *p) in ssh_ptl_submit()
1398 static void ssh_ptl_resubmit_pending(struct ssh_ptl *ptl) in ssh_ptl_resubmit_pending()
1502 struct ssh_ptl *ptl = to_ssh_ptl(work, rtx_timeout.reaper.work); in ssh_ptl_timeout_reap() local
1599 static bool ssh_ptl_rx_retransmit_check(struct ssh_ptl *ptl, const struct ssh_frame *frame) in ssh_ptl_rx_retransmit_check()
1639 static void ssh_ptl_rx_dataframe(struct ssh_ptl *ptl, in ssh_ptl_rx_dataframe()
1649 static void ssh_ptl_send_ack(struct ssh_ptl *ptl, u8 seq) in ssh_ptl_send_ack()
1673 static void ssh_ptl_send_nak(struct ssh_ptl *ptl) in ssh_ptl_send_nak()
1697 static size_t ssh_ptl_rx_eval(struct ssh_ptl *ptl, struct ssam_span *source) in ssh_ptl_rx_eval()
1796 struct ssh_ptl *ptl = data; in ssh_ptl_rx_threadfn() local
1834 static void ssh_ptl_rx_wakeup(struct ssh_ptl *ptl) in ssh_ptl_rx_wakeup()
1845 int ssh_ptl_rx_start(struct ssh_ptl *ptl) in ssh_ptl_rx_start()
1864 int ssh_ptl_rx_stop(struct ssh_ptl *ptl) in ssh_ptl_rx_stop()
1890 ssize_t ssh_ptl_rx_rcvbuf(struct ssh_ptl *ptl, const u8 *buf, size_t n) in ssh_ptl_rx_rcvbuf()
1917 void ssh_ptl_shutdown(struct ssh_ptl *ptl) in ssh_ptl_shutdown()
2026 int ssh_ptl_init(struct ssh_ptl *ptl, struct serdev_device *serdev, in ssh_ptl_init()
2082 void ssh_ptl_destroy(struct ssh_ptl *ptl) in ssh_ptl_destroy()