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

/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_roce.c107 u8 *active_width)
114 *active_width = IB_WIDTH_1X;
124 *active_width = IB_WIDTH_1X;
130 *active_width = IB_WIDTH_1X;
137 *active_width = IB_WIDTH_4X;
142 *active_width = IB_WIDTH_1X;
146 *active_width = IB_WIDTH_4X;
153 *active_width = IB_WIDTH_4X;
184 &props->active_width);
106 translate_eth_proto_oper(u32 eth_proto_oper, u8 *active_speed, u8 *active_width) argument
H A Dmlx5_ib_main.c363 static int translate_active_width(struct ib_device *ibdev, u8 active_width, argument
369 if (active_width & MLX5_IB_WIDTH_1X) {
371 } else if (active_width & MLX5_IB_WIDTH_2X) {
372 mlx5_ib_warn(dev, "active_width %d is not supported by IB spec\n",
373 (int)active_width);
375 } else if (active_width & MLX5_IB_WIDTH_4X) {
377 } else if (active_width & MLX5_IB_WIDTH_8X) {
379 } else if (active_width & MLX5_IB_WIDTH_12X) {
382 mlx5_ib_dbg(dev, "Invalid active_width %d\n",
383 (int)active_width);
[all...]
H A Dmlx5_ib_mad.c496 props->active_width = out_mad->data[31] & 0xf;
/freebsd-10-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c313 width_str(port_attr.active_width), port_attr.active_width);
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_console.c597 uint8_t active_width = 0; local
608 active_width = pi->link_width_active;
613 if ((enabled_width ^ active_width) > active_width) {
641 switch (active_width) {
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c67 ib_width_enum_to_int(tprops->active_width);
H A Dmthca_provider.c179 props->active_width = out_mad->data[31] & 0xf;
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dsysfs.c217 rate *= ib_width_enum_to_int(attr.active_width);
223 ib_width_enum_to_int(attr.active_width), speed);
H A Duverbs_cmd.c471 resp.active_width = attr.active_width;
/freebsd-10-stable/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h188 uint8_t active_width; member in struct:ibv_port_attr
H A Dkern-abi.h231 __u8 active_width; member in struct:ibv_query_port_resp
/freebsd-10-stable/sys/ofed/include/rdma/
H A Dib_user_verbs.h217 __u8 active_width; member in struct:ib_uverbs_query_port_resp
H A Dib_verbs.h376 u8 active_width; member in struct:ib_port_attr
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c384 props->active_width = 2;
/freebsd-10-stable/contrib/ofed/libibverbs/src/
H A Dcmd.c196 port_attr->active_width = resp.active_width;
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c275 props->active_width = out_mad->data[31] & 0xf;
349 props->active_width = (((u8 *)mailbox->buf)[5] == 0x40) ?
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1046 props->active_width = 2;

Completed in 231 milliseconds