Searched refs:send_tx_packet (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
D | ldc.c | 347 static int send_tx_packet(struct ldc_channel *lp, in send_tx_packet() function 388 int err = send_tx_packet(lp, p, new_tail); in start_handshake() 412 return send_tx_packet(lp, p, new_tail); in send_version_nack() 429 return send_tx_packet(lp, p, new_tail); in send_version_ack() 449 return send_tx_packet(lp, p, new_tail); in send_rts() 468 return send_tx_packet(lp, p, new_tail); in send_rtr() 488 return send_tx_packet(lp, p, new_tail); in send_rdx() 512 err = send_tx_packet(lp, p, new_tail); in send_data_nack() 650 return send_tx_packet(lp, p, new_tail); in process_ver_nack() 1465 err = send_tx_packet(lp, p, new_tail); in write_raw() [all …]
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | gdm_usb.c | 575 static int send_tx_packet(struct usb_device *usbdev, struct usb_tx *t, u32 len) in send_tx_packet() function 705 if (send_tx_packet(usbdev, t, len)) { in do_tx()
|