Searched refs:fail_rx (Results 1 – 5 of 5) sorted by relevance
64 goto fail_rx; in stm32_i2c_dma_request()74 fail_rx: in stm32_i2c_dma_request()
447 goto fail_rx; in i2c_imx_dma_request()457 fail_rx: in i2c_imx_dma_request()
1841 goto fail_rx; in ath6kl_htc_rx_process_hdr()1848 goto fail_rx; in ath6kl_htc_rx_process_hdr()1860 goto fail_rx; in ath6kl_htc_rx_process_hdr()1869 goto fail_rx; in ath6kl_htc_rx_process_hdr()1883 goto fail_rx; in ath6kl_htc_rx_process_hdr()1891 fail_rx: in ath6kl_htc_rx_process_hdr()2079 goto fail_rx; in ath6kl_htc_rx_fetch()2110 goto fail_rx; in ath6kl_htc_rx_fetch()2118 fail_rx: in ath6kl_htc_rx_fetch()
648 goto fail_rx; in rsi_init_usb_interface()668 fail_rx: in rsi_init_usb_interface()
1223 local fail_rx=$21245 if [[ "${fail_rx}" = "-"* ]]; then1247 fail_rx=${fail_rx:1}1266 if [ -n "$count" ] && [ "$count" != "$fail_rx" ]; then1271 elif { [ "$count" != "$fail_rx" ] && [ $allow_rx_lost -eq 0 ]; } ||1272 { [ "$count" -gt "$fail_rx" ] && [ $allow_rx_lost -eq 1 ]; }; then1273 fail_test "got $count MP_FAIL[s] RX expected $fail_rx"