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

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c167 u8 *active_width)
174 *active_width = IB_WIDTH_1X;
184 *active_width = IB_WIDTH_1X;
190 *active_width = IB_WIDTH_1X;
197 *active_width = IB_WIDTH_4X;
203 *active_width = IB_WIDTH_1X;
207 *active_width = IB_WIDTH_4X;
214 *active_width = IB_WIDTH_4X;
218 *active_width = IB_WIDTH_4X;
227 u8 *active_width)
166 translate_eth_proto_oper(u32 eth_proto_oper, u8 *active_speed, u8 *active_width) argument
226 translate_eth_ext_proto_oper(u32 eth_proto_oper, u8 *active_speed, u8 *active_width) argument
832 translate_active_width(struct ib_device *ibdev, u8 active_width, u8 *ib_width) argument
[all...]
H A Dmlx5_ib_mad.c536 props->active_width = out_mad->data[31] & 0xf;
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c774 uint8_t active_width = 0; local
788 active_width = pi->link_width_active;
809 if (!(active_width & enabled_width)) {
815 else if ((enabled_width ^ active_width) > active_width) {
903 switch (active_width) {
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c562 width_str(port_attr.active_width), port_attr.active_width);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_mad.c67 ib_width_enum_to_int(tprops->active_width);
H A Dmthca_provider.c171 props->active_width = out_mad->data[31] & 0xf;
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c397 props->active_width = 2;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c272 rate *= ib_width_enum_to_int(attr.active_width);
278 ib_width_enum_to_int(attr.active_width), speed);
H A Dib_uverbs_cmd.c532 resp.active_width = attr.active_width;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h323 __u8 active_width; member in struct:ibv_query_port_resp
H A Dcmd.c275 port_attr->active_width = resp.active_width;
H A Dverbs.h342 uint8_t active_width; member in struct:ibv_port_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h283 __u8 active_width; member in struct:ib_uverbs_query_port_resp
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1055 props->active_width = 2;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c638 props->active_width = out_mad->data[31] & 0xf;
713 props->active_width = (((u8 *)mailbox->buf)[5] == 0x40) ?
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h538 u8 active_width; member in struct:ib_port_attr

Completed in 217 milliseconds