Searched defs:scal_detail (Results 1 – 2 of 2) sorted by relevance
20 struct scal_detail { struct21 u8 node_id; /* Scalability Node ID */22 u32 CBAR; /* Address of 1MB register space */23 u8 port0node; /* Node ID port connected to: 0xFF=None */24 u8 port0port; /* Port num port connected to: 0,1,2, or */26 u8 port1node; /* Node ID port connected to: 0xFF = None */27 u8 port1port; /* Port num port connected to: 0,1,2, or */29 u8 port2node; /* Node ID port connected to: 0xFF = None */30 u8 port2port; /* Port num port connected to: 0,1,2, or */32 u8 chassis_num; /* 1 based Chassis number (1 = boot node) */
102 struct scal_detail { struct112 // struct list_head scal_detail_list; argument