Searched refs:expected_ack (Results 1 – 2 of 2) sorted by relevance
138 u32 expected_ack, pdn_ack = pd->data->sram_pdn_ack_bits; in scpsys_sram_enable() local145 expected_ack = pdn_ack; in scpsys_sram_enable()148 expected_ack = 0; in scpsys_sram_enable()153 (tmp & pdn_ack) == expected_ack, in scpsys_sram_enable()169 u32 expected_ack, pdn_ack = pd->data->sram_pdn_ack_bits; in scpsys_sram_disable() local181 expected_ack = 0; in scpsys_sram_disable()184 expected_ack = pdn_ack; in scpsys_sram_disable()189 (tmp & pdn_ack) == expected_ack, in scpsys_sram_disable()217 u32 expected_ack; in scpsys_bus_protect_clear() local220 expected_ack = (bpd->bus_prot_sta_block == BUS_PROT_BLOCK_INFRA_NAO ? sta_mask : 0); in scpsys_bus_protect_clear()[all …]
2376 u64 srtt_in_ns, expected_ack, how_far_is_the_ack; in tcp_tso_should_defer() local2441 expected_ack = head->tstamp + srtt_in_ns; in tcp_tso_should_defer()2443 how_far_is_the_ack = expected_ack - tp->tcp_clock_cache; in tcp_tso_should_defer()