Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-bcm63xx.c226 bool do_tx = false; in bcm63xx_txrx_bufs() local
240 do_tx = true; in bcm63xx_txrx_bufs()
266 if (do_rx && do_tx && prepend_len == 0) in bcm63xx_txrx_bufs()
270 else if (do_tx) in bcm63xx_txrx_bufs()
/openbmc/libmctp/tests/fuzz/
H A Di2c-fuzz.c151 static void do_tx(struct fuzz_ctx *ctx) in do_tx() function
244 do_tx(ctx); in LLVMFuzzerTestOneInput()
/openbmc/linux/drivers/staging/gdm724x/
H A DTODO11 - No error checking for alloc_tx_struct in do_tx()
H A Dgdm_usb.c48 static void do_tx(struct work_struct *work);
351 INIT_DELAYED_WORK(&udev->work_tx, do_tx); in init_usb()
638 static void do_tx(struct work_struct *work) in do_tx() function
/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_snd.c218 static int do_tx(void) in do_tx() function
369 total_len = do_tx(); in run_test()
H A Dio_uring_zerocopy_tx.c358 static void do_tx(int domain, int type, int protocol) in do_tx() function
482 do_tx(domain, type, protocol); in do_test()
H A Dmsg_zerocopy.c485 static void do_tx(int domain, int type, int protocol) in do_tx() function
698 do_tx(domain, type, protocol); in do_test()
H A Dcsum.c907 static void do_tx(void) in do_tx() function
993 do_tx(); in main()
/openbmc/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()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c462 static int do_tx(int fd, const char *pkt, int len) in do_tx() function
529 tx += do_tx(fdt, buf, len); in do_main()
/openbmc/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()