Home
last modified time | relevance | path

Searched refs:hermon_qpn_entry_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h206 } hermon_qpn_entry_t; typedef
314 hermon_qpn_entry_t *qp_qpn_hdl;
382 void hermon_qp_release_qpn(hermon_state_t *state, hermon_qpn_entry_t *entry,
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c1865 hermon_qpn_entry_t *entry; in hermon_qp_free()
2407 hermon_qpn_entry_t query; in hermon_qp_create_qpn()
2408 hermon_qpn_entry_t *entry; in hermon_qp_create_qpn()
2421 entry = (hermon_qpn_entry_t *)avl_find(&state->hs_qpn_avl, in hermon_qp_create_qpn()
2428 entry = (hermon_qpn_entry_t *)kmem_zalloc( in hermon_qp_create_qpn()
2429 sizeof (hermon_qpn_entry_t), KM_NOSLEEP); in hermon_qp_create_qpn()
2478 hermon_qp_release_qpn(hermon_state_t *state, hermon_qpn_entry_t *entry, in hermon_qp_release_qpn()
2522 kmem_free(entry, sizeof (hermon_qpn_entry_t)); in hermon_qp_release_qpn()
2554 hermon_qpn_entry_t *entry, *query; in hermon_qpn_avl_compare()
2556 entry = (hermon_qpn_entry_t *)e; in hermon_qpn_avl_compare()
[all …]
H A Dhermon_ci.c783 hermon_qpn_entry_t *entry; in hermon_ci_release_qpn()
787 entry = (hermon_qpn_entry_t *)qpnh; in hermon_ci_release_qpn()