Lines Matching refs:annotation
164 u8 annotation, anno_type, retrans = 0, unacked = 0; in rxrpc_resend() local
189 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
190 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
191 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
204 if (!(annotation & RXRPC_TX_ANNO_RESENT)) in rxrpc_resend()
209 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend()
211 trace_rxrpc_retransmit(call, seq, annotation | anno_type, in rxrpc_resend()
246 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
247 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
255 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
256 annotation |= RXRPC_TX_ANNO_UNACK | RXRPC_TX_ANNO_RESENT; in rxrpc_resend()
257 call->rxtx_annotations[ix] = annotation; in rxrpc_resend()