Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c76 hermon_hw_snd_wqe_ud_t *ud; in hermon_post_send_ud()
164 ud = (hermon_hw_snd_wqe_ud_t *)((uintptr_t)desc + in hermon_post_send_ud()
167 sizeof (hermon_hw_snd_wqe_ud_t)); in hermon_post_send_ud()
218 ud = (hermon_hw_snd_wqe_ud_t *)((uintptr_t)desc + in hermon_post_send_ud()
221 sizeof (hermon_hw_snd_wqe_ud_t)); in hermon_post_send_ud()
243 ud = (hermon_hw_snd_wqe_ud_t *)((uintptr_t)desc + in hermon_post_send_ud()
246 sizeof (hermon_hw_snd_wqe_ud_t)); in hermon_post_send_ud()
1304 hermon_hw_snd_wqe_ud_t *ud; in hermon_wqe_send_build()
1367 ud = (hermon_hw_snd_wqe_ud_t *)((uintptr_t)desc + in hermon_wqe_send_build()
1395 sizeof (hermon_hw_snd_wqe_ud_t)); in hermon_wqe_send_build()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_typedef.h94 typedef struct hermon_hw_snd_wqe_ud_s hermon_hw_snd_wqe_ud_t; typedef