Home
last modified time | relevance | path

Searched refs:portinits (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c2029 tavor_hw_initib_t *portinits, *initib; in tavor_hca_port_init() local
2042 portinits = (tavor_hw_initib_t *)kmem_zalloc(num_ports * in tavor_hca_port_init()
2047 initib = &portinits[i]; in tavor_hca_port_init()
2134 kmem_free(portinits, num_ports * sizeof (tavor_hw_initib_t)); in tavor_hca_port_init()
2142 kmem_free(portinits, num_ports * sizeof (tavor_hw_initib_t)); in tavor_hca_port_init()
/illumos-gate/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
3468 portinits = (hermon_hw_set_port_t *)kmem_zalloc(num_ports * in hermon_hca_port_init()
3495 initport = &portinits[i]; in hermon_hca_port_init()
3496 state->hs_initport = &portinits[i]; in hermon_hca_port_init()
3616 kmem_free(portinits, num_ports * sizeof (hermon_hw_set_port_t)); in hermon_hca_port_init()
3624 kmem_free(portinits, num_ports * sizeof (hermon_hw_set_port_t)); in hermon_hca_port_init()