Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c452 cp->cp_max_mtu = tavor_max_mtu; in tavor_cfg_profile_init_phase2()
490 cp->cp_max_mtu = TAVOR_MAX_MTU; in tavor_cfg_profile_init_phase2()
528 cp->cp_max_mtu = TAVOR_MAX_MTU; in tavor_cfg_profile_init_phase2()
567 cp->cp_max_mtu = TAVOR_MAX_MTU; in tavor_cfg_profile_init_phase2()
H A Dtavor_qpmod.c1302 qpc->mtu = state->ts_cfg_profile->cp_max_mtu; in tavor_qp_init2rtr()
3498 if ((mtu == 0) || (mtu > state->ts_cfg_profile->cp_max_mtu)) { in tavor_qp_validate_mtu()
H A Dtavor_misc.c152 udav_entry.msg_sz = state->ts_cfg_profile->cp_max_mtu - 1; in tavor_ah_alloc()
H A Dtavor.c2364 val = cfgprof->cp_max_mtu; in tavor_hca_port_init()
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cfg.h150 uint32_t cp_max_mtu; member
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cfg.h161 uint32_t cp_max_mtu; member
/titanic_44/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.c3435 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()