Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/soc/ixp4xx/
Dixp4xx-npe.c625 goto too_big; in npe_load_firmware()
629 goto too_big; in npe_load_firmware()
655 too_big: in npe_load_firmware()
/Linux-v5.15/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-v5.15/drivers/mmc/host/
Dsdhci.c927 bool *too_big) in sdhci_calc_timeout() argument
933 *too_big = true; in sdhci_calc_timeout()
981 *too_big = false; in sdhci_calc_timeout()
1019 bool too_big = false; in __sdhci_set_timeout() local
1020 u8 count = sdhci_calc_timeout(host, cmd, &too_big); in __sdhci_set_timeout()
1022 if (too_big && in __sdhci_set_timeout()