Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c74 hermon_hw_cqc_t cqc_entry; in hermon_cq_alloc()
298 bzero(&cqc_entry, sizeof (hermon_hw_cqc_t)); in hermon_cq_alloc()
319 sizeof (hermon_hw_cqc_t), cq->cq_cqnum, sleepflag); in hermon_cq_alloc()
417 hermon_hw_cqc_t cqc_entry; in hermon_cq_free()
500 sizeof (hermon_hw_cqc_t), cqnum, sleepflag); in hermon_cq_free()
579 hermon_hw_cqc_t cqc_entry; in hermon_cq_resize()
702 bzero(&cqc_entry, sizeof (hermon_hw_cqc_t)); in hermon_cq_resize()
793 hermon_hw_cqc_t cqc_entry; in hermon_cq_modify()
798 bzero(&cqc_entry, sizeof (hermon_hw_cqc_t)); in hermon_cq_modify()
817 bzero(&cqc_entry, sizeof (hermon_hw_cqc_t)); in hermon_cq_modify()
H A Dhermon_cmd.c2699 hermon_resize_cq_cmd_post(hermon_state_t *state, hermon_hw_cqc_t *cqc, in hermon_resize_cq_cmd_post()
2718 size = sizeof (hermon_hw_cqc_t); in hermon_resize_cq_cmd_post()
2754 hermon_modify_cq_cmd_post(hermon_state_t *state, hermon_hw_cqc_t *cqc, in hermon_modify_cq_cmd_post()
2773 size = sizeof (hermon_hw_cqc_t); in hermon_modify_cq_cmd_post()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_typedef.h78 typedef struct hermon_hw_cqc_s hermon_hw_cqc_t; typedef
H A Dhermon_cmd.h800 int hermon_resize_cq_cmd_post(hermon_state_t *state, hermon_hw_cqc_t *cqc,
802 int hermon_modify_cq_cmd_post(hermon_state_t *state, hermon_hw_cqc_t *cqc,