Searched refs:send_tx_packet (Results 1 – 1 of 1) sorted by relevance
/arch/sparc/kernel/ |
D | ldc.c | 340 static int send_tx_packet(struct ldc_channel *lp, in send_tx_packet() function 381 int err = send_tx_packet(lp, p, new_tail); in start_handshake() 405 return send_tx_packet(lp, p, new_tail); in send_version_nack() 422 return send_tx_packet(lp, p, new_tail); in send_version_ack() 442 return send_tx_packet(lp, p, new_tail); in send_rts() 461 return send_tx_packet(lp, p, new_tail); in send_rtr() 481 return send_tx_packet(lp, p, new_tail); in send_rdx() 505 err = send_tx_packet(lp, p, new_tail); in send_data_nack() 644 return send_tx_packet(lp, p, new_tail); in process_ver_nack() 1523 err = send_tx_packet(lp, p, new_tail); in write_raw() [all …]
|