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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dfw.h144 int mtu_cap; member in struct:mlx4_init_ib_param
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c318 param.mtu_cap = dev->limits.mtu_cap;
H A Dmthca_main.c204 mdev->limits.mtu_cap = dev_lim->max_mtu;
H A Dmthca_cmd.c1425 flags |= param->mtu_cap << INIT_IB_MTU_SHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcommon.h743 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap);
H A Dt3_hw.c2981 * @mtu_cap: the maximum permitted effective MTU
2983 * Write the MTU table with the supplied MTUs capping each at &mtu_cap.
2989 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap)
3000 unsigned int mtu = min(mtus[i], mtu_cap);
2987 t3_load_mtus(struct adapter *adap, unsigned short mtus[NMTUS], unsigned short alpha[NCCTRL_WIN], unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) argument

Completed in 149 milliseconds