Searched refs:dn_log_port_id (Results 1 – 1 of 1) sorted by relevance
3062 const u32 *dn_log_port_id; in ehea_setup_ports() local3068 dn_log_port_id = of_get_property(eth_dn, "ibm,hea-port-no", in ehea_setup_ports()3070 if (!dn_log_port_id) { in ehea_setup_ports()3082 *dn_log_port_id, in ehea_setup_ports()3086 "logical port id #%d\n", *dn_log_port_id); in ehea_setup_ports()3100 const u32 *dn_log_port_id; in ehea_get_eth_dn() local3105 dn_log_port_id = of_get_property(eth_dn, "ibm,hea-port-no", in ehea_get_eth_dn()3107 if (dn_log_port_id) in ehea_get_eth_dn()3108 if (*dn_log_port_id == logical_port_id) in ehea_get_eth_dn()