Home
last modified time | relevance | path

Searched refs:error_any (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/mips/cavium/usb/
H A Doctusb.c241 td->error_any = 0; in octusb_complete_cb()
246 td->error_any = 1; in octusb_complete_cb()
249 td->error_any = 1; in octusb_complete_cb()
264 if (td->error_any) in octusb_host_control_header_tx()
277 td->error_any = 1; in octusb_host_control_header_tx()
291 td->error_any = 1; in octusb_host_control_header_tx()
333 if (td->error_any) in octusb_host_control_data_tx()
363 if (td->error_any) in octusb_host_control_data_rx()
392 if (td->error_any) in octusb_host_control_status_tx()
444 if (td->error_any) in octusb_non_control_data_tx()
[all …]
H A Doctusb.h53 uint8_t error_any:1; member
/freebsd-13.1/sys/dev/usb/controller/
H A Dsaf1761_otg.c450 td->error_any = 1; in saf1761_host_setup_tx()
460 td->error_any = 1; in saf1761_host_setup_tx()
540 td->error_any = 1; in saf1761_host_bulk_data_rx()
566 td->error_any = 1; in saf1761_host_bulk_data_rx()
646 td->error_any = 1; in saf1761_host_bulk_data_tx()
734 td->error_any = 1; in saf1761_host_intr_data_rx()
760 td->error_any = 1; in saf1761_host_intr_data_rx()
847 td->error_any = 1; in saf1761_host_intr_data_tx()
963 td->error_any = 1; in saf1761_host_isoc_data_rx()
1320 td->error_any = 1; in saf1761_device_data_rx()
[all …]
H A Ddwc_otg.c912 td->error_any = 1; in dwc_otg_host_setup_tx()
918 td->error_any = 1; in dwc_otg_host_setup_tx()
986 td->error_any = 1; in dwc_otg_host_setup_tx()
1059 td->error_any = 1; in dwc_otg_host_setup_tx()
1326 td->error_any = 1; in dwc_otg_host_data_rx_sub()
1378 td->error_any = 1; in dwc_otg_host_data_rx()
1693 td->error_any = 1; in dwc_otg_data_rx()
1715 td->error_any = 1; in dwc_otg_data_rx()
1725 td->error_any = 1; in dwc_otg_data_rx()
1818 td->error_any = 1; in dwc_otg_host_data_tx()
[all …]
H A Dsaf1761_otg.h81 uint8_t error_any:1; member
H A Ddwc_otg.h86 uint8_t error_any:1; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp344 bool error_any = false; in DoExecute() local
365 error_any = true; in DoExecute()
372 error_any ? lldb::eReturnStatusFailed in DoExecute()