/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-bcm63xx.c | 236 bool do_tx = false; in bcm63xx_txrx_bufs() local 250 do_tx = true; in bcm63xx_txrx_bufs() 276 if (do_rx && do_tx && prepend_len == 0) in bcm63xx_txrx_bufs() 280 else if (do_tx) in bcm63xx_txrx_bufs()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-bcm63xx.c | 226 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | psock_snd.c | 218 static int do_tx(void) in do_tx() function 369 total_len = do_tx(); in run_test()
|
H A D | msg_zerocopy.c | 481 static void do_tx(int domain, int type, int protocol) in do_tx() function 691 do_tx(domain, type, protocol); in do_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | psock_snd.c | 218 static int do_tx(void) in do_tx() function 369 total_len = do_tx(); in run_test()
|
H A D | io_uring_zerocopy_tx.c | 358 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 D | msg_zerocopy.c | 481 static void do_tx(int domain, int type, int protocol) in do_tx() function 691 do_tx(domain, type, protocol); in do_test()
|
H A D | csum.c | 895 static void do_tx(void) in do_tx() function 981 do_tx(); in main()
|
/kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
H A D | gdm_usb.c | 48 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
|
/kernel/linux/linux-6.6/drivers/staging/gdm724x/ |
H A D | gdm_usb.c | 48 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
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | wsm.c | 1467 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | wsm.c | 1467 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 462 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 462 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()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | zatm.c | 120 #define RING_BUSY 1 /* indication from do_tx that PDU has to be 632 static int do_tx(struct sk_buff *skb) in do_tx() function 640 EVENT("do_tx\n",0,0); in do_tx() 735 if (do_tx(skb) == RING_BUSY) { in dequeue_tx() 1534 error = do_tx(skb); in zatm_send()
|
H A D | eni.c | 1027 static enum enq_res do_tx(struct sk_buff *skb) in do_tx() function 1039 DPRINTK(">do_tx\n"); in do_tx() 1041 EVENT("do_tx: skb=0x%lx, %ld bytes\n",(unsigned long) skb,skb->len); in do_tx() 1194 res = do_tx(skb); in poll_tx() 2060 res = do_tx(skb); in eni_send()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | eni.c | 1027 static enum enq_res do_tx(struct sk_buff *skb) in do_tx() function 1039 DPRINTK(">do_tx\n"); in do_tx() 1041 EVENT("do_tx: skb=0x%lx, %ld bytes\n",(unsigned long) skb,skb->len); in do_tx() 1194 res = do_tx(skb); in poll_tx() 2060 res = do_tx(skb); in eni_send()
|