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