Searched refs:tty_wr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/caif/ |
H A D | caif_serial.c | 213 int tty_wr, len, room; in handle_tx() local 237 tty_wr = tty->ops->write(tty, skb->data, len); in handle_tx() 240 tty_wr = len; in handle_tx() 244 ser->dev->stats.tx_bytes += tty_wr; in handle_tx() 247 if (tty_wr < 0) in handle_tx() 250 skb_pull(skb, tty_wr); in handle_tx() 266 return tty_wr; in handle_tx()
|
/kernel/linux/linux-6.6/drivers/net/caif/ |
H A D | caif_serial.c | 212 int tty_wr, len, room; in handle_tx() local 236 tty_wr = tty->ops->write(tty, skb->data, len); in handle_tx() 239 tty_wr = len; in handle_tx() 243 ser->dev->stats.tx_bytes += tty_wr; in handle_tx() 246 if (tty_wr < 0) in handle_tx() 249 skb_pull(skb, tty_wr); in handle_tx() 265 return tty_wr; in handle_tx()
|
Completed in 3 milliseconds