Searched refs:send_tx_packet (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/sparc/kernel/ |
D | ldc.c | 342 static int send_tx_packet(struct ldc_channel *lp, in send_tx_packet() function 383 int err = send_tx_packet(lp, p, new_tail); in start_handshake() 407 return send_tx_packet(lp, p, new_tail); in send_version_nack() 424 return send_tx_packet(lp, p, new_tail); in send_version_ack() 444 return send_tx_packet(lp, p, new_tail); in send_rts() 463 return send_tx_packet(lp, p, new_tail); in send_rtr() 483 return send_tx_packet(lp, p, new_tail); in send_rdx() 507 err = send_tx_packet(lp, p, new_tail); in send_data_nack() 645 return send_tx_packet(lp, p, new_tail); in process_ver_nack() 1427 err = send_tx_packet(lp, p, new_tail); in write_raw() [all …]
|