Home
last modified time | relevance | path

Searched refs:npe_running (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/soc/ixp4xx/
H A Dnpe.h32 int npe_running(struct npe *npe);
/openbmc/linux/drivers/soc/ixp4xx/
H A Dixp4xx-npe.c165 int npe_running(struct npe *npe) in npe_running() function
578 if (npe_running(npe)) { in npe_load_firmware()
655 if (!npe_running(npe)) in npe_load_firmware()
775 EXPORT_SYMBOL(npe_running);
/openbmc/linux/drivers/net/wan/
H A Dixp4xx_hss.c523 if (!npe_running(port->npe)) { in hss_load_firmware()
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c1192 if (!npe_running(npe)) { in eth_open()
/openbmc/linux/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c504 if (!npe_running(npe_c)) { in init_ixp_crypto()