Searched refs:hermon_mbox_alloc (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cmd.c | 287 hermon_mbox_alloc(hermon_state_t *state, hermon_mbox_info_t *mbox_info, in hermon_mbox_alloc() function 1340 status = hermon_mbox_alloc(state, &mbox_info, sleepflag); in hermon_init_hca_cmd_post() 1419 status = hermon_mbox_alloc(state, &mbox_info, sleepflag); in hermon_set_port_cmd_post() 1532 status = hermon_mbox_alloc(state, &mbox_info, HERMON_NOSLEEP); in hermon_mod_stat_cfg_cmd_post() 1613 status = hermon_mbox_alloc(state, &mbox_info, HERMON_SLEEP); in hermon_map_cmd_post() 1934 status = hermon_mbox_alloc(state, &mbox_info, sleepflag); in hermon_mad_ifc_cmd_post() 1989 status = hermon_mbox_alloc(state, &mbox_info, sleepflag); in hermon_getportinfo_cmd_post() 2063 status = hermon_mbox_alloc(state, &mbox_info, sleepflag); in hermon_is_ext_port_counters_supported() 2135 status = hermon_mbox_alloc(state, &mbox_info, sleepflag); in hermon_getextperfcntr_cmd_post() 2212 status = hermon_mbox_alloc(state, &mbox_info, sleepflag); in hermon_getperfcntr_cmd_post() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_cmd.h | 678 int hermon_mbox_alloc(hermon_state_t *state, hermon_mbox_info_t *mbox_info,
|