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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_main.c3296 const u32 *dn_log_port_id; local
3302 dn_log_port_id = of_get_property(eth_dn, "ibm,hea-port-no",
3304 if (!dn_log_port_id) {
3317 *dn_log_port_id,
3322 *dn_log_port_id);
3336 const u32 *dn_log_port_id; local
3341 dn_log_port_id = of_get_property(eth_dn, "ibm,hea-port-no",
3343 if (dn_log_port_id)
3344 if (*dn_log_port_id == logical_port_id)

Completed in 117 milliseconds