Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/soc/ixp4xx/
H A Dnpe.h35 struct npe *npe_request(unsigned id);
/OK3568_Linux_fs/kernel/drivers/soc/ixp4xx/
H A Dixp4xx-npe.c664 struct npe *npe_request(unsigned id) in npe_request() function
753 EXPORT_SYMBOL(npe_request);
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dixp4xx_hss.c1340 if ((port->npe = npe_request(0)) == NULL) { in hss_init_one()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c1445 if (!(port->npe = npe_request(NPE_ID(port->id)))) in ixp4xx_eth_probe()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dixp4xx_crypto.c456 npe_c = npe_request(NPE_ID); in init_ixp_crypto()