Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h211 struct hermon_sw_cq_s { struct
246 hermon_sw_cq_s::cq_erreqnum
247 hermon_sw_cq_s::cq_cqcrsrcp
248 hermon_sw_cq_s::cq_rsrcp
249 hermon_sw_cq_s::cq_hdlrarg
250 hermon_sw_cq_s::cq_is_umap
251 hermon_sw_cq_s::cq_uarpg))
256 hermon_sw_cq_s::cq_buf
257 hermon_sw_cq_s::cq_eqnum
258 hermon_sw_cq_s::cq_mrhdl
[all …]
H A Dhermon_typedef.h117 typedef struct hermon_sw_cq_s *hermon_cqhdl_t;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c547 kmem_free(resize, sizeof (struct hermon_sw_cq_s)); in hermon_cq_free()
636 resize_hdl = kmem_zalloc(sizeof (struct hermon_sw_cq_s), KM_SLEEP); in hermon_cq_resize()
649 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s)); in hermon_cq_resize()
678 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s)); in hermon_cq_resize()
726 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s)); in hermon_cq_resize()
1637 kmem_free(resize_hdl, sizeof (struct hermon_sw_cq_s)); in hermon_cq_resize_helper()
H A Dhermon_rsrc.c1059 sizeof (struct hermon_sw_cq_s); in hermon_rsrc_init_phase2()