Searched refs:RXRPC_RX_ANNO_JUMBO (Results 1 – 2 of 2) sorted by relevance
200 if (call->rxtx_annotations[ix] & RXRPC_RX_ANNO_JUMBO) in rxrpc_rotate_rx_window()201 serial += (call->rxtx_annotations[ix] & RXRPC_RX_ANNO_JUMBO) - 1; in rxrpc_rotate_rx_window()246 if ((annotation & RXRPC_RX_ANNO_JUMBO) > 1) { in rxrpc_verify_packet()251 seq += (annotation & RXRPC_RX_ANNO_JUMBO) - 1; in rxrpc_verify_packet()279 if ((annotation & RXRPC_RX_ANNO_JUMBO) > 0) { in rxrpc_locate_data()280 offset += (((annotation & RXRPC_RX_ANNO_JUMBO) - 1) * in rxrpc_locate_data()
607 #define RXRPC_RX_ANNO_JUMBO 0x3f /* Jumbo subpacket number + 1 if not zero */ macro