Home
last modified time | relevance | path

Searched refs:tavor_cmn_query_cmd_post (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cmd.h665 int tavor_cmn_query_cmd_post(tavor_state_t *state, uint_t opcode,
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c1300 status = tavor_cmn_query_cmd_post(state, QUERY_DDR, 0, in tavor_hw_init()
1316 status = tavor_cmn_query_cmd_post(state, QUERY_FW, 0, &state->ts_fw, in tavor_hw_init()
1402 status = tavor_cmn_query_cmd_post(state, QUERY_DEV_LIM, 0, in tavor_hw_init()
1440 status = tavor_cmn_query_cmd_post(state, QUERY_ADAPTER, 0, in tavor_hw_init()
H A Dtavor_cmd.c2463 tavor_cmn_query_cmd_post(tavor_state_t *state, uint_t opcode, in tavor_cmn_query_cmd_post() function
2472 TAVOR_TNF_ENTER(tavor_cmn_query_cmd_post); in tavor_cmn_query_cmd_post()
2479 TAVOR_TNF_EXIT(tavor_cmn_query_cmd_post); in tavor_cmn_query_cmd_post()
2517 TAVOR_TNF_EXIT(tavor_cmn_query_cmd_post); in tavor_cmn_query_cmd_post()
H A Dtavor_cq.c696 status = tavor_cmn_query_cmd_post(state, QUERY_CQ, in tavor_cq_resize()
H A Dtavor_qp.c1376 status = tavor_cmn_query_cmd_post(state, QUERY_QP, qp->qp_qpnum, in tavor_qp_query()