Home
last modified time | relevance | path

Searched refs:tavor_rsrc_alloc (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c222 status = tavor_rsrc_alloc(state, TAVOR_MPT, 1, sleep, &mpt); in tavor_mr_register_shared()
235 status = tavor_rsrc_alloc(state, TAVOR_MRHDL, 1, sleep, &rsrc); in tavor_mr_register_shared()
942 status = tavor_rsrc_alloc(state, TAVOR_MPT, 1, sleep, &mpt); in tavor_mw_alloc()
957 status = tavor_rsrc_alloc(state, TAVOR_MRHDL, 1, sleep, &rsrc); in tavor_mw_alloc()
1225 status = tavor_rsrc_alloc(state, TAVOR_MPT, 1, sleep, &mpt); in tavor_mr_common_reg()
1238 status = tavor_rsrc_alloc(state, TAVOR_MRHDL, 1, sleep, &rsrc); in tavor_mr_common_reg()
1358 status = tavor_rsrc_alloc(state, TAVOR_REFCNT, 1, sleep, in tavor_mr_common_reg()
1525 status = tavor_rsrc_alloc(state, TAVOR_MPT, 1, sleep, &mpt); in tavor_dma_mr_register()
1537 status = tavor_rsrc_alloc(state, TAVOR_MRHDL, 1, sleep, &rsrc); in tavor_dma_mr_register()
1724 status = tavor_rsrc_alloc(state, TAVOR_MTT, in tavor_mr_mtt_bind()
[all …]
H A Dtavor_qp.c234 status = tavor_rsrc_alloc(state, TAVOR_QPC, 1, sleepflag, &qpc); in tavor_qp_alloc()
246 status = tavor_rsrc_alloc(state, TAVOR_QPHDL, 1, sleepflag, &rsrc); in tavor_qp_alloc()
297 status = tavor_rsrc_alloc(state, TAVOR_RDB, max_rdb, in tavor_qp_alloc()
781 status = tavor_rsrc_alloc(state, TAVOR_QPHDL, 1, sleepflag, &rsrc); in tavor_special_qp_alloc()
H A Dtavor_rsrc.c178 tavor_rsrc_alloc(tavor_state_t *state, tavor_rsrc_type_t rsrc, uint_t num, in tavor_rsrc_alloc() function
185 TAVOR_TNF_ENTER(tavor_rsrc_alloc); in tavor_rsrc_alloc()
201 TAVOR_TNF_EXIT(tavor_rsrc_alloc); in tavor_rsrc_alloc()
318 TAVOR_TNF_EXIT(tavor_rsrc_alloc); in tavor_rsrc_alloc()
322 TAVOR_TNF_EXIT(tavor_rsrc_alloc); in tavor_rsrc_alloc()
1987 status = tavor_rsrc_alloc(state, rsrc_pool->rsrc_type, in tavor_rsrc_hw_entries_init()
H A Dtavor_srq.c130 status = tavor_rsrc_alloc(state, TAVOR_SRQC, 1, sleepflag, &srqc); in tavor_srq_alloc()
138 status = tavor_rsrc_alloc(state, TAVOR_SRQHDL, 1, sleepflag, &rsrc); in tavor_srq_alloc()
H A Dtavor_misc.c109 status = tavor_rsrc_alloc(state, TAVOR_UDAV, 1, sleepflag, &udav); in tavor_ah_alloc()
121 status = tavor_rsrc_alloc(state, TAVOR_AHHDL, 1, sleepflag, &rsrc); in tavor_ah_alloc()
840 status = tavor_rsrc_alloc(state, TAVOR_MCG, 1, TAVOR_NOSLEEP, &rsrc); in tavor_mcg_attach()
1728 status = tavor_rsrc_alloc(state, TAVOR_PDHDL, 1, sleepflag, &rsrc); in tavor_pd_alloc()
H A Dtavor.c396 status = tavor_rsrc_alloc(state, TAVOR_UARPG, 1, in tavor_open()
2516 status = tavor_rsrc_alloc(state, TAVOR_UARPG, 1, TAVOR_SLEEP, in tavor_internal_uarpgs_init()
2529 status = tavor_rsrc_alloc(state, TAVOR_UARPG, 1, TAVOR_SLEEP, in tavor_internal_uarpgs_init()
2587 status = tavor_rsrc_alloc(state, TAVOR_QPC, 2, TAVOR_SLEEP, &qp0_rsrc); in tavor_special_qp_contexts_reserve()
2603 status = tavor_rsrc_alloc(state, TAVOR_QPC, 2, TAVOR_SLEEP, &qp1_rsrc); in tavor_special_qp_contexts_reserve()
H A Dtavor_cq.c119 status = tavor_rsrc_alloc(state, TAVOR_CQC, 1, sleepflag, &cqc); in tavor_cq_alloc()
132 status = tavor_rsrc_alloc(state, TAVOR_CQHDL, 1, sleepflag, &rsrc); in tavor_cq_alloc()
H A Dtavor_event.c935 status = tavor_rsrc_alloc(state, TAVOR_EQC, 1, TAVOR_SLEEP, &eqc); in tavor_eq_alloc()
948 status = tavor_rsrc_alloc(state, TAVOR_EQHDL, 1, TAVOR_SLEEP, &rsrc); in tavor_eq_alloc()
H A Dtavor_cmd.c745 status = tavor_rsrc_alloc(state, type, 1, TAVOR_SLEEP, in tavor_impl_mboxlist_init()
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_rsrc.h338 int tavor_rsrc_alloc(tavor_state_t *state, tavor_rsrc_type_t rsrc,