Lines Matching refs:ldc_packet

43 struct ldc_packet {  struct
122 struct ldc_packet *tx_base;
130 struct ldc_packet *rx_base;
227 static struct ldc_packet *handshake_get_tx_packet(struct ldc_channel *lp, in handshake_get_tx_packet()
230 struct ldc_packet *p; in handshake_get_tx_packet()
282 static struct ldc_packet *data_get_tx_packet(struct ldc_channel *lp, in data_get_tx_packet()
285 struct ldc_packet *p; in data_get_tx_packet()
348 struct ldc_packet *p, in send_tx_packet()
356 static struct ldc_packet *handshake_compose_ctrl(struct ldc_channel *lp, in handshake_compose_ctrl()
361 struct ldc_packet *p = handshake_get_tx_packet(lp, new_tail); in handshake_compose_ctrl()
376 struct ldc_packet *p; in start_handshake()
399 struct ldc_packet *p; in send_version_nack()
420 struct ldc_packet *p; in send_version_ack()
436 struct ldc_packet *p; in send_rts()
456 struct ldc_packet *p; in send_rtr()
475 struct ldc_packet *p; in send_rdx()
493 static int send_data_nack(struct ldc_channel *lp, struct ldc_packet *data_pkt) in send_data_nack()
495 struct ldc_packet *p; in send_data_nack()
634 struct ldc_packet *p; in process_ver_nack()
654 struct ldc_packet *p) in process_version()
676 struct ldc_packet *p) in process_rts()
696 struct ldc_packet *p) in process_rtr()
719 struct ldc_packet *p) in process_rdx()
737 struct ldc_packet *p) in process_control_frame()
758 struct ldc_packet *p) in process_error_frame()
764 struct ldc_packet *ack) in process_data_ack()
770 struct ldc_packet *p = lp->tx_base + (head / LDC_PACKET_SIZE); in process_data_ack()
860 struct ldc_packet *p; in ldc_rx()
970 struct ldc_packet **base, unsigned long *ra) in alloc_queue()
993 static void free_queue(unsigned long num_entries, struct ldc_packet *q) in free_queue()
1452 struct ldc_packet *p; in write_raw()
1474 struct ldc_packet *p; in read_raw()
1538 struct ldc_packet *p = lp->tx_base + (tail / LDC_PACKET_SIZE); in write_nonraw()
1583 static int rx_bad_seq(struct ldc_channel *lp, struct ldc_packet *p, in rx_bad_seq()
1584 struct ldc_packet *first_frag) in rx_bad_seq()
1602 static int data_ack_nack(struct ldc_channel *lp, struct ldc_packet *p) in data_ack_nack()
1662 struct ldc_packet *p; in send_data_ack()
1683 struct ldc_packet *first_frag; in read_nonraw()
1705 struct ldc_packet *p; in read_nonraw()