Home
last modified time | relevance | path

Searched refs:tx_start (Results 1 – 2 of 2) sorted by relevance

/net/rxrpc/
Dsendmsg.c55 rxrpc_seq_t tx_start, tx_win; in rxrpc_wait_for_tx_window_nonintr() local
65 tx_start = READ_ONCE(call->tx_hard_ack); in rxrpc_wait_for_tx_window_nonintr()
81 tx_win == tx_start && signal_pending(current)) in rxrpc_wait_for_tx_window_nonintr()
84 if (tx_win != tx_start) { in rxrpc_wait_for_tx_window_nonintr()
86 tx_start = tx_win; in rxrpc_wait_for_tx_window_nonintr()
/net/nfc/nci/
Duart.c92 if (nu->ops.tx_start) in nci_uart_write_work()
93 nu->ops.tx_start(nu); in nci_uart_write_work()