Home | History | Annotate | Download | only in infiniband

Lines Matching refs:link_width

212 	unsigned int link_width;
218 link_width = BIT_GET ( &ibcstatus, LinkWidthActive );
222 ( link_speed ? "DDR" : "SDR" ), ( link_width ? "x4" : "x1" ) );
235 ( link_width ? IB_LINK_WIDTH_4X : IB_LINK_WIDTH_1X );