Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c49 static void tavor_udav_sync(tavor_ahhdl_t ah, tavor_hw_udav_t *udav,
78 tavor_hw_udav_t udav_entry; in tavor_ah_alloc()
131 bzero(&udav_entry, sizeof (tavor_hw_udav_t)); in tavor_ah_alloc()
175 size = sizeof (tavor_hw_udav_t) >> 3; in tavor_ah_alloc()
298 tavor_hw_udav_t udav_entry; in tavor_ah_query()
320 size = sizeof (tavor_hw_udav_t) >> 3; in tavor_ah_query()
355 tavor_hw_udav_t udav_entry; in tavor_ah_modify()
389 bzero(&udav_entry, sizeof (tavor_hw_udav_t)); in tavor_ah_modify()
419 size = sizeof (tavor_hw_udav_t) >> 3; in tavor_ah_modify()
478 tavor_udav_sync(tavor_ahhdl_t ah, tavor_hw_udav_t *udav, uint_t flag) in tavor_udav_sync()
[all …]
H A Dtavor_wr.c1351 tavor_hw_udav_t udav; in tavor_wqe_mlx_build()
1381 udav_sz = sizeof (tavor_hw_udav_t) >> 3; in tavor_wqe_mlx_build()
1577 tavor_hw_udav_t udav; in tavor_wqe_mlx_linknext()
1649 udav_sz = sizeof (tavor_hw_udav_t) >> 3; in tavor_wqe_mlx_linknext()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_typedef.h70 typedef struct tavor_hw_udav_s tavor_hw_udav_t; typedef