Searched defs:port_info (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_smc.c170 struct ib_port_info *port_info = &mad.smp.smp_data.port_info; local
186 memcpy ( &ibdev->gid.s.prefix, port_info->gid_prefix,
188 ibdev->lid = ntohs ( port_info->lid );
189 ibdev->sm_lid = ntohs ( port_info->mastersm_lid );
190 ibdev->link_width_enabled = port_info->link_width_enabled;
191 ibdev->link_width_supported = port_info->link_width_supported;
192 ibdev->link_width_active = port_info->link_width_active;
194 ( port_info->link_speed_supported__port_state >> 4 );
196 ( port_info
[all...]
H A Dib_sma.c158 const struct ib_port_info *port_info = &mad->smp.smp_data.port_info; local
164 memcpy ( &ibdev->gid.s.prefix, port_info->gid_prefix,
166 ibdev->lid = ntohs ( port_info->lid );
167 ibdev->sm_lid = ntohs ( port_info->mastersm_lid );
168 if ( ( link_width_enabled = port_info->link_width_enabled ) )
171 ( port_info->link_speed_active__link_speed_enabled & 0xf ) ) )
173 ibdev->sm_sl = ( port_info->neighbour_mtu__mastersm_sl & 0xf );
200 struct ib_port_info *port_info = &mad->smp.smp_data.port_info; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dlinda.c275 struct ib_port_info *port_info = &mad->smp.smp_data.port_info; local
281 port_state = ( port_info->link_speed_supported__port_state & 0xf );
H A Dqib7322.c323 struct ib_port_info *port_info = &mad->smp.smp_data.port_info; local
330 port_state = ( port_info->link_speed_supported__port_state & 0xf );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_mad.h181 struct ib_port_info port_info; member in union:ib_smp_data

Completed in 209 milliseconds