Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_typedef.h83 typedef struct hermon_hw_mod_stat_cfg_s hermon_hw_mod_stat_cfg_t; typedef
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c1515 hermon_hw_mod_stat_cfg_t *mod; in hermon_mod_stat_cfg_cmd_post()
1542 mod = (hermon_hw_mod_stat_cfg_t *)kmem_zalloc( in hermon_mod_stat_cfg_cmd_post()
1543 sizeof (hermon_hw_mod_stat_cfg_t), KM_SLEEP); in hermon_mod_stat_cfg_cmd_post()
1557 size = sizeof (hermon_hw_mod_stat_cfg_t); in hermon_mod_stat_cfg_cmd_post()
1577 kmem_free(mod, sizeof (hermon_hw_mod_stat_cfg_t)); in hermon_mod_stat_cfg_cmd_post()