Searched refs:tx_node (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ | 
| D | stmmac_platform.c | 134 	struct device_node *tx_node;  in stmmac_mtl_setup()  local 156 	tx_node = of_parse_phandle(pdev->dev.of_node, "snps,mtl-tx-config", 0);  in stmmac_mtl_setup() 157 	if (!tx_node) {  in stmmac_mtl_setup() 222 	if (of_property_read_u32(tx_node, "snps,tx-queues-to-use",  in stmmac_mtl_setup() 226 	if (of_property_read_bool(tx_node, "snps,tx-sched-wrr"))  in stmmac_mtl_setup() 228 	else if (of_property_read_bool(tx_node, "snps,tx-sched-wfq"))  in stmmac_mtl_setup() 230 	else if (of_property_read_bool(tx_node, "snps,tx-sched-dwrr"))  in stmmac_mtl_setup() 232 	else if (of_property_read_bool(tx_node, "snps,tx-sched-sp"))  in stmmac_mtl_setup() 240 	for_each_child_of_node(tx_node, q_node) {  in stmmac_mtl_setup() 289 	of_node_put(tx_node);  in stmmac_mtl_setup()
  |