Searched refs:wait_type (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/3com/ |
| D | typhoon.c | 378 typhoon_reset(void __iomem *ioaddr, int wait_type) in typhoon_reset() argument 383 if (wait_type == WaitNoSleep) in typhoon_reset() 396 if (wait_type != NoWait) { in typhoon_reset() 402 if (wait_type == WaitSleep) in typhoon_reset() 425 if (wait_type == WaitSleep) in typhoon_reset() 1851 typhoon_wakeup(struct typhoon *tp, int wait_type) in typhoon_wakeup() argument 1862 return typhoon_reset(ioaddr, wait_type); in typhoon_wakeup() 1960 typhoon_stop_runtime(struct typhoon *tp, int wait_type) in typhoon_stop_runtime() argument 2006 if (typhoon_reset(ioaddr, wait_type) < 0) { in typhoon_stop_runtime()
|
| /Linux-v5.10/drivers/infiniband/hw/i40iw/ |
| D | i40iw_ctrl.c | 986 u8 wait_type) in i40iw_sc_commit_fpm_values() argument 1015 if (wait_type == I40IW_CQP_WAIT_POLL_REGS) in i40iw_sc_commit_fpm_values() 1017 else if (wait_type == I40IW_CQP_WAIT_POLL_CQ) in i40iw_sc_commit_fpm_values() 1137 u8 wait_type) in i40iw_sc_query_fpm_values() argument 1167 if (wait_type == I40IW_CQP_WAIT_POLL_REGS) in i40iw_sc_query_fpm_values() 1169 else if (wait_type == I40IW_CQP_WAIT_POLL_CQ) in i40iw_sc_query_fpm_values() 3562 u8 wait_type; in i40iw_sc_init_iw_hmc() local 3610 wait_type = poll_registers ? (u8)I40IW_CQP_WAIT_POLL_REGS : in i40iw_sc_init_iw_hmc() 3619 wait_type); in i40iw_sc_init_iw_hmc() 3666 u8 wait_type; in i40iw_sc_configure_iw_fpm() local [all …]
|
| /Linux-v5.10/fs/dlm/ |
| D | lock.c | 5123 int wait_type, stub_unlock_result, stub_cancel_result; in dlm_recover_waiters_pre() local 5162 wait_type = lkb->lkb_wait_type; in dlm_recover_waiters_pre() 5171 if (!wait_type) { in dlm_recover_waiters_pre() 5173 wait_type = DLM_MSG_CANCEL; in dlm_recover_waiters_pre() 5178 wait_type = DLM_MSG_UNLOCK; in dlm_recover_waiters_pre() 5184 lkb->lkb_id, lkb->lkb_flags, wait_type, in dlm_recover_waiters_pre() 5188 switch (wait_type) { in dlm_recover_waiters_pre() 5222 lkb->lkb_wait_type, wait_type); in dlm_recover_waiters_pre()
|
| /Linux-v5.10/drivers/block/rnbd/ |
| D | rnbd-clt.c | 419 enum wait_type { enum 428 int *errno, enum wait_type wait) in send_usr_msg()
|