Home
last modified time | relevance | path

Searched refs:ldc_packet (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/arch/sparc/kernel/
Dldc.c43 struct ldc_packet { struct
122 struct ldc_packet *tx_base;
130 struct ldc_packet *rx_base;
220 static struct ldc_packet *handshake_get_tx_packet(struct ldc_channel *lp, in handshake_get_tx_packet()
223 struct ldc_packet *p; in handshake_get_tx_packet()
275 static struct ldc_packet *data_get_tx_packet(struct ldc_channel *lp, in data_get_tx_packet()
278 struct ldc_packet *p; in data_get_tx_packet()
341 struct ldc_packet *p, in send_tx_packet()
349 static struct ldc_packet *handshake_compose_ctrl(struct ldc_channel *lp, in handshake_compose_ctrl()
354 struct ldc_packet *p = handshake_get_tx_packet(lp, new_tail); in handshake_compose_ctrl()
[all …]