Home
last modified time | relevance | path

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

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