Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-stm32.c64 goto fail_rx; in stm32_i2c_dma_request()
74 fail_rx: in stm32_i2c_dma_request()
H A Di2c-imx.c447 goto fail_rx; in i2c_imx_dma_request()
457 fail_rx: in i2c_imx_dma_request()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c1841 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()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_usb.c648 goto fail_rx; in rsi_init_usb_interface()
668 fail_rx: in rsi_init_usb_interface()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1223 local fail_rx=$2
1245 if [[ "${fail_rx}" = "-"* ]]; then
1247 fail_rx=${fail_rx:1}
1266 if [ -n "$count" ] && [ "$count" != "$fail_rx" ]; then
1271 elif { [ "$count" != "$fail_rx" ] && [ $allow_rx_lost -eq 0 ]; } ||
1272 { [ "$count" -gt "$fail_rx" ] && [ $allow_rx_lost -eq 1 ]; }; then
1273 fail_test "got $count MP_FAIL[s] RX expected $fail_rx"