Lines Matching refs:annotation
204 u8 annotation; in rxrpc_rotate_tx_window() local
219 annotation = call->rxtx_annotations[ix]; in rxrpc_rotate_tx_window()
226 if (annotation & RXRPC_TX_ANNO_LAST) { in rxrpc_rotate_tx_window()
230 if ((annotation & RXRPC_TX_ANNO_MASK) != RXRPC_TX_ANNO_ACK) in rxrpc_rotate_tx_window()
474 u8 flags, annotation = j; in rxrpc_input_data() local
500 trace_rxrpc_rx_data(call->debug_id, seq, serial, flags, annotation); in rxrpc_input_data()
547 call->rxtx_annotations[ix] = annotation; in rxrpc_input_data()
683 u8 annotation = call->rxtx_annotations[ix]; in rxrpc_input_check_for_lost_ack() local
684 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
688 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
689 annotation |= RXRPC_TX_ANNO_RETRANS; in rxrpc_input_check_for_lost_ack()
690 call->rxtx_annotations[ix] = annotation; in rxrpc_input_check_for_lost_ack()
771 u8 annotation, anno_type; in rxrpc_input_soft_acks() local
775 annotation = call->rxtx_annotations[ix]; in rxrpc_input_soft_acks()
776 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
777 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
785 RXRPC_TX_ANNO_ACK | annotation; in rxrpc_input_soft_acks()
800 RXRPC_TX_ANNO_NAK | annotation; in rxrpc_input_soft_acks()