Searched refs:unsent (Results 1 – 4 of 4) sorted by relevance
379 u8 unsent = FIELD_GET(RCAR_CAN_TFCR_TFUST, in rcar_can_tx_done() local382 if (priv->tx_head - priv->tx_tail <= unsent) in rcar_can_tx_done()
1215 u8 unsent, sent; in rcar_canfd_tx_done() local1225 unsent = RCANFD_CFSTS_CFMC(sts); in rcar_canfd_tx_done()1228 if (unsent != RCANFD_FIFO_DEPTH) in rcar_canfd_tx_done()1231 if (priv->tx_head - priv->tx_tail <= unsent) { in rcar_canfd_tx_done()
1149 ssize_t (*unsent)(struct vsock_sock *vsk); in vsock_linger() local1164 unsent = vsk->transport->unsent_bytes; in vsock_linger()1165 if (!unsent) in vsock_linger()1171 if (sk_wait_event(sk, &timeout, unsent(vsk) == 0, &wait)) in vsock_linger()
1224 A TCP socket can control the amount of unsent bytes in its write queue,1226 reports POLLOUT events if the amount of unsent bytes is below a per1230 This global variable controls the amount of unsent data for