Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-bcm63xx.c244 bool do_tx = false; in bcm63xx_txrx_bufs() local
258 do_tx = true; in bcm63xx_txrx_bufs()
284 if (do_rx && do_tx && prepend_len == 0) in bcm63xx_txrx_bufs()
288 else if (do_tx) in bcm63xx_txrx_bufs()
/Linux-v4.19/drivers/staging/gdm724x/
DTODO11 - No error checking for alloc_tx_struct in do_tx()
Dgdm_usb.c48 static void do_tx(struct work_struct *work);
347 INIT_DELAYED_WORK(&udev->work_tx, do_tx); in init_usb()
634 static void do_tx(struct work_struct *work) in do_tx() function
/Linux-v4.19/tools/testing/selftests/net/
Dpsock_snd.c218 static int do_tx(void) in do_tx() function
369 total_len = do_tx(); in run_test()
Dmsg_zerocopy.c482 static void do_tx(int domain, int type, int protocol) in do_tx() function
691 do_tx(domain, type, protocol); in do_test()
/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dwsm.c1472 do_tx, in wsm_handle_tx_data() enumerator
1473 } action = do_tx; in wsm_handle_tx_data()
1478 action = do_tx; in wsm_handle_tx_data()
1509 action = do_tx; /* TODO: Test me! */ in wsm_handle_tx_data()
1517 if (action == do_tx) { in wsm_handle_tx_data()
1571 case do_tx: in wsm_handle_tx_data()
/Linux-v4.19/drivers/atm/
Dzatm.c631 static int do_tx(struct sk_buff *skb) in do_tx() function
734 if (do_tx(skb) == RING_BUSY) { in dequeue_tx()
1547 error = do_tx(skb); in zatm_send()
Deni.c1031 static enum enq_res do_tx(struct sk_buff *skb) in do_tx() function
1194 res = do_tx(skb); in poll_tx()
2075 res = do_tx(skb); in eni_send()