Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c3454 hermon_hw_set_port_t *portinits, *initport; in hermon_hca_port_init() local
3495 initport = &portinits[i]; in hermon_hca_port_init()
3498 bzero(initport, sizeof (hermon_hw_query_port_t)); in hermon_hca_port_init()
3506 initport->sig = 1; in hermon_hca_port_init()
3507 initport->sys_img_guid = sysimgguid; 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()
3538 initport->mmc = 1; /* set the change bit */ 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()
/titanic_41/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);