Searched refs:TAVOR_CMD_NOSLEEP_SPIN (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_misc.c | 684 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_attach() 744 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_attach() 787 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_attach() 889 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_attach() 916 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_attach() 945 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_attach() 1079 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_detach() 1143 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_detach() 1443 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_hash_list_remove() 1468 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_hash_list_remove() [all …]
|
H A D | tavor.c | 1266 &errorcode, TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1302 TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1317 sizeof (tavor_hw_queryfw_t), TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1404 TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1442 TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1460 TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1563 status = tavor_getnodeinfo_cmd_post(state, TAVOR_CMD_NOSLEEP_SPIN, in tavor_hw_init() 1616 status = tavor_getnodedesc_cmd_post(state, TAVOR_CMD_NOSLEEP_SPIN, in tavor_hw_init() 1724 TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_fini() 1751 status = tavor_sys_dis_cmd_post(state, TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_fini() [all …]
|
H A D | tavor_qpmod.c | 1014 0, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_reset2init() 1232 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_init2init() 1655 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_init2rtr() 1981 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_rtr2rts() 2244 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_rts2rts() 2298 0, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_rts2sqd() 2568 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_sqd2rts() 3045 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_sqd2sqd() 3141 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_sqerr2rts() 3185 0, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_to_error() [all …]
|
H A D | tavor_stats.c | 596 TAVOR_CMD_NOSLEEP_SPIN, &sm_perfcntr, 0); in tavor_kstat_perfcntr64_read() 604 TAVOR_CMD_NOSLEEP_SPIN, NULL, 1); in tavor_kstat_perfcntr64_read() 782 TAVOR_CMD_NOSLEEP_SPIN, NULL, 1) != in tavor_kstat_perfcntr64_update()
|
H A D | tavor_cmd.c | 81 if (cmdpost->cp_flags == TAVOR_CMD_NOSLEEP_SPIN) { in tavor_cmd_post() 1087 if (cmdpost->cp_flags == TAVOR_CMD_NOSLEEP_SPIN) { in tavor_write_hcr() 1300 ASSERT(sleepflag == TAVOR_CMD_NOSLEEP_SPIN); in tavor_sys_en_cmd_post() 1339 ASSERT(sleepflag == TAVOR_CMD_NOSLEEP_SPIN); in tavor_sys_dis_cmd_post() 1377 ASSERT(sleepflag == TAVOR_CMD_NOSLEEP_SPIN); in tavor_init_hca_cmd_post() 1434 ASSERT(sleepflag == TAVOR_CMD_NOSLEEP_SPIN); in tavor_close_hca_cmd_post() 1472 ASSERT(sleepflag == TAVOR_CMD_NOSLEEP_SPIN); in tavor_init_ib_cmd_post() 1665 cmd.cp_flags = TAVOR_CMD_NOSLEEP_SPIN; in tavor_mod_stat_cfg_cmd_post() 1842 ASSERT(sleepflag == TAVOR_CMD_NOSLEEP_SPIN); in tavor_getnodeinfo_cmd_post() 3031 cmd.cp_flags = TAVOR_CMD_NOSLEEP_SPIN; /* NO SLEEP */ in tavor_getperfcntr_cmd_post()
|
H A D | tavor_qp.c | 1377 qpc, sizeof (tavor_hw_qpc_t), TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_query() 1834 TAVOR_CMD_NOSLEEP_SPIN); in tavor_special_qp_rsrc_alloc() 1870 TAVOR_CMD_NOSLEEP_SPIN); in tavor_special_qp_rsrc_alloc() 1930 TAVOR_CMD_QP_SMI, TAVOR_CMD_NOSLEEP_SPIN); in tavor_special_qp_rsrc_free() 1953 TAVOR_CMD_QP_GSI, TAVOR_CMD_NOSLEEP_SPIN); in tavor_special_qp_rsrc_free()
|
H A D | tavor_event.c | 1056 sizeof (tavor_hw_eqc_t), eqc->tr_indx, TAVOR_CMD_NOSLEEP_SPIN); in tavor_eq_alloc() 1144 sizeof (tavor_hw_eqc_t), eqnum, TAVOR_CMD_NOSLEEP_SPIN); in tavor_eq_free() 1222 TAVOR_CMD_NOSLEEP_SPIN); in tavor_eq_handler_init() 1264 eq->eq_evttypemask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_eq_handler_fini()
|
H A D | tavor_mr.c | 1854 sizeof (tavor_hw_mpt_t), mpt->tr_indx, TAVOR_CMD_NOSLEEP_SPIN); in tavor_mr_common_rereg() 2047 sizeof (tavor_hw_mpt_t), mpt->tr_indx, TAVOR_CMD_NOSLEEP_SPIN); in tavor_mr_common_rereg()
|
H A D | tavor_cq.c | 741 &new_prod_indx, TAVOR_CMD_NOSLEEP_SPIN); in tavor_cq_resize()
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_cmd.h | 598 #define TAVOR_CMD_NOSLEEP_SPIN TAVOR_NOSLEEP macro
|