Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/soc/ixp4xx/
Dnpe.h35 struct npe *npe_request(unsigned id);
/Linux-v5.10/drivers/soc/ixp4xx/
Dixp4xx-npe.c664 struct npe *npe_request(unsigned id) in npe_request() function
754 EXPORT_SYMBOL(npe_request);
/Linux-v5.10/drivers/net/wan/
Dixp4xx_hss.c1340 if ((port->npe = npe_request(0)) == NULL) { in hss_init_one()
/Linux-v5.10/drivers/crypto/
Dixp4xx_crypto.c440 npe_c = npe_request(NPE_ID); in init_ixp_crypto()
/Linux-v5.10/drivers/net/ethernet/xscale/
Dixp4xx_eth.c1442 if (!(port->npe = npe_request(NPE_ID(port->id)))) in ixp4xx_eth_probe()