Lines Matching refs:ret_stuff
29 struct ia64_sal_retval ret_stuff; in sal_pcibr_slot_enable() local
33 ret_stuff.status = 0; in sal_pcibr_slot_enable()
34 ret_stuff.v0 = 0; in sal_pcibr_slot_enable()
38 SAL_CALL_NOLOCK(ret_stuff, (u64) SN_SAL_IOIF_SLOT_ENABLE, segment, in sal_pcibr_slot_enable()
42 return (int)ret_stuff.v0; in sal_pcibr_slot_enable()
49 struct ia64_sal_retval ret_stuff; in sal_pcibr_slot_disable() local
53 ret_stuff.status = 0; in sal_pcibr_slot_disable()
54 ret_stuff.v0 = 0; in sal_pcibr_slot_disable()
58 SAL_CALL_NOLOCK(ret_stuff, (u64) SN_SAL_IOIF_SLOT_DISABLE, in sal_pcibr_slot_disable()
62 return (int)ret_stuff.v0; in sal_pcibr_slot_disable()
67 struct ia64_sal_retval ret_stuff; in sal_pcibr_error_interrupt() local
70 ret_stuff.status = 0; in sal_pcibr_error_interrupt()
71 ret_stuff.v0 = 0; in sal_pcibr_error_interrupt()
75 SAL_CALL_NOLOCK(ret_stuff, in sal_pcibr_error_interrupt()
79 return (int)ret_stuff.v0; in sal_pcibr_error_interrupt()