Searched defs:hermon_cmd_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h577 * The hermon_cmd_t structure is used internally by the Hermon driver to track
581 * Each hermon_cmd_t structure contains a cv and lock which are used by the
601 } hermon_cmd_t; typedef in typeref:struct:hermon_cmd_s
602 _NOTE(MUTEX_PROTECTS_DATA(hermon_cmd_t::cmd_comp_lock,
603 hermon_cmd_t::cmd_comp_cv
604 hermon_cmd_t::cmd_status))
610 * a pointer to an array of hermon_cmd_t structures, a lock and cv used for
614 * cmd_next, and cmd_prev fields in the hermon_cmd_t) to implement the fast
620 hermon_cmd_t *cml_cmd;
637 hermon_cmd_t
[all...]

Completed in 60 milliseconds