Lines Matching refs:annotation
170 u8 annotation, anno_type, retrans = 0, unacked = 0; in rxrpc_resend() local
201 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
202 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
203 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
216 if (!(annotation & RXRPC_TX_ANNO_RESENT)) in rxrpc_resend()
221 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend()
223 trace_rxrpc_retransmit(call, seq, annotation | anno_type, in rxrpc_resend()
258 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
259 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
284 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
285 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
288 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
289 annotation |= RXRPC_TX_ANNO_UNACK; in rxrpc_resend()
291 annotation |= RXRPC_TX_ANNO_RESENT; in rxrpc_resend()
292 call->rxtx_annotations[ix] = annotation; in rxrpc_resend()