Home
last modified time | relevance | path

Searched refs:a_node_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dmdesc.c96 static bool vdev_port_node_match(union md_node_info *a_node_info,
102 static bool ds_port_node_match(union md_node_info *a_node_info,
378 if (a_node_info->vdev_port.id != b_node_info->vdev_port.id) in vdev_port_node_match()
381 if (a_node_info->vdev_port.parent_cfg_hdl != in vdev_port_node_match()
385 if (strncmp(a_node_info->vdev_port.name, in vdev_port_node_match()
411 static bool ds_port_node_match(union md_node_info *a_node_info, in ds_port_node_match() argument
414 if (a_node_info->ds_port.id != b_node_info->ds_port.id) in ds_port_node_match()
430 union md_node_info a_node_info; in invoke_on_missing() local
453 rv = get_info_func(a, a_node, &a_node_info); in invoke_on_missing()
466 if (node_match_func(&a_node_info, &b_node_info)) { in invoke_on_missing()
[all …]