Searched refs:ldc_packet (Results 1 – 1 of 1) sorted by relevance
38 struct ldc_packet { struct117 struct ldc_packet *tx_base;125 struct ldc_packet *rx_base;222 static struct ldc_packet *handshake_get_tx_packet(struct ldc_channel *lp, in handshake_get_tx_packet()225 struct ldc_packet *p; in handshake_get_tx_packet()277 static struct ldc_packet *data_get_tx_packet(struct ldc_channel *lp, in data_get_tx_packet()280 struct ldc_packet *p; in data_get_tx_packet()343 struct ldc_packet *p, in send_tx_packet()351 static struct ldc_packet *handshake_compose_ctrl(struct ldc_channel *lp, in handshake_compose_ctrl()356 struct ldc_packet *p = handshake_get_tx_packet(lp, new_tail); in handshake_compose_ctrl()[all …]