Lines Matching refs:annotation
164 u8 annotation, anno_type, retrans = 0, unacked = 0; in rxrpc_resend() local
195 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
196 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
197 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
210 if (!(annotation & RXRPC_TX_ANNO_RESENT)) in rxrpc_resend()
215 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend()
217 trace_rxrpc_retransmit(call, seq, annotation | anno_type, in rxrpc_resend()
252 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
253 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
278 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
279 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
282 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
283 annotation |= RXRPC_TX_ANNO_UNACK; in rxrpc_resend()
285 annotation |= RXRPC_TX_ANNO_RESENT; in rxrpc_resend()
286 call->rxtx_annotations[ix] = annotation; in rxrpc_resend()