Home
last modified time | relevance | path

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

/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/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1262 local fail_rx=$2
1284 if [[ "${fail_rx}" = "-"* ]]; then
1286 fail_rx=${fail_rx:1}
1305 if [ -n "$count" ] && [ "$count" != "$fail_rx" ]; then
1310 elif { [ "$count" != "$fail_rx" ] && [ $allow_rx_lost -eq 0 ]; } ||
1311 { [ "$count" -gt "$fail_rx" ] && [ $allow_rx_lost -eq 1 ]; }; then
1312 fail_test "got $count MP_FAIL[s] RX expected $fail_rx"
/linux/drivers/i2c/busses/
H A Di2c-imx.c447 goto fail_rx; in i2c_imx_dma_request()
457 fail_rx: in i2c_imx_dma_request()