Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/soc/ixp4xx/
Dixp4xx-npe.c623 goto too_big; in npe_load_firmware()
627 goto too_big; in npe_load_firmware()
653 too_big: in npe_load_firmware()
/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_debugfs.c4087 goto too_big; in lpfc_idiag_queinfo_read()
4093 goto too_big; in lpfc_idiag_queinfo_read()
4103 goto too_big; in lpfc_idiag_queinfo_read()
4109 goto too_big; in lpfc_idiag_queinfo_read()
4118 goto too_big; in lpfc_idiag_queinfo_read()
4124 goto too_big; in lpfc_idiag_queinfo_read()
4130 goto too_big; in lpfc_idiag_queinfo_read()
4140 goto too_big; in lpfc_idiag_queinfo_read()
4147 goto too_big; in lpfc_idiag_queinfo_read()
4155 too_big: in lpfc_idiag_queinfo_read()
/Linux-v5.10/drivers/mmc/host/
Dsdhci.c928 bool *too_big) in sdhci_calc_timeout() argument
934 *too_big = true; in sdhci_calc_timeout()
982 *too_big = false; in sdhci_calc_timeout()
1020 bool too_big = false; in __sdhci_set_timeout() local
1021 u8 count = sdhci_calc_timeout(host, cmd, &too_big); in __sdhci_set_timeout()
1023 if (too_big && in __sdhci_set_timeout()