Lines Matching refs:hard
425 static void rxrpc_rotate_tx_window(struct rxrpc_call *call, u32 hard) in rxrpc_rotate_tx_window() argument
431 _enter("{%u,%u},%u", call->acks_hard, win, hard); in rxrpc_rotate_tx_window()
433 ASSERTCMP(hard - call->acks_hard, <=, win); in rxrpc_rotate_tx_window()
435 while (call->acks_hard < hard) { in rxrpc_rotate_tx_window()
639 u32 hard, tx; in rxrpc_process_rx_queue() local
680 hard = ntohl(ack.firstPacket); in rxrpc_process_rx_queue()
686 hard, in rxrpc_process_rx_queue()
716 if (hard > 0) { in rxrpc_process_rx_queue()
717 if (hard - 1 > tx) { in rxrpc_process_rx_queue()
720 hard - 1, tx); in rxrpc_process_rx_queue()
726 hard > tx) in rxrpc_process_rx_queue()
730 rxrpc_rotate_tx_window(call, hard - 1); in rxrpc_process_rx_queue()
734 if (hard - 1 + ack.nAcks > tx) { in rxrpc_process_rx_queue()
737 hard - 1, ack.nAcks, tx); in rxrpc_process_rx_queue()