Home
last modified time | relevance | path

Searched refs:hermon_hw_udav_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c491 hermon_hw_udav_t *udav; in hermon_ah_alloc()
520 udav = (hermon_hw_udav_t *)kmem_zalloc(sizeof (hermon_hw_udav_t), in hermon_ah_alloc()
583 kmem_free(ah->ah_udav, sizeof (hermon_hw_udav_t)); in hermon_ah_free()
642 hermon_hw_udav_t old_udav; in hermon_ah_modify()
654 bcopy(ah->ah_udav, &old_udav, sizeof (hermon_hw_udav_t)); in hermon_ah_modify()
685 size = sizeof (hermon_hw_udav_t) >> 3; in hermon_ah_modify()
2175 hermon_hw_udav_t *udav; in hermon_set_addr_path()
2180 udav = (hermon_hw_udav_t *)(void *)path; in hermon_set_addr_path()
2343 av->av_port_num = ((hermon_hw_udav_t *)(void *)path)->portnum; in hermon_get_addr_path()
H A Dhermon_wr.c1684 hermon_hw_udav_t *udav; in hermon_wqe_mlx_build()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_typedef.h85 typedef struct hermon_hw_udav_s hermon_hw_udav_t; typedef
H A Dhermon_misc.h336 hermon_hw_udav_t *ah_udav;