Searched defs:scal_detail (Results 1 – 2 of 2) sorted by relevance
19 struct scal_detail { struct20 u8 node_id; /* Scalability Node ID */21 u32 CBAR; /* Address of 1MB register space */22 u8 port0node; /* Node ID port connected to: 0xFF=None */23 u8 port0port; /* Port num port connected to: 0,1,2, or */25 u8 port1node; /* Node ID port connected to: 0xFF = None */26 u8 port1port; /* Port num port connected to: 0,1,2, or */28 u8 port2node; /* Node ID port connected to: 0xFF = None */29 u8 port2port; /* Port num port connected to: 0,1,2, or */31 u8 chassis_num; /* 1 based Chassis number (1 = boot node) */
116 struct scal_detail { struct126 // struct list_head scal_detail_list; argument