Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dldc.c340 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 …]
/openbmc/linux/drivers/staging/gdm724x/
H A Dgdm_usb.c566 static int send_tx_packet(struct usb_device *usbdev, struct usb_tx *t, u32 len) in send_tx_packet() function
696 if (send_tx_packet(usbdev, t, len)) { in do_tx()