Lines Matching refs:annotation
220 u8 annotation; in rxrpc_rotate_tx_window() local
235 annotation = call->rxtx_annotations[ix]; in rxrpc_rotate_tx_window()
242 if (annotation & RXRPC_TX_ANNO_LAST) { in rxrpc_rotate_tx_window()
246 if ((annotation & RXRPC_TX_ANNO_MASK) != RXRPC_TX_ANNO_ACK) in rxrpc_rotate_tx_window()
490 u8 flags, annotation = j; in rxrpc_input_data() local
516 trace_rxrpc_rx_data(call->debug_id, seq, serial, flags, annotation); in rxrpc_input_data()
563 call->rxtx_annotations[ix] = annotation; in rxrpc_input_data()
679 u8 annotation = call->rxtx_annotations[ix]; in rxrpc_input_check_for_lost_ack() local
680 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
684 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
685 annotation |= RXRPC_TX_ANNO_RETRANS; in rxrpc_input_check_for_lost_ack()
686 call->rxtx_annotations[ix] = annotation; in rxrpc_input_check_for_lost_ack()
784 u8 annotation, anno_type; in rxrpc_input_soft_acks() local
788 annotation = call->rxtx_annotations[ix]; in rxrpc_input_soft_acks()
789 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
790 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
798 RXRPC_TX_ANNO_ACK | annotation; in rxrpc_input_soft_acks()
813 RXRPC_TX_ANNO_NAK | annotation; in rxrpc_input_soft_acks()