Home
last modified time | relevance | path

Searched refs:mtu_cap (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dfw.h214 int mtu_cap; member
/freebsd/sys/dev/mthca/
H A Dmthca_cmd.h226 int mtu_cap; member
H A Dmthca_dev.h140 int mtu_cap; member
H A Dmthca_qp.c319 param.mtu_cap = dev->limits.mtu_cap; in init_port()
H A Dmthca_main.c199 mdev->limits.mtu_cap = dev_lim->max_mtu; in mthca_dev_lim()
H A Dmthca_cmd.c1473 flags |= param->mtu_cap << INIT_IB_MTU_SHIFT; in mthca_INIT_IB()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h780 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap);
H A Dcxgb_t3_hw.c3421 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) in t3_load_mtus() argument
3431 unsigned int mtu = min(mtus[i], mtu_cap); in t3_load_mtus()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_helper.c907 p_pi->vl_arb_low_cap, p_pi->mtu_cap, in osm_dump_port_info_to_buf()
1104 p_pi->vl_arb_low_cap, p_pi->mtu_cap, in osm_dump_portinfo_record_to_buf()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h4629 uint8_t mtu_cap; member
5470 return ((uint8_t) (p_pi->mtu_cap & 0x0F)); in ib_port_info_get_mtu_cap()