/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 314 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 D | mad.c | 398 props->active_width = out_mad->data[31] & 0xf; mlx5_query_mad_ifc_port()
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_verbs.c | 228 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 D | v4l2-dv-timings.h | 133 * @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 D | v4l2-dv-timings.c | 357 * @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 D | ehca_hca.c | 231 props->active_width = rblock->phys_width; ehca_query_port() 239 props->active_width = IB_WIDTH_12X; ehca_query_port()
|
H A D | ehca_av.c | 76 link = ib_width_enum_to_int(pa.active_width) * pa.active_speed; ehca_calc_ipd()
|
/linux-4.4.14/drivers/infiniband/core/ |
H A D | sysfs.c | 216 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 D | uverbs_cmd.c | 511 resp.active_width = attr.active_width; ib_uverbs_query_port()
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
H A D | mthca_mad.c | 67 ib_width_enum_to_int(tprops->active_width); mthca_update_rate()
|
H A D | mthca_provider.c | 172 props->active_width = out_mad->data[31] & 0xf; mthca_query_port()
|
/linux-4.4.14/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 255 __u8 active_width; member in struct:ib_uverbs_query_port_resp
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
H A D | c2_provider.c | 99 props->active_width = 1; c2_query_port()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
H A D | provider.c | 394 props->active_width = 2; c4iw_query_port()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
H A D | main.c | 558 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 D | iwch_provider.c | 1261 props->active_width = 2; iwch_query_port()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | verbs.c | 1479 props->active_width = (u8)opa_width_to_ib(ppd->link_width_active); query_port()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
H A D | ipath_verbs.c | 1626 props->active_width = dd->ipath_link_width_active; ipath_query_port()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.c | 1641 props->active_width = ppd->link_width_active; qib_query_port()
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.c | 244 &props->active_width); ocrdma_query_port()
|
/linux-4.4.14/include/rdma/ |
H A D | ib_verbs.h | 430 u8 active_width; member in struct:ib_port_attr
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
H A D | nes_verbs.c | 583 props->active_width = IB_WIDTH_4X; nes_query_port()
|