Searched refs:Device_Node_Ptr (Results 1 – 2 of 2) sorted by relevance
160 struct list_head* Device_Node_Ptr = iSeries_Global_Device_List.next; in list_device_nodes() local161 while(Device_Node_Ptr != &iSeries_Global_Device_List) { in list_device_nodes()162 dumpDevice_Node( (struct iSeries_Device_Node*)Device_Node_Ptr ); in list_device_nodes()163 Device_Node_Ptr = Device_Node_Ptr->next; in list_device_nodes()557 struct list_head* Device_Node_Ptr = iSeries_Global_Device_List.next; in find_Device_Node() local561 while(Device_Node_Ptr != &iSeries_Global_Device_List) { in find_Device_Node()562 struct iSeries_Device_Node* DevNode = (struct iSeries_Device_Node*)Device_Node_Ptr; in find_Device_Node()566 Device_Node_Ptr = Device_Node_Ptr->next; in find_Device_Node()
814 struct list_head* Device_Node_Ptr = iSeries_Global_Device_List.next; in findHwTceTable() local820 while(Device_Node_Ptr != &iSeries_Global_Device_List) { in findHwTceTable()821 struct iSeries_Device_Node* CmprNode = (struct iSeries_Device_Node*)Device_Node_Ptr; in findHwTceTable()832 Device_Node_Ptr = Device_Node_Ptr->next; in findHwTceTable()