Home
last modified time | relevance | path

Searched refs:is_err (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c632 unsigned int is_err = 1U; in hw_atl_a0_hw_ring_rx_receive() local
669 is_err = (0x0000001CU & rxd_wb->status); in hw_atl_a0_hw_ring_rx_receive()
675 buff->is_ip_cso = (is_err & 0x08U) ? 0 : 1; in hw_atl_a0_hw_ring_rx_receive()
678 buff->is_udp_cso = (is_err & 0x10U) ? 0 : 1; in hw_atl_a0_hw_ring_rx_receive()
680 buff->is_tcp_cso = (is_err & 0x10U) ? 0 : 1; in hw_atl_a0_hw_ring_rx_receive()
689 is_err &= ~0x18U; in hw_atl_a0_hw_ring_rx_receive()
690 is_err &= ~0x04U; in hw_atl_a0_hw_ring_rx_receive()
692 if (is_err || rxd_wb->type & 0x1000U) { in hw_atl_a0_hw_ring_rx_receive()
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c884 bool is_err = false; in tasdevice_process_block() local
903 is_err = false; in tasdevice_process_block()
914 is_err = true; in tasdevice_process_block()
925 is_err = true; in tasdevice_process_block()
941 is_err = true; in tasdevice_process_block()
957 is_err = true; in tasdevice_process_block()
972 is_err = true; in tasdevice_process_block()
985 is_err = true; in tasdevice_process_block()
995 is_err = true; in tasdevice_process_block()
1005 if (is_err == true && blktyp != 0) { in tasdevice_process_block()
/linux/drivers/android/binder/
H A Dallocation.rs257 if view.cleanup_object(i).is_err() { in drop()
399 if self.write(offset, &newobj).is_err() { in transfer_binder_object()
H A Dthread.rs1496 if ret.is_err() && ret != Err(EINTR) { in write_read()
H A Dprocess.rs1108 if mapping.alloc.reservation_commit(offset, &mut data).is_err() { in buffer_make_freeable()
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs85 opp::Table::sharing_cpus(dev, &mut mask).is_err() in init()
/linux/rust/pin-init/examples/
H A Dmutex.rs38 .is_err() in acquire()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h158 u8 is_err:1; member
H A Dcmd.c167 mvdev->tracker.is_err = true; in set_tracker_error()
1745 if (tracker->is_err) { in mlx5vf_tracker_read_and_clear()
1758 !tracker->is_err) { in mlx5vf_tracker_read_and_clear()
1785 tracker->is_err = true; in mlx5vf_tracker_read_and_clear()
1787 if (tracker->is_err) in mlx5vf_tracker_read_and_clear()
/linux/rust/kernel/
H A Dbitmap.rs541 assert!(res.is_err()); in bitmap_vec_new()
H A Dstr.rs444 assert!(cstr.to_str().is_err()); in test_cstr_to_str_invalid_utf8()
H A Dpwm.rs380 if unsafe { Self::serialize_wfhw(&rounded.hardware_waveform, wfhw_ptr) }.is_err() { in round_waveform_tohw_callback()
/linux/rust/kernel/device/
H A Dproperty.rs598 if self.inner.is_err() { in required_by()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_virt.c1362 bool is_err = true; in amdgpu_virt_rlcg_vfi_reg_rw() local
1434 is_err = false; in amdgpu_virt_rlcg_vfi_reg_rw()
1457 if (is_err) in amdgpu_virt_rlcg_vfi_reg_rw()
/linux/drivers/net/wireless/ath/wil6210/
H A Dmain.c1372 static void wil_bl_crash_info(struct wil6210_priv *wil, bool is_err) in wil_bl_crash_info() argument
1392 if (is_err) { in wil_bl_crash_info()