Home
last modified time | relevance | path

Searched refs:queue_spec (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/crypto/
Dixp4xx_crypto.c463 struct of_phandle_args queue_spec; in init_ixp_crypto() local
475 &queue_spec); in init_ixp_crypto()
480 recv_qid = queue_spec.args[0]; in init_ixp_crypto()
483 &queue_spec); in init_ixp_crypto()
488 send_qid = queue_spec.args[0]; in init_ixp_crypto()
/Linux-v5.15/drivers/net/ethernet/xscale/
Dixp4xx_eth.c1377 struct of_phandle_args queue_spec; in ixp4xx_of_get_platdata() local
1406 &queue_spec); in ixp4xx_of_get_platdata()
1411 plat->rxq = queue_spec.args[0]; in ixp4xx_of_get_platdata()
1415 &queue_spec); in ixp4xx_of_get_platdata()
1420 plat->txreadyq = queue_spec.args[0]; in ixp4xx_of_get_platdata()