Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wan/
Dixp4xx_hss.c1389 struct of_phandle_args queue_spec; in ixp4xx_hss_probe() local
1436 &queue_spec); in ixp4xx_hss_probe()
1439 port->txreadyq = queue_spec.args[0]; in ixp4xx_hss_probe()
1442 &queue_spec); in ixp4xx_hss_probe()
1445 port->rxtrigq = queue_spec.args[0]; in ixp4xx_hss_probe()
1448 &queue_spec); in ixp4xx_hss_probe()
1451 port->rxq = queue_spec.args[0]; in ixp4xx_hss_probe()
1454 &queue_spec); in ixp4xx_hss_probe()
1457 port->txq = queue_spec.args[0]; in ixp4xx_hss_probe()
1460 &queue_spec); in ixp4xx_hss_probe()
[all …]
/Linux-v6.6/drivers/net/ethernet/xscale/
Dixp4xx_eth.c1387 struct of_phandle_args queue_spec; in ixp4xx_of_get_platdata() local
1417 &queue_spec); in ixp4xx_of_get_platdata()
1422 plat->rxq = queue_spec.args[0]; in ixp4xx_of_get_platdata()
1426 &queue_spec); in ixp4xx_of_get_platdata()
1431 plat->txreadyq = queue_spec.args[0]; in ixp4xx_of_get_platdata()
/Linux-v6.6/drivers/crypto/intel/ixp4xx/
Dixp4xx_crypto.c464 struct of_phandle_args queue_spec; in init_ixp_crypto() local
476 &queue_spec); in init_ixp_crypto()
481 recv_qid = queue_spec.args[0]; in init_ixp_crypto()
484 &queue_spec); in init_ixp_crypto()
489 send_qid = queue_spec.args[0]; in init_ixp_crypto()