Home
last modified time | relevance | path

Searched refs:do_tx (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c94 static void do_tx(int domain, int type, int protocol) in do_tx() function
218 do_tx(domain, type, protocol); in do_test()
H A Dpsock_snd.c218 static int do_tx(void) in do_tx() function
369 total_len = do_tx(); in run_test()
H A Dmsg_zerocopy.c488 static void do_tx(int domain, int type, int protocol) in do_tx() function
701 do_tx(domain, type, protocol); in do_test()
/linux/drivers/net/wireless/st/cw1200/
H A Dwsm.c1467 do_tx, in wsm_handle_tx_data() enumerator
1468 } action = do_tx; in wsm_handle_tx_data()
1473 action = do_tx; in wsm_handle_tx_data()
1504 action = do_tx; /* TODO: Test me! */ in wsm_handle_tx_data()
1512 if (action == do_tx) { in wsm_handle_tx_data()
1566 case do_tx: in wsm_handle_tx_data()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_classification.c407 static int do_tx(int fd, const char *pkt, int len) in do_tx() function
468 if (!ASSERT_OK(do_tx(fdt, buf, len), "do_tx")) in run_test()
/linux/tools/testing/selftests/net/lib/
H A Dcsum.c917 static void do_tx(void) in do_tx() function
1003 do_tx(); in main()
/linux/drivers/atm/
H A Deni.c1027 static enum enq_res do_tx(struct sk_buff *skb) in do_tx() function
1194 res = do_tx(skb); in poll_tx()
2060 res = do_tx(skb); in eni_send()