Searched refs:fail (Results 301 - 325 of 1251) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_fw.c423 goto fail;
450 goto fail;
454 goto fail;
458 goto fail;
463 goto fail;
477 fail:
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c106 /* Try to set and enable ARP offload feature, this may fail, then it */
215 brcmf_dbg(TRACE, "fail to clear nd ip table err:%d\n", ret);
662 goto fail;
671 fail:
829 goto fail;
836 fail:
1024 bphy_err(drvr, "fail to get arp ip table err:%d\n", ret);
1053 bphy_err(drvr, "fail to clear arp ip table err:%d\n",
1214 goto fail;
1219 goto fail;
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_ncm.c864 goto fail;
872 goto fail;
879 goto fail;
904 goto fail;
926 goto fail;
929 fail:
1461 goto fail;
1469 goto fail;
1480 goto fail;
1493 goto fail;
[all...]
/linux-master/drivers/macintosh/
H A Dsmu.c706 static void smu_i2c_complete_command(struct smu_i2c_cmd *cmd, int fail) argument
713 if (!fail && cmd->read) {
715 fail = 1;
721 DPRINTK("SMU: completing, success: %d\n", !fail);
730 cmd->status = fail ? -EIO : 0;
772 int fail = 0; local
779 fail = 1;
782 fail = cmd->pdata[0] != 0;
784 fail = cmd->pdata[0] >= 0x80;
786 fail
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi.c70 goto fail;
124 fail:
518 * the seqno check in efx_mcdi_ev_cpl() will fail
1040 * context. It will fail if event queues are disabled or if MCDI
1113 * If in fail-fast state, don't switch to polled completion.
1145 /* We must be in poll or fail mode so no more requests can be queued */
1181 * If in fail-fast state, don't switch to event completion. FLR
1292 /* MCDI timeouts seen, so make all MCDI calls fail-fast and issue an FLR to try
1426 goto fail;
1429 goto fail;
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c109 goto fail;
112 goto fail;
115 goto fail;
118 goto fail;
123 goto fail;
126 goto fail;
129 goto fail;
132 goto fail;
135 goto fail;
142 fail
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c103 rtw89_err(rtwdev, "fw checksum fail\n");
107 rtw89_err(rtwdev, "fw security fail\n");
1198 goto fail;
1214 goto fail;
1218 fail:
1291 goto fail;
1299 fail:
1397 rtw89_err(rtwdev, "parse fw header fail\n");
1461 rtw89_warn(rtwdev, "download firmware fail\n");
1744 goto fail;
[all...]
/linux-master/drivers/input/mouse/
H A Dmaplemouse.c79 goto fail;
113 fail:
/linux-master/drivers/media/firewire/
H A Dfiredtv-rc.c141 goto fail;
157 fail:
/linux-master/drivers/usb/gadget/legacy/
H A Dcdc2.c165 goto fail;
207 fail:
H A Dacm_ms.c176 goto fail;
230 fail:
H A Dmass_storage.c155 goto fail;
203 fail:
/linux-master/kernel/
H A Dutsname.c55 goto fail;
79 fail:
/linux-master/tools/testing/scatterlist/
H A Dmain.c30 static void fail(struct test *test, struct sg_table *st, const char *cond) function
50 fail((test), (st), #cond);
/linux-master/kernel/events/
H A Dcallchain.c93 goto fail;
100 fail:
/linux-master/drivers/scsi/
H A Dzalon.c144 goto fail;
160 fail:
H A Dhosts.c231 goto fail;
240 goto fail;
256 goto fail;
334 fail:
518 goto fail;
527 goto fail;
530 goto fail;
532 fail:
/linux-master/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh105 echo $FUNCNAME $cpu: unexpected fail >&2
131 echo $FUNCNAME $cpu: unexpected fail >&2
/linux-master/tools/testing/vsock/
H A Dcontrol.c242 bool control_cmpln(char *line, const char *str, bool fail) argument
247 if (fail) {
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front.c209 goto fail;
213 goto fail;
217 goto fail;
222 fail:
423 goto fail;
449 fail:
502 goto fail;
544 fail:
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c547 goto fail;
553 goto fail;
566 goto fail;
573 goto fail;
587 goto fail;
594 goto fail;
602 goto fail;
617 fail:
/linux-master/drivers/net/wireguard/
H A Dnetlink.c111 bool fail; local
117 fail = nla_put(skb, WGPEER_A_PUBLIC_KEY, NOISE_PUBLIC_KEY_LEN,
120 if (fail)
130 fail = nla_put(skb, WGPEER_A_PRESHARED_KEY,
134 if (fail)
150 fail = nla_put(skb, WGPEER_A_ENDPOINT,
154 fail = nla_put(skb, WGPEER_A_ENDPOINT,
158 if (fail)
/linux-master/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_trace.c64 link->dp_trace.detect_lt_trace.counts.fail = fail_count;
66 link->dp_trace.commit_lt_trace.counts.fail = fail_count;
/linux-master/drivers/media/tuners/
H A Dxc4000.c971 goto fail;
978 goto fail;
990 goto fail;
1011 goto fail;
1029 goto fail;
1035 goto fail;
1046 goto fail;
1059 goto fail;
1074 fail:
1193 goto fail;
[all...]
/linux-master/tools/testing/selftests/futex/include/
H A Dlogging.h142 #define fail(message, args...) \ macro

Completed in 411 milliseconds

<<11121314151617181920>>