Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/hw_atl/
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-6.12.1/sound/soc/codecs/
Dtas2781-fmwlib.c681 bool is_err = false; in tasdevice_process_block() local
695 is_err = false; in tasdevice_process_block()
706 is_err = true; in tasdevice_process_block()
717 is_err = true; in tasdevice_process_block()
733 is_err = true; in tasdevice_process_block()
749 is_err = true; in tasdevice_process_block()
764 is_err = true; in tasdevice_process_block()
777 is_err = true; in tasdevice_process_block()
787 is_err = true; in tasdevice_process_block()
797 if (is_err == true && blktyp != 0) { in tasdevice_process_block()
/linux-6.12.1/drivers/vfio/pci/mlx5/
Dcmd.h160 u8 is_err:1; member
Dcmd.c167 mvdev->tracker.is_err = true; in set_tracker_error()
1733 if (tracker->is_err) { in mlx5vf_tracker_read_and_clear()
1746 !tracker->is_err) { in mlx5vf_tracker_read_and_clear()
1773 tracker->is_err = true; in mlx5vf_tracker_read_and_clear()
1775 if (tracker->is_err) in mlx5vf_tracker_read_and_clear()
/linux-6.12.1/drivers/net/wireless/ath/wil6210/
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()