Searched refs:hermon_mboxlist_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_cmd.h | 534 } hermon_mboxlist_t; typedef 535 _NOTE(MUTEX_PROTECTS_DATA(hermon_mboxlist_t::mbl_lock, 536 hermon_mboxlist_t::mbl_mbox 537 hermon_mboxlist_t::mbl_list_sz 538 hermon_mboxlist_t::mbl_num_alloc 539 hermon_mboxlist_t::mbl_cv 540 hermon_mboxlist_t::mbl_head_indx 541 hermon_mboxlist_t::mbl_tail_indx 542 hermon_mboxlist_t::mbl_entries_free 543 hermon_mboxlist_t::mbl_waiters [all …]
|
H A D | hermon.h | 500 hermon_mboxlist_t hs_in_mblist; 501 hermon_mboxlist_t hs_out_mblist; 512 hermon_mboxlist_t hs_in_intr_mblist; 513 hermon_mboxlist_t hs_out_intr_mblist;
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cmd.c | 46 hermon_mboxlist_t *mblist, hermon_mbox_t **mb, uint_t mbox_wait); 47 static void hermon_impl_mbox_free(hermon_mboxlist_t *mblist, 50 hermon_mboxlist_t *mblist, uint_t num_mbox, hermon_rsrc_type_t type); 52 hermon_mboxlist_t *mblist); 568 hermon_impl_mbox_alloc(hermon_state_t *state, hermon_mboxlist_t *mblist, in hermon_impl_mbox_alloc() 649 hermon_impl_mbox_free(hermon_mboxlist_t *mblist, hermon_mbox_t **mb) in hermon_impl_mbox_free() 728 hermon_impl_mboxlist_init(hermon_state_t *state, hermon_mboxlist_t *mblist, in hermon_impl_mboxlist_init() 813 hermon_impl_mboxlist_fini(hermon_state_t *state, hermon_mboxlist_t *mblist) in hermon_impl_mboxlist_fini()
|