Lines Matching refs:annotation
164 u8 annotation, anno_type, retrans = 0, unacked = 0; in rxrpc_resend() local
187 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
188 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
189 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
202 if (!(annotation & RXRPC_TX_ANNO_RESENT)) in rxrpc_resend()
207 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend()
209 trace_rxrpc_retransmit(call, seq, annotation | anno_type, in rxrpc_resend()
244 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
245 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
253 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
254 annotation |= RXRPC_TX_ANNO_UNACK | RXRPC_TX_ANNO_RESENT; in rxrpc_resend()
255 call->rxtx_annotations[ix] = annotation; in rxrpc_resend()