Searched refs:do_rx (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/spi/ |
D | spi-bcm63xx.c | 243 bool do_rx = false; in bcm63xx_txrx_bufs() local 267 do_rx = true; in bcm63xx_txrx_bufs() 284 if (do_rx && do_tx && prepend_len == 0) in bcm63xx_txrx_bufs() 286 else if (do_rx) in bcm63xx_txrx_bufs() 313 if (!do_rx) in bcm63xx_txrx_bufs()
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | psock_snd.c | 274 static void do_rx(int fd, int expected_len, char *expected) in do_rx() function 373 do_rx(fds, total_len - sizeof(struct virtio_net_hdr), in run_test() 376 do_rx(fdr, cfg_payload_len, tbuf + total_len - cfg_payload_len); in run_test()
|
D | msg_zerocopy.c | 652 static void do_rx(int domain, int type, int protocol) in do_rx() function 689 do_rx(domain, type, protocol); in do_test()
|
/Linux-v4.19/drivers/staging/gdm724x/ |
D | gdm_mux.c | 206 static void do_rx(struct work_struct *work) in do_rx() function 489 INIT_DELAYED_WORK(&mux_dev->work_rx, do_rx); in init_usb()
|
D | gdm_usb.c | 49 static void do_rx(struct work_struct *work); 348 INIT_DELAYED_WORK(&udev->work_rx, do_rx); in init_usb() 377 static void do_rx(struct work_struct *work) in do_rx() function
|