Searched refs:send_tx_packet (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/sparc/kernel/ | 
| D | ldc.c | 340 static int send_tx_packet(struct ldc_channel *lp,  in send_tx_packet()  function381 		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 …]
 
 | 
| /Linux-v5.4/drivers/staging/gdm724x/ | 
| D | gdm_usb.c | 562 static int send_tx_packet(struct usb_device *usbdev, struct usb_tx *t, u32 len)  in send_tx_packet()  function692 	if (send_tx_packet(usbdev, t, len)) {  in do_tx()
 
 |