Searched refs:do_rx (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/spi/ |
D | spi-bcm63xx.c | 225 bool do_rx = false; in bcm63xx_txrx_bufs() local 249 do_rx = true; in bcm63xx_txrx_bufs() 266 if (do_rx && do_tx && prepend_len == 0) in bcm63xx_txrx_bufs() 268 else if (do_rx) in bcm63xx_txrx_bufs() 295 if (!do_rx) in bcm63xx_txrx_bufs()
|
/Linux-v6.6/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 | 651 static void do_rx(int domain, int type, int protocol) in do_rx() function 689 do_rx(domain, type, protocol); in do_test()
|
D | csum.c | 927 static void do_rx(int fdp, int fdr) in do_rx() function 984 do_rx(fdp, fdr); in main()
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
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-v6.6/drivers/staging/gdm724x/ |
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()
|
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
|