Home
last modified time | relevance | path

Searched refs:max_wait (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/platforms/pseries/
Deeh_pseries.c546 static int pseries_eeh_wait_state(struct eeh_pe *pe, int max_wait) in pseries_eeh_wait_state() argument
573 if (max_wait <= 0) { in pseries_eeh_wait_state()
575 __func__, max_wait); in pseries_eeh_wait_state()
589 max_wait -= mwait; in pseries_eeh_wait_state()
646 int max_wait = 200; in pseries_eeh_configure_bridge() local
653 while (max_wait > 0) { in pseries_eeh_configure_bridge()
679 max_wait -= rtas_busy_delay_time(ret); in pseries_eeh_configure_bridge()
681 if (max_wait < 0) in pseries_eeh_configure_bridge()
/arch/powerpc/platforms/powernv/
Deeh-powernv.c310 static int pnv_eeh_wait_state(struct eeh_pe *pe, int max_wait) in pnv_eeh_wait_state() argument
326 max_wait -= mwait; in pnv_eeh_wait_state()
327 if (max_wait <= 0) { in pnv_eeh_wait_state()
329 __func__, pe->addr, max_wait); in pnv_eeh_wait_state()
/arch/powerpc/include/asm/
Deeh.h205 int (*wait_state)(struct eeh_pe *pe, int max_wait);