Searched refs:do_rx (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/spi/ |
H A 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/tools/testing/selftests/net/ |
H 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()
|
H A D | msg_zerocopy.c | 658 static void do_rx(int domain, int type, int protocol) in do_rx() function 696 do_rx(domain, type, protocol); in do_test()
|
/linux/tools/testing/selftests/bpf/ |
H 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/tools/testing/selftests/net/lib/ |
H A D | csum.c | 949 static void do_rx(int fdp, int fdr) in do_rx() function 1006 do_rx(fdp, fdr); in main()
|