/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 159 u8 *active_width) in translate_eth_proto_oper() argument 166 *active_width = IB_WIDTH_1X; in translate_eth_proto_oper() 176 *active_width = IB_WIDTH_1X; in translate_eth_proto_oper() 182 *active_width = IB_WIDTH_1X; in translate_eth_proto_oper() 189 *active_width = IB_WIDTH_4X; in translate_eth_proto_oper() 196 *active_width = IB_WIDTH_1X; in translate_eth_proto_oper() 200 *active_width = IB_WIDTH_4X; in translate_eth_proto_oper() 207 *active_width = IB_WIDTH_4X; in translate_eth_proto_oper() 211 *active_width = IB_WIDTH_4X; in translate_eth_proto_oper() 220 u8 *active_width) in translate_eth_ext_proto_oper() argument [all …]
|
H A D | mlx5_ib_mad.c | 537 props->active_width = out_mad->data[31] & 0xf; in mlx5_query_mad_ifc_port()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_std_types_device.c | 155 resp->active_width = attr->active_width; in copy_port_attr_to_resp()
|
H A D | ib_sysfs.c | 289 rate *= ib_width_enum_to_int(attr.active_width); in rate_show() 295 ib_width_enum_to_int(attr.active_width), speed); in rate_show()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_console.c | 774 uint8_t active_width = 0; in __get_stats() local 788 active_width = pi->link_width_active; in __get_stats() 809 if (!(active_width & enabled_width)) { in __get_stats() 815 else if ((enabled_width ^ active_width) > active_width) { in __get_stats() 903 switch (active_width) { in __get_stats()
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | devinfo.c | 563 width_str(port_attr.active_width), port_attr.active_width); in print_hca_cap()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_mad.c | 67 ib_width_enum_to_int(tprops->active_width); in mthca_update_rate()
|
H A D | mthca_provider.c | 172 props->active_width = out_mad->data[31] & 0xf; in mthca_query_port()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | provider.c | 373 props->active_width = 2; in c4iw_query_port()
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 306 __u8 active_width; member
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | kern-abi.h | 323 __u8 active_width; member
|
H A D | cmd.c | 275 port_attr->active_width = resp.active_width; in ibv_cmd_query_port()
|
H A D | verbs.h | 342 uint8_t active_width; member
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.c | 292 u8 active_speed = 0, active_width = 0; in bnxt_re_query_port() local 324 &active_width); in bnxt_re_query_port() 327 port_attr->active_width = active_width; in bnxt_re_query_port()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 634 props->active_width = out_mad->data[31] & 0xf; in ib_link_query_port() 710 props->active_width = (((u8 *)mailbox->buf)[5] == 0x40) ? in eth_link_query_port()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_kcompat.c | 1528 ib_get_eth_speed(ibdev, port, &props->active_speed, &props->active_width); in irdma_query_port()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 611 u8 active_width; member
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_verbs.c | 648 &attr->active_speed, &attr->active_width); in qlnxr_query_port() 659 attr->active_width, attr->gid_tbl_len, attr->pkey_tbl_len, in qlnxr_query_port()
|