Lines Matching refs:node_id

1220 sghsc_scctl(int cmd, int node_id, int board, int slot, int *resultp)  in sghsc_scctl()  argument
1229 cmd_infop->node_id = node_id; in sghsc_scctl()
1323 "slot=0x%x info=0x%x", cmd_infop->cmd_id, cmd_infop->node_id, in sghsc_scctl()
1349 cmd_infop->node_id, cmd_infop->board, in sghsc_scctl()
1442 sghsc_find_sloth(int node_id, int board, int slot) in sghsc_find_sloth() argument
1450 if (sghsc == NULL || sghsc->sghsc_node_id != node_id || in sghsc_find_sloth()
1455 " slot %d", board, node_id, slot)) in sghsc_find_sloth()
1459 "node %d / board %d", instance, node_id, board); in sghsc_find_sloth()
1473 " / board %d", slot, node_id, board)); in sghsc_find_sloth()
1500 sloth = sghsc_find_sloth(rsp_data->node_id, rsp_data->board, in sghsc_event_handler()
1510 rsp_data->node_id, rsp_data->board, rsp_data->slot)); in sghsc_event_handler()
1514 enum_state = sghsc_find_softstate(rsp_data->node_id, rsp_data->board, in sghsc_event_handler()
1518 " node %d / board %d slot %d", rsp_data->node_id, in sghsc_event_handler()
1523 DEBUGF(1, (CE_NOTE, "sghsc: node %d", rsp_data->node_id)); in sghsc_event_handler()
1531 " slot %d", rsp_data->node_id, rsp_data->board, in sghsc_event_handler()
1540 " slot %d", rsp_data->node_id, rsp_data->board, in sghsc_event_handler()
1549 " slot %d", rsp_data->node_id, rsp_data->board, in sghsc_event_handler()
1554 " slot %d", rsp_data->node_id, rsp_data->board, in sghsc_event_handler()
1559 " slot %d", rsp_data->node_id, rsp_data->board, in sghsc_event_handler()
1564 "board %d slot %d", rsp_data->node_id, rsp_data->board, in sghsc_event_handler()
1569 " node %d / board %d slot %d", rsp_data->node_id, in sghsc_event_handler()
1622 sghsc = sghsc_find_softstate(rsp_data.node_id, in sghsc_event_thread_code()
1626 sloth = sghsc_find_sloth(rsp_data.node_id, in sghsc_event_thread_code()
1645 rsp_data.node_id, rsp_data.board, in sghsc_event_thread_code()
1664 rsp_data.node_id, rsp_data.board, in sghsc_event_thread_code()
1698 sghsc_find_softstate(int node_id, int board, int slot) in sghsc_find_softstate() argument
1706 if (sghsc == NULL || sghsc->sghsc_node_id != node_id || in sghsc_find_softstate()