Searched refs:ldc_packet (Results 1 – 1 of 1) sorted by relevance
43 struct ldc_packet { struct122 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()[all …]