Home
last modified time | relevance | path

Searched refs:initport (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c3495 initport = &portinits[i]; in hermon_hca_port_init()
3506 initport->sig = 1; in hermon_hca_port_init()
3516 initport->ng = 1; in hermon_hca_port_init()
3517 initport->node_guid = nodeguid; in hermon_hca_port_init()
3526 initport->g0 = 1; in hermon_hca_port_init()
3527 initport->guid0 = portguid; in hermon_hca_port_init()
3565 initport->max_gid = (uint16_t)val; in hermon_hca_port_init()
3566 initport->mg = 1; in hermon_hca_port_init()
3574 initport->max_pkey = (uint16_t)val; in hermon_hca_port_init()
3575 initport->mp = 1; in hermon_hca_port_init()
[all …]
H A Dhermon_cmd.c1406 hermon_set_port_cmd_post(hermon_state_t *state, hermon_hw_set_port_t *initport, in hermon_set_port_cmd_post() argument
1427 data = ((uint64_t *)initport)[i]; in hermon_set_port_cmd_post()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h723 hermon_hw_set_port_t *initport, uint_t port, uint_t sleepflag);