Lines Matching defs:packet
329 static bool __ssh_ptl_should_drop_ack_packet(struct ssh_packet *packet) in __ssh_ptl_should_drop_ack_packet()
341 static bool __ssh_ptl_should_drop_nak_packet(struct ssh_packet *packet) in __ssh_ptl_should_drop_nak_packet()
353 static bool __ssh_ptl_should_drop_dsq_packet(struct ssh_packet *packet) in __ssh_ptl_should_drop_dsq_packet()
366 static bool ssh_ptl_should_drop_packet(struct ssh_packet *packet) in ssh_ptl_should_drop_packet()
387 static int ssh_ptl_write_buf(struct ssh_ptl *ptl, struct ssh_packet *packet, in ssh_ptl_write_buf()
405 static void ssh_ptl_tx_inject_invalid_data(struct ssh_packet *packet) in ssh_ptl_tx_inject_invalid_data()
481 static inline bool ssh_ptl_should_drop_packet(struct ssh_packet *packet) in ssh_ptl_should_drop_packet()
487 struct ssh_packet *packet, in ssh_ptl_write_buf()
494 static inline void ssh_ptl_tx_inject_invalid_data(struct ssh_packet *packet) in ssh_ptl_tx_inject_invalid_data()
529 struct ssh_packet *ssh_packet_get(struct ssh_packet *packet) in ssh_packet_get()
547 void ssh_packet_put(struct ssh_packet *packet) in ssh_packet_put()
554 static u8 ssh_packet_get_seq(struct ssh_packet *packet) in ssh_packet_get_seq()
572 void ssh_packet_init(struct ssh_packet *packet, unsigned long type, in ssh_packet_init()
634 static int ssh_ctrl_packet_alloc(struct ssh_packet **packet, in ssh_ctrl_packet_alloc()
739 static int __ssh_ptl_queue_push(struct ssh_packet *packet) in __ssh_ptl_queue_push()
763 static int ssh_ptl_queue_push(struct ssh_packet *packet) in ssh_ptl_queue_push()
774 static void ssh_ptl_queue_remove(struct ssh_packet *packet) in ssh_ptl_queue_remove()
831 static void ssh_ptl_pending_remove(struct ssh_packet *packet) in ssh_ptl_pending_remove()
883 static bool ssh_ptl_tx_can_process(struct ssh_packet *packet) in ssh_ptl_tx_can_process()
904 struct ssh_packet *packet = ERR_PTR(-ENOENT); in ssh_ptl_tx_pop() local
973 static void ssh_ptl_tx_compl_success(struct ssh_packet *packet) in ssh_ptl_tx_compl_success()
998 static void ssh_ptl_tx_compl_error(struct ssh_packet *packet, int status) in ssh_ptl_tx_compl_error()
1051 static int ssh_ptl_tx_packet(struct ssh_ptl *ptl, struct ssh_packet *packet) in ssh_ptl_tx_packet()
1104 struct ssh_packet *packet; in ssh_ptl_tx_threadfn() local
1195 struct ssh_packet *packet = ERR_PTR(-ENOENT); in ssh_ptl_ack_pop() local
1237 static void ssh_ptl_wait_until_transmitted(struct ssh_packet *packet) in ssh_ptl_wait_until_transmitted()
1363 static int __ssh_ptl_resubmit(struct ssh_packet *packet) in __ssh_ptl_resubmit()
1651 struct ssh_packet *packet; in ssh_ptl_send_ack() local
1675 struct ssh_packet *packet; in ssh_ptl_send_nak() local