Home
last modified time | relevance | path

Searched refs:cp_max_mtu (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c443 cp->cp_max_mtu = tavor_max_mtu; in tavor_cfg_profile_init_phase2()
481 cp->cp_max_mtu = TAVOR_MAX_MTU; in tavor_cfg_profile_init_phase2()
519 cp->cp_max_mtu = TAVOR_MAX_MTU; in tavor_cfg_profile_init_phase2()
558 cp->cp_max_mtu = TAVOR_MAX_MTU; in tavor_cfg_profile_init_phase2()
H A Dtavor_qpmod.c1126 qpc->mtu = state->ts_cfg_profile->cp_max_mtu; in tavor_qp_init2rtr()
3011 if ((mtu == 0) || (mtu > state->ts_cfg_profile->cp_max_mtu)) { in tavor_qp_validate_mtu()
H A Dtavor_misc.c141 udav_entry.msg_sz = state->ts_cfg_profile->cp_max_mtu - 1; in tavor_ah_alloc()
H A Dtavor.c2081 val = cfgprof->cp_max_mtu; in tavor_hca_port_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cfg.h150 uint32_t cp_max_mtu; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cfg.h161 uint32_t cp_max_mtu; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c352 cp->cp_max_mtu = port->ib_mtu; /* XXX now from query_port */ in hermon_cfg_profile_init_phase2()
H A Dhermon_qpmod.c3436 if ((mtu == 0) || (mtu > state->hs_cfg_profile->cp_max_mtu)) { in hermon_qp_validate_mtu()
H A Dhermon.c3532 val = cfgprof->cp_max_mtu; in hermon_hca_port_init()