Home
last modified time | relevance | path

Searched defs:to_send (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/serial/
H A Dsc16is7xx.c352 static void sc16is7xx_fifo_write(struct uart_port *port, u8 *txbuf, u8 to_send) in sc16is7xx_fifo_write()
/linux/tools/testing/selftests/net/
H A Dtls.c450 int to_send = strlen(test_str) + 1; in TEST_F() local