Searched refs:active_mtu (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c381 props->active_mtu = IB_MTU_4096;
383 props->active_mtu = IB_MTU_2048;
385 props->active_mtu = IB_MTU_1024;
387 props->active_mtu = IB_MTU_512;
389 props->active_mtu = IB_MTU_256;
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Dmckey.c121 if (message_count && message_size > (1 << (port_attr.active_mtu + 7))) {
123 message_size, 1 << (port_attr.active_mtu + 7));
H A Dudaddy.c116 if (message_count && message_size > (1 << (port_attr.active_mtu + 7))) {
118 message_size, 1 << (port_attr.active_mtu + 7));
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c542 mtu_str(port_attr.active_mtu), port_attr.active_mtu);
H A Dud_pingpong.c332 mtu = 1 << (port_info.active_mtu + 7);
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c539 props->active_mtu = out_mad->data[36] >> 4;
H A Dmlx5_ib_main.c340 props->active_mtu = min(props->max_mtu, ndev_ib_mtu);
974 props->active_mtu = pmtu->oper_mtu;
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h317 __u8 active_mtu; member in struct:ibv_query_port_resp
H A Dcmd.c261 port_attr->active_mtu = resp.active_mtu;
H A Dverbs.h328 enum ibv_mtu active_mtu; member in struct:ibv_port_attr
/freebsd-12-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h277 __u8 active_mtu; member in struct:ib_uverbs_query_port_resp
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c641 props->active_mtu = out_mad->data[36] >> 4;
724 props->active_mtu = IB_MTU_256;
738 props->active_mtu = tmp ? min(props->max_mtu, tmp) : IB_MTU_256;
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_provider.c174 props->active_mtu = out_mad->data[36] >> 4;
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h526 enum ib_mtu active_mtu; member in struct:ib_port_attr
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c518 resp.active_mtu = attr.active_mtu;

Completed in 295 milliseconds