Home
last modified time | relevance | path

Searched refs:hermon_hw_set_port_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_typedef.h58 typedef struct hermon_hw_set_port_s hermon_hw_set_port_t; typedef
H A Dhermon_cmd.h723 hermon_hw_set_port_t *initport, uint_t port, uint_t sleepflag);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_agents.c264 hermon_hw_set_port_t set_port; in hermon_set_port_capability()
H A Dhermon.c3454 hermon_hw_set_port_t *portinits, *initport; in hermon_hca_port_init()
3468 portinits = (hermon_hw_set_port_t *)kmem_zalloc(num_ports * in hermon_hca_port_init()
3469 sizeof (hermon_hw_set_port_t), KM_SLEEP); 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()
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()
1425 size = sizeof (hermon_hw_set_port_t); in hermon_set_port_cmd_post()
H A Dhermon_misc.c2064 hermon_hw_set_port_t set_port; in hermon_port_modify()