Searched refs:do_rx (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/spi/ |
A D | spi-bcm63xx.c | 235 bool do_rx = false; in bcm63xx_txrx_bufs() local 259 do_rx = true; in bcm63xx_txrx_bufs() 276 if (do_rx && do_tx && prepend_len == 0) in bcm63xx_txrx_bufs() 278 else if (do_rx) in bcm63xx_txrx_bufs() 305 if (!do_rx) in bcm63xx_txrx_bufs()
|
/linux/tools/testing/selftests/net/ |
A 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()
|
A D | msg_zerocopy.c | 651 static void do_rx(int domain, int type, int protocol) in do_rx() function 689 do_rx(domain, type, protocol); in do_test()
|
/linux/tools/testing/selftests/bpf/ |
A D | test_flow_dissector.c | 492 static int do_rx(int fd) in do_rx() function 532 rx += do_rx(fdr); in do_main() 559 rx += do_rx(fdr); in do_main()
|
/linux/drivers/staging/gdm724x/ |
A D | gdm_usb.c | 49 static void do_rx(struct work_struct *work); 352 INIT_DELAYED_WORK(&udev->work_rx, do_rx); in init_usb() 381 static void do_rx(struct work_struct *work) in do_rx() function
|
A D | gdm_mux.c | 205 static void do_rx(struct work_struct *work) in do_rx() function 488 INIT_DELAYED_WORK(&mux_dev->work_rx, do_rx); in init_usb()
|
Completed in 13 milliseconds