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

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c537 props->active_speed = out_mad->data[35] >> 4;
550 props->active_speed = 16; /* FDR */
553 props->active_speed = 32; /* EDR */
559 if (props->active_speed == 4) {
573 props->active_speed = 8;
H A Dmlx5_ib_main.c166 static int translate_eth_proto_oper(u32 eth_proto_oper, u8 *active_speed, argument
175 *active_speed = IB_SPEED_SDR;
185 *active_speed = IB_SPEED_QDR;
191 *active_speed = IB_SPEED_EDR;
198 *active_speed = IB_SPEED_QDR;
204 *active_speed = IB_SPEED_HDR;
208 *active_speed = IB_SPEED_FDR;
215 *active_speed = IB_SPEED_EDR;
219 *active_speed = IB_SPEED_QDR;
226 static int translate_eth_ext_proto_oper(u32 eth_proto_oper, u8 *active_speed, argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c772 uint8_t active_speed = 0; local
786 active_speed = ib_port_info_get_link_speed_active(pi);
823 if (!(active_speed & enabled_speed)) {
829 else if ((enabled_speed ^ active_speed) > active_speed) {
836 switch (active_speed) {
872 active_speed == IB_LINK_SPEED_ACTIVE_10) {
873 active_speed = ib_port_info_get_link_speed_ext_active(pi);
874 if (!(active_speed & enabled_speed)) {
880 else if ((enabled_speed ^ active_speed) > active_spee
[all...]
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs_compat.h536 ib_active_speed_enum_to_rate(u8 active_speed, argument
540 switch (active_speed) {
H A Dib_verbs.h539 u8 active_speed; member in struct:ib_port_attr
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c564 speed_str(port_attr.active_speed), port_attr.active_speed);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_mad.c66 dev->rate[port_num - 1] = tprops->active_speed *
H A Dmthca_provider.c172 props->active_speed = out_mad->data[35] >> 4;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c639 props->active_speed = out_mad->data[35] >> 4;
652 props->active_speed = IB_SPEED_FDR;
655 props->active_speed = IB_SPEED_EDR;
661 if (props->active_speed == IB_SPEED_QDR) {
673 props->active_speed = IB_SPEED_FDR10;
678 props->active_speed = IB_SPEED_SDR;
715 props->active_speed = IB_SPEED_QDR;
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c398 props->active_speed = 2;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h324 __u8 active_speed; member in struct:ibv_query_port_resp
H A Dcmd.c276 port_attr->active_speed = resp.active_speed;
H A Dverbs.h343 uint8_t active_speed; member in struct:ibv_port_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h284 __u8 active_speed; member in struct:ib_uverbs_query_port_resp
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1056 props->active_speed = 2;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c240 switch (attr.active_speed) {
H A Dib_uverbs_cmd.c533 resp.active_speed = attr.active_speed;

Completed in 398 milliseconds