Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/soc/ixp4xx/
Dnpe.h35 struct npe *npe_request(unsigned id);
/Linux-v5.15/drivers/soc/ixp4xx/
Dixp4xx-npe.c666 struct npe *npe_request(unsigned id) in npe_request() function
761 EXPORT_SYMBOL(npe_request);
/Linux-v5.15/drivers/net/wan/
Dixp4xx_hss.c1349 port->npe = npe_request(0); in hss_init_one()
/Linux-v5.15/drivers/crypto/
Dixp4xx_crypto.c499 npe_c = npe_request(npe_id); in init_ixp_crypto()
/Linux-v5.15/drivers/net/ethernet/xscale/
Dixp4xx_eth.c1522 if (!(port->npe = npe_request(NPE_ID(port->id)))) in ixp4xx_eth_probe()