Searched refs:dn_log_port_id (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_main.c2604 const u32 *dn_log_port_id; local
2610 dn_log_port_id = of_get_property(eth_dn, "ibm,hea-port-no",
2612 if (!dn_log_port_id) {
2625 *dn_log_port_id,
2630 *dn_log_port_id);
2645 const u32 *dn_log_port_id; local
2650 dn_log_port_id = of_get_property(eth_dn, "ibm,hea-port-no",
2652 if (dn_log_port_id)
2653 if (*dn_log_port_id == logical_port_id)

Completed in 56 milliseconds