Searched refs:TAVOR_CMD_NOSLEEP_SPIN (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_misc.c | 628 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_attach() 683 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_attach() 721 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_attach() 814 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_attach() 837 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_attach() 862 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_attach() 979 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_detach() 1037 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_detach() 1309 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_hash_list_remove() 1330 TAVOR_CMD_NOSLEEP_SPIN); in tavor_mcg_hash_list_remove() [all …]
|
H A D | tavor_qpmod.c | 880 0, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_reset2init() 1065 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_init2init() 1425 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_init2rtr() 1704 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_rtr2rts() 1925 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_rts2rts() 1970 0, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_rts2sqd() 2198 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_sqd2rts() 2601 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_sqd2sqd() 2685 opmask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_sqerr2rts() 2720 0, TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_to_error() [all …]
|
H A D | tavor.c | 1119 &errorcode, TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1150 TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1162 sizeof (tavor_hw_queryfw_t), TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1237 TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1268 TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1283 TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_init() 1364 status = tavor_getnodeinfo_cmd_post(state, TAVOR_CMD_NOSLEEP_SPIN, in tavor_hw_init() 1414 status = tavor_getnodedesc_cmd_post(state, TAVOR_CMD_NOSLEEP_SPIN, in tavor_hw_init() 1507 TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_fini() 1531 status = tavor_sys_dis_cmd_post(state, TAVOR_CMD_NOSLEEP_SPIN); in tavor_hw_fini() [all …]
|
H A D | tavor_cmd.c | 79 if (cmdpost->cp_flags == TAVOR_CMD_NOSLEEP_SPIN) { in tavor_cmd_post() 972 if (cmdpost->cp_flags == TAVOR_CMD_NOSLEEP_SPIN) { in tavor_write_hcr() 1163 ASSERT(sleepflag == TAVOR_CMD_NOSLEEP_SPIN); in tavor_sys_en_cmd_post() 1198 ASSERT(sleepflag == TAVOR_CMD_NOSLEEP_SPIN); in tavor_sys_dis_cmd_post() 1229 ASSERT(sleepflag == TAVOR_CMD_NOSLEEP_SPIN); in tavor_init_hca_cmd_post() 1277 ASSERT(sleepflag == TAVOR_CMD_NOSLEEP_SPIN); in tavor_close_hca_cmd_post() 1308 ASSERT(sleepflag == TAVOR_CMD_NOSLEEP_SPIN); in tavor_init_ib_cmd_post() 1476 cmd.cp_flags = TAVOR_CMD_NOSLEEP_SPIN; in tavor_mod_stat_cfg_cmd_post() 1631 ASSERT(sleepflag == TAVOR_CMD_NOSLEEP_SPIN); in tavor_getnodeinfo_cmd_post() 2700 cmd.cp_flags = TAVOR_CMD_NOSLEEP_SPIN; /* NO SLEEP */ in tavor_getperfcntr_cmd_post()
|
H A D | tavor_stats.c | 567 TAVOR_CMD_NOSLEEP_SPIN, &sm_perfcntr, 0); in tavor_kstat_perfcntr64_read() 575 TAVOR_CMD_NOSLEEP_SPIN, NULL, 1); in tavor_kstat_perfcntr64_read() 753 TAVOR_CMD_NOSLEEP_SPIN, NULL, 1) != in tavor_kstat_perfcntr64_update()
|
H A D | tavor_qp.c | 1278 qpc, sizeof (tavor_hw_qpc_t), TAVOR_CMD_NOSLEEP_SPIN); in tavor_qp_query() 1705 TAVOR_CMD_NOSLEEP_SPIN); in tavor_special_qp_rsrc_alloc() 1734 TAVOR_CMD_NOSLEEP_SPIN); in tavor_special_qp_rsrc_alloc() 1784 TAVOR_CMD_QP_SMI, TAVOR_CMD_NOSLEEP_SPIN); in tavor_special_qp_rsrc_free() 1803 TAVOR_CMD_QP_GSI, TAVOR_CMD_NOSLEEP_SPIN); in tavor_special_qp_rsrc_free()
|
H A D | tavor_event.c | 976 sizeof (tavor_hw_eqc_t), eqc->tr_indx, TAVOR_CMD_NOSLEEP_SPIN); in tavor_eq_alloc() 1054 sizeof (tavor_hw_eqc_t), eqnum, TAVOR_CMD_NOSLEEP_SPIN); in tavor_eq_free() 1124 TAVOR_CMD_NOSLEEP_SPIN); in tavor_eq_handler_init() 1160 eq->eq_evttypemask, TAVOR_CMD_NOSLEEP_SPIN); in tavor_eq_handler_fini()
|
H A D | tavor_mr.c | 1672 sizeof (tavor_hw_mpt_t), mpt->tr_indx, TAVOR_CMD_NOSLEEP_SPIN); in tavor_mr_common_rereg() 1854 sizeof (tavor_hw_mpt_t), mpt->tr_indx, TAVOR_CMD_NOSLEEP_SPIN); in tavor_mr_common_rereg()
|
H A D | tavor_cq.c | 691 &new_prod_indx, TAVOR_CMD_NOSLEEP_SPIN); in tavor_cq_resize()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_cmd.h | 598 #define TAVOR_CMD_NOSLEEP_SPIN TAVOR_NOSLEEP macro
|