Home
last modified time | relevance | path

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

/Linux-v6.6/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.6/drivers/scsi/lpfc/
Dlpfc_debugfs.c4091 goto too_big; in lpfc_idiag_queinfo_read()
4097 goto too_big; in lpfc_idiag_queinfo_read()
4107 goto too_big; in lpfc_idiag_queinfo_read()
4113 goto too_big; in lpfc_idiag_queinfo_read()
4122 goto too_big; in lpfc_idiag_queinfo_read()
4128 goto too_big; in lpfc_idiag_queinfo_read()
4134 goto too_big; in lpfc_idiag_queinfo_read()
4144 goto too_big; in lpfc_idiag_queinfo_read()
4151 goto too_big; in lpfc_idiag_queinfo_read()
4159 too_big: in lpfc_idiag_queinfo_read()
/Linux-v6.6/drivers/mmc/host/
Dsdhci.c966 bool *too_big) in sdhci_calc_timeout() argument
972 *too_big = false; in sdhci_calc_timeout()
1015 *too_big = true; in sdhci_calc_timeout()
1055 bool too_big = false; in __sdhci_set_timeout() local
1056 u8 count = sdhci_calc_timeout(host, cmd, &too_big); in __sdhci_set_timeout()
1058 if (too_big && in __sdhci_set_timeout()