Home
last modified time | relevance | path

Searched refs:no_delay (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.c777 bool sol_evts, bool no_delay, int coalesce_wm) in beiscsi_cmd_cq_create() argument
799 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay); in beiscsi_cmd_cq_create()
815 ctxt, no_delay); in beiscsi_cmd_cq_create()
H A Dbe_cmds.h807 bool sol_evts, bool no_delay,
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c927 bool no_delay) in amdgpu_gfx_do_off_ctrl() argument
949 if (no_delay) { in amdgpu_gfx_do_off_ctrl()
996 bool no_delay = adev->in_s0ix ? true : false; in amdgpu_gfx_off_ctrl() local
998 amdgpu_gfx_do_off_ctrl(adev, enable, no_delay); in amdgpu_gfx_off_ctrl()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c240 bool no_delay) in mlxsw_sp_fdb_notify_work_schedule() argument
243 unsigned int interval = no_delay ? 0 : bridge->fdb_notify.interval; in mlxsw_sp_fdb_notify_work_schedule()