Lines Matching defs:annotation
204 u8 annotation;
219 annotation = call->rxtx_annotations[ix];
226 if (annotation & RXRPC_TX_ANNO_LAST) {
230 if ((annotation & RXRPC_TX_ANNO_MASK) != RXRPC_TX_ANNO_ACK)
473 u8 flags, annotation = j;
499 trace_rxrpc_rx_data(call->debug_id, seq, serial, flags, annotation);
541 * pointer and that the buffer pointer is set after the annotation and
549 call->rxtx_annotations[ix] = annotation;
692 u8 annotation = call->rxtx_annotations[ix];
693 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK;
697 annotation &= ~RXRPC_TX_ANNO_MASK;
698 annotation |= RXRPC_TX_ANNO_RETRANS;
699 call->rxtx_annotations[ix] = annotation;
780 u8 annotation, anno_type;
784 annotation = call->rxtx_annotations[ix];
785 anno_type = annotation & RXRPC_TX_ANNO_MASK;
786 annotation &= ~RXRPC_TX_ANNO_MASK;
794 RXRPC_TX_ANNO_ACK | annotation;
809 RXRPC_TX_ANNO_NAK | annotation;