Searched refs:mtu_cap (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/sys/ofed/drivers/net/mlx4/
H A Dfw.h190 int mtu_cap; member in struct:mlx4_init_ib_param
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.h226 int mtu_cap; member in struct:mthca_init_ib_param
H A Dmthca_dev.h138 int mtu_cap; member in struct:mthca_limits
H A Dmthca_qp.c319 param.mtu_cap = dev->limits.mtu_cap;
H A Dmthca_main.c202 mdev->limits.mtu_cap = dev_lim->max_mtu;
H A Dmthca_cmd.c1429 flags |= param->mtu_cap << INIT_IB_MTU_SHIFT;
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_helper.c840 p_pi->vl_arb_low_cap, p_pi->mtu_cap,
928 p_pi->vl_arb_low_cap, p_pi->mtu_cap,
/freebsd-10.3-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c218 {OSMTEST_TOKEN_MTU_CAP, 7, "mtu_cap"},
1755 "mtu_cap 0x%X\n"
1790 p_rec->port_info.mtu_cap,
3695 if ((p_port->comp.port_info.mtu_cap & p_port->rec.port_info.mtu_cap) !=
3696 (p_port->comp.port_info.mtu_cap & p_rec->port_info.mtu_cap)) {
3699 "\t\t\t\tExpected mtu_cap 0x%X, received 0x%X\n",
3701 p_port->rec.port_info.mtu_cap,
3702 p_rec->port_info.mtu_cap);
[all...]
/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_common.h781 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap);
H A Dcxgb_t3_hw.c3415 * @mtu_cap: the maximum permitted effective MTU
3417 * Write the MTU table with the supplied MTUs capping each at &mtu_cap.
3423 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap)
3433 unsigned int mtu = min(mtus[i], mtu_cap);
3421 t3_load_mtus(adapter_t *adap, unsigned short mtus[NMTUS], unsigned short alpha[NCCTRL_WIN], unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) argument
/freebsd-10.3-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h4410 uint8_t mtu_cap;
5114 return ((uint8_t) (p_pi->mtu_cap & 0x0F));

Completed in 120 milliseconds