Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/ixp4xx/
Dixp4xx-npe.c630 goto too_big; in npe_load_firmware()
634 goto too_big; in npe_load_firmware()
660 too_big: in npe_load_firmware()
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_debugfs.c4084 goto too_big; in lpfc_idiag_queinfo_read()
4090 goto too_big; in lpfc_idiag_queinfo_read()
4100 goto too_big; in lpfc_idiag_queinfo_read()
4106 goto too_big; in lpfc_idiag_queinfo_read()
4115 goto too_big; in lpfc_idiag_queinfo_read()
4121 goto too_big; in lpfc_idiag_queinfo_read()
4127 goto too_big; in lpfc_idiag_queinfo_read()
4137 goto too_big; in lpfc_idiag_queinfo_read()
4144 goto too_big; in lpfc_idiag_queinfo_read()
4152 too_big: in lpfc_idiag_queinfo_read()
/Linux-v6.1/drivers/mmc/host/
Dsdhci.c975 bool *too_big) in sdhci_calc_timeout() argument
981 *too_big = false; in sdhci_calc_timeout()
1024 *too_big = true; in sdhci_calc_timeout()
1064 bool too_big = false; in __sdhci_set_timeout() local
1065 u8 count = sdhci_calc_timeout(host, cmd, &too_big); in __sdhci_set_timeout()
1067 if (too_big && in __sdhci_set_timeout()