| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs.h | 66 enum wait_type { enum 84 enum wait_type wait);
|
| H A D | rtrs-clt.c | 118 enum wait_type can_wait) in rtrs_clt_get_permit()
|
| /linux/drivers/net/ethernet/3com/ |
| H A D | typhoon.c | 373 typhoon_reset(void __iomem *ioaddr, int wait_type) in typhoon_reset() argument 378 if (wait_type == WaitNoSleep) in typhoon_reset() 391 if (wait_type != NoWait) { in typhoon_reset() 397 if (wait_type == WaitSleep) in typhoon_reset() 420 if (wait_type == WaitSleep) in typhoon_reset() 1848 typhoon_wakeup(struct typhoon *tp, int wait_type) in typhoon_wakeup() argument 1859 return typhoon_reset(ioaddr, wait_type); in typhoon_wakeup() 1957 typhoon_stop_runtime(struct typhoon *tp, int wait_type) in typhoon_stop_runtime() argument 2003 if (typhoon_reset(ioaddr, wait_type) < 0) { in typhoon_stop_runtime()
|
| /linux/drivers/block/rnbd/ |
| H A D | rnbd-clt.c | 292 enum wait_type wait) in rnbd_get_permit() 322 enum wait_type wait) in rnbd_get_iu() 447 enum wait_type wait) in send_msg_close() 532 static int send_msg_open(struct rnbd_clt_dev *dev, enum wait_type wait) in send_msg_open() 579 static int send_msg_sess_info(struct rnbd_clt_session *sess, enum wait_type wait) in send_msg_sess_info()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | ctrl.c | 4169 * @wait_type: poll ccq or cqp registers for cqp completion in irdma_sc_commit_fpm_val_done() 4174 bool post_sq, u8 wait_type) 4202 if (wait_type == IRDMA_CQP_WAIT_POLL_REGS) in irdma_sc_commit_fpm_val() 4205 else if (wait_type == IRDMA_CQP_WAIT_POLL_CQ) in irdma_sc_commit_fpm_val() 4230 * @wait_type: poll ccq or cqp registers for cqp completion in irdma_sc_query_fpm_val_done() 4235 bool post_sq, u8 wait_type) 4261 if (wait_type == IRDMA_CQP_WAIT_POLL_REGS) in irdma_sc_query_fpm_val() 4264 else if (wait_type == IRDMA_CQP_WAIT_POLL_CQ) in irdma_sc_query_fpm_val() 5001 u8 wait_type; in irdma_sc_ccq_destroy() 5008 wait_type in irdma_sc_ccq_destroy() 4185 irdma_sc_commit_fpm_val(struct irdma_sc_cqp * cqp,u64 scratch,u8 hmc_fn_id,struct irdma_dma_mem * commit_fpm_mem,bool post_sq,u8 wait_type) irdma_sc_commit_fpm_val() argument 4246 irdma_sc_query_fpm_val(struct irdma_sc_cqp * cqp,u64 scratch,u8 hmc_fn_id,struct irdma_dma_mem * query_fpm_mem,bool post_sq,u8 wait_type) irdma_sc_query_fpm_val() argument 5020 u8 wait_type; irdma_sc_init_iw_hmc() local 5077 u8 wait_type; irdma_sc_cfg_iw_fpm() local [all...] |
| /linux/fs/dlm/ |
| H A D | lock.c | 164 "sts %d rq %d gr %d wait_type %d wait_nodeid %d seq %llu\n", in dlm_print_lkb() 1796 log_debug(ls, "remwait %x cancel_reply wait_type %d", in _remove_from_waiters() 1840 log_error(ls, "remwait error %x reply %d wait_type %d overlap", in _remove_from_waiters() 5050 int wait_type, local_unlock_result, local_cancel_result; in waiter_needs_recovery() 5087 wait_type = lkb->lkb_wait_type; in dlm_recover_waiters_pre() 5091 /* Main reply may have been received leaving a zero wait_type, in dlm_recover_waiters_pre() 5096 if (!wait_type) { in dlm_recover_waiters_pre() 5098 wait_type = DLM_MSG_CANCEL; in dlm_recover_waiters_pre() 5103 wait_type = DLM_MSG_UNLOCK; in dlm_recover_waiters_pre() 5109 lkb->lkb_id, dlm_iflags_val(lkb), wait_type, in dlm_recover_waiters_pre() 5066 int wait_type, local_unlock_result, local_cancel_result; dlm_recover_waiters_pre() local [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_hw_sequencer.c | 787 block_sequence[*num_steps].params.send_dmcub_cmd_params.wait_type = dc_dmub_cmd[i].wait_type; in hwss_build_fast_sequence() 1540 enum dm_dmub_wait_type wait_type) in hwss_add_dmub_send_dmcub_cmd() 1545 seq_state->steps[*seq_state->num_steps].params.send_dmcub_cmd_params.wait_type = wait_type; in hwss_add_dmub_send_dmcub_cmd() 1662 enum dm_dmub_wait_type wait_type = params->send_dmcub_cmd_params.wait_type; in hwss_send_dmcub_cmd() 1664 dc_wake_and_execute_dmub_cmd(ctx, cmd, wait_type); 1538 hwss_add_dmub_send_dmcub_cmd(struct block_sequence_state * seq_state,struct dc_context * ctx,union dmub_rb_cmd * cmd,enum dm_dmub_wait_type wait_type) hwss_add_dmub_send_dmcub_cmd() argument 1660 enum dm_dmub_wait_type wait_type = params->send_dmcub_cmd_params.wait_type; hwss_send_dmcub_cmd() local
|
| H A D | dc.c | 3952 dc_dmub_cmd[*dmub_cmd_count].wait_type = DM_DMUB_WAIT_TYPE_NO_WAIT; in commit_plane_for_stream_offload_fams2_flip()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/ |
| H A D | hw_sequencer.h | 101 enum dm_dmub_wait_type wait_type; member 1642 struct dc_context *ctx, union dmub_rb_cmd *cmd, enum dm_dmub_wait_type wait_type);
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 13559 bool dm_execute_dmub_cmd(const struct dc_context *ctx, union dmub_rb_cmd *cmd, enum dm_dmub_wait_type wait_type) 13561 return dc_dmub_srv_cmd_run(ctx->dmub_srv, cmd, wait_type); 13564 bool dm_execute_dmub_cmd_list(const struct dc_context *ctx, unsigned int count, union dmub_rb_cmd *cmd, enum dm_dmub_wait_type wait_type) 13566 return dc_dmub_srv_cmd_run_list(ctx->dmub_srv, count, cmd, wait_type); 13530 dm_execute_dmub_cmd(const struct dc_context * ctx,union dmub_rb_cmd * cmd,enum dm_dmub_wait_type wait_type) dm_execute_dmub_cmd() argument 13535 dm_execute_dmub_cmd_list(const struct dc_context * ctx,unsigned int count,union dmub_rb_cmd * cmd,enum dm_dmub_wait_type wait_type) dm_execute_dmub_cmd_list() argument
|