call_status
int call_status;
call_status = rtas_call(ibm_set_xive, 3, 1, NULL, hw_irq, server,
if (call_status != 0) {
__func__, hw_irq, server, call_status);
call_status = rtas_call(ibm_int_on, 1, 1, NULL, hw_irq);
if (call_status != 0) {
__func__, hw_irq, call_status);
int call_status;
call_status = rtas_call(ibm_int_off, 1, 1, NULL, hw_irq);
if (call_status != 0) {
__func__, hw_irq, call_status);
call_status = rtas_call(ibm_set_xive, 3, 1, NULL, hw_irq,
if (call_status != 0) {
__func__, hw_irq, call_status);
task->tk_action = call_status;
static void call_status(struct rpc_task *task);