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

/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_cmd.h226 int mtu_cap; member in struct:mthca_init_ib_param
H A Dmthca_dev.h140 int mtu_cap; member in struct:mthca_limits
H A Dmthca_main.c199 mdev->limits.mtu_cap = dev_lim->max_mtu;
H A Dmthca_qp.c318 param.mtu_cap = dev->limits.mtu_cap;
H A Dmthca_cmd.c1469 flags |= param->mtu_cap << INIT_IB_MTU_SHIFT;
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dfw.h213 int mtu_cap; member in struct:mlx4_init_ib_param
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_common.h782 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap);
H A Dcxgb_t3_hw.c3416 * @mtu_cap: the maximum permitted effective MTU
3418 * Write the MTU table with the supplied MTUs capping each at &mtu_cap.
3424 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap)
3434 unsigned int mtu = min(mtus[i], mtu_cap);
3422 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-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_helper.c907 p_pi->vl_arb_low_cap, p_pi->mtu_cap,
1104 p_pi->vl_arb_low_cap, p_pi->mtu_cap,
/freebsd-13-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h4629 uint8_t mtu_cap;
5470 return ((uint8_t) (p_pi->mtu_cap & 0x0F));

Completed in 382 milliseconds