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 D | tavor_cmd.h | 665 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 D | tavor.c | 1300 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 D | tavor_cmd.c | 2463 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 D | tavor_cq.c | 696 status = tavor_cmn_query_cmd_post(state, QUERY_CQ, in tavor_cq_resize()
|
H A D | tavor_qp.c | 1376 status = tavor_cmn_query_cmd_post(state, QUERY_QP, qp->qp_qpnum, in tavor_qp_query()
|