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

/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 in typeref:struct:hermon_hw_cqc_s
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,
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c74 hermon_hw_cqc_t cqc_entry;
298 bzero(&cqc_entry, sizeof (hermon_hw_cqc_t));
319 sizeof (hermon_hw_cqc_t), cq->cq_cqnum, sleepflag);
417 hermon_hw_cqc_t cqc_entry;
500 sizeof (hermon_hw_cqc_t), cqnum, sleepflag);
579 hermon_hw_cqc_t cqc_entry;
702 bzero(&cqc_entry, sizeof (hermon_hw_cqc_t));
793 hermon_hw_cqc_t cqc_entry;
798 bzero(&cqc_entry, sizeof (hermon_hw_cqc_t));
817 bzero(&cqc_entry, sizeof (hermon_hw_cqc_t));
[all...]
H A Dhermon_cmd.c2699 hermon_resize_cq_cmd_post(hermon_state_t *state, hermon_hw_cqc_t *cqc,
2718 size = sizeof (hermon_hw_cqc_t);
2754 hermon_modify_cq_cmd_post(hermon_state_t *state, hermon_hw_cqc_t *cqc,
2773 size = sizeof (hermon_hw_cqc_t);

Completed in 75 milliseconds