Searched refs:need_resend (Results 1 – 6 of 6) sorted by relevance
184 new_state.need_resend = true; in icp_rm_try_to_deliver()301 if (!icp->state.need_resend) { in icp_rm_deliver_irq()367 resend = new_state.need_resend; in icp_rm_down_cppr()368 new_state.need_resend = 0; in icp_rm_down_cppr()489 resend = new_state.need_resend; in kvmppc_rm_h_ipi()490 new_state.need_resend = 0; in kvmppc_rm_h_ipi()
286 old.need_resend, old.out_ee); in icp_try_update()289 new.need_resend, new.out_ee); in icp_try_update()366 new_state.need_resend = true; in icp_try_to_deliver()486 if (!icp->state.need_resend) { in icp_deliver_irq()556 resend = new_state.need_resend; in icp_down_cppr()557 new_state.need_resend = 0; in icp_down_cppr()673 resend = new_state.need_resend; in kvmppc_h_ipi()674 new_state.need_resend = 0; in kvmppc_h_ipi()929 state.out_ee, state.need_resend); in xics_debug_show()1138 new_state.need_resend = old_state.need_resend; in kvmppc_xics_set_icp()[all …]
51 u8 need_resend:1; member
246 if (sp->need_resend) { in rxrpc_resend()247 sp->need_resend = false; in rxrpc_resend()268 sp->need_resend = true; in rxrpc_resend()314 if (sp->need_resend) { in rxrpc_resend_timer()317 sp->need_resend = true; in rxrpc_resend_timer()366 sp->need_resend = false; in rxrpc_process_soft_ACKs()370 sp->need_resend = true; in rxrpc_process_soft_ACKs()396 sp->need_resend = true; in rxrpc_process_soft_ACKs()399 } else if (sp->need_resend) { in rxrpc_process_soft_ACKs()402 sp->need_resend = true; in rxrpc_process_soft_ACKs()
486 sp->need_resend = false; in rxrpc_queue_packet()508 sp->need_resend = true; in rxrpc_queue_packet()
89 bool need_resend; /* T if needs resending */ member