Searched refs:active_width (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/mlx5/
H A Dmain.c314 static int translate_active_width(struct ib_device *ibdev, u8 active_width, translate_active_width() argument
320 if (active_width & MLX5_IB_WIDTH_1X) { translate_active_width()
322 } else if (active_width & MLX5_IB_WIDTH_2X) { translate_active_width()
323 mlx5_ib_dbg(dev, "active_width %d is not supported by IB spec\n", translate_active_width()
324 (int)active_width); translate_active_width()
326 } else if (active_width & MLX5_IB_WIDTH_4X) { translate_active_width()
328 } else if (active_width & MLX5_IB_WIDTH_8X) { translate_active_width()
330 } else if (active_width & MLX5_IB_WIDTH_12X) { translate_active_width()
333 mlx5_ib_dbg(dev, "Invalid active_width %d\n", translate_active_width()
334 (int)active_width); translate_active_width()
446 &props->active_width); mlx5_query_hca_port()
H A Dmad.c398 props->active_width = out_mad->data[31] & 0xf; mlx5_query_mad_ifc_port()
/linux-4.4.14/drivers/infiniband/hw/usnic/
H A Dusnic_ib_verbs.c228 u8 *active_width) eth_speed_to_ib_speed()
231 *active_width = IB_WIDTH_1X; eth_speed_to_ib_speed()
234 *active_width = IB_WIDTH_4X; eth_speed_to_ib_speed()
237 *active_width = IB_WIDTH_4X; eth_speed_to_ib_speed()
240 *active_width = IB_WIDTH_4X; eth_speed_to_ib_speed()
243 *active_width = IB_WIDTH_4X; eth_speed_to_ib_speed()
359 &props->active_width); usnic_ib_query_port()
227 eth_speed_to_ib_speed(int speed, u8 *active_speed, u8 *active_width) eth_speed_to_ib_speed() argument
/linux-4.4.14/include/media/
H A Dv4l2-dv-timings.h133 * @active_width: active width of image (does not include blanking). This
146 unsigned active_width, u32 polarities, bool interlaced,
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c357 * @active_width - active width of image (does not include blanking). This
372 unsigned active_width, v4l2_detect_cvt()
396 if (rb_v2 && active_width == 0) v4l2_detect_cvt()
459 image_width = active_width; v4l2_detect_cvt()
369 v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync, unsigned active_width, u32 polarities, bool interlaced, struct v4l2_dv_timings *fmt) v4l2_detect_cvt() argument
/linux-4.4.14/drivers/staging/rdma/ehca/
H A Dehca_hca.c231 props->active_width = rblock->phys_width; ehca_query_port()
239 props->active_width = IB_WIDTH_12X; ehca_query_port()
H A Dehca_av.c76 link = ib_width_enum_to_int(pa.active_width) * pa.active_speed; ehca_calc_ipd()
/linux-4.4.14/drivers/infiniband/core/
H A Dsysfs.c216 rate *= ib_width_enum_to_int(attr.active_width); rate_show()
222 ib_width_enum_to_int(attr.active_width), speed); rate_show()
H A Duverbs_cmd.c511 resp.active_width = attr.active_width; ib_uverbs_query_port()
/linux-4.4.14/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c67 ib_width_enum_to_int(tprops->active_width); mthca_update_rate()
H A Dmthca_provider.c172 props->active_width = out_mad->data[31] & 0xf; mthca_query_port()
/linux-4.4.14/include/uapi/rdma/
H A Dib_user_verbs.h255 __u8 active_width; member in struct:ib_uverbs_query_port_resp
/linux-4.4.14/drivers/staging/rdma/amso1100/
H A Dc2_provider.c99 props->active_width = 1; c2_query_port()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
H A Dprovider.c394 props->active_width = 2; c4iw_query_port()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
H A Dmain.c558 props->active_width = out_mad->data[31] & 0xf; ib_link_query_port()
633 props->active_width = (((u8 *)mailbox->buf)[5] == 0x40) ? eth_link_query_port()
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c1261 props->active_width = 2; iwch_query_port()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dverbs.c1479 props->active_width = (u8)opa_width_to_ib(ppd->link_width_active); query_port()
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_verbs.c1626 props->active_width = dd->ipath_link_width_active; ipath_query_port()
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_verbs.c1641 props->active_width = ppd->link_width_active; qib_query_port()
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c244 &props->active_width); ocrdma_query_port()
/linux-4.4.14/include/rdma/
H A Dib_verbs.h430 u8 active_width; member in struct:ib_port_attr
/linux-4.4.14/drivers/infiniband/hw/nes/
H A Dnes_verbs.c583 props->active_width = IB_WIDTH_4X; nes_query_port()

Completed in 1198 milliseconds