Searched refs:dn_log_port_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | 3064 const u32 *dn_log_port_id; in ehea_setup_ports() local 3070 dn_log_port_id = of_get_property(eth_dn, "ibm,hea-port-no", in ehea_setup_ports() 3072 if (!dn_log_port_id) { in ehea_setup_ports() 3084 *dn_log_port_id, in ehea_setup_ports() 3088 "logical port id #%d\n", *dn_log_port_id); in ehea_setup_ports() 3102 const u32 *dn_log_port_id; in ehea_get_eth_dn() local 3107 dn_log_port_id = of_get_property(eth_dn, "ibm,hea-port-no", in ehea_get_eth_dn() 3109 if (dn_log_port_id) in ehea_get_eth_dn() 3110 if (*dn_log_port_id == logical_port_id) in ehea_get_eth_dn()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | 3068 const u32 *dn_log_port_id; in ehea_setup_ports() local 3074 dn_log_port_id = of_get_property(eth_dn, "ibm,hea-port-no", in ehea_setup_ports() 3076 if (!dn_log_port_id) { in ehea_setup_ports() 3088 *dn_log_port_id, in ehea_setup_ports() 3092 "logical port id #%d\n", *dn_log_port_id); in ehea_setup_ports() 3106 const u32 *dn_log_port_id; in ehea_get_eth_dn() local 3111 dn_log_port_id = of_get_property(eth_dn, "ibm,hea-port-no", in ehea_get_eth_dn() 3113 if (dn_log_port_id) in ehea_get_eth_dn() 3114 if (*dn_log_port_id == logical_port_id) in ehea_get_eth_dn()
|
Completed in 10 milliseconds