Home
last modified time | relevance | path

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

/drivers/w1/
A Dw1_netlink.c545 int node_count = 0; in w1_cn_callback() local
571 ++node_count; in w1_cn_callback()
580 if (node_count) { in w1_cn_callback()
600 node_count * sizeof(struct w1_cb_node) + in w1_cn_callback()
628 block->first_cn = (struct cn_msg *)(node + node_count); in w1_cn_callback()
/drivers/net/ethernet/intel/ice/
A Dice_nvm.c771 u16 module_id, length, node_count, i; in ice_get_netlist_info() local
796 status = ice_read_netlist_module(hw, bank, ICE_LINK_TOPO_NODE_COUNT, &node_count); in ice_get_netlist_info()
799 node_count &= ICE_LINK_TOPO_NODE_COUNT_M; in ice_get_netlist_info()
807 ICE_NETLIST_ID_BLK_OFFSET(node_count) * sizeof(u16), in ice_get_netlist_info()
/drivers/firewire/
A Dcore-topology.c441 int node_count = (card->root_node->node_id & 0x3f) + 1; in update_topology_map() local
446 *map++ = cpu_to_be32((node_count << 16) | self_id_count); in update_topology_map()
/drivers/md/dm-vdo/indexer/
A Dvolume.c1160 u32 next_record, u32 node, u32 node_count) in encode_tree() argument
1162 if (node < node_count) { in encode_tree()
1166 child, node_count); in encode_tree()
1176 child + 1, node_count); in encode_tree()
/drivers/acpi/arm64/
A Diort.c245 for (i = 0; i < iort->node_count; i++) { in iort_scan_node()
1054 for (i = 0; i < iort->node_count; i++) { in iort_find_rmrs()
1941 for (i = 0; i < iort->node_count; i++) { in iort_init_platform_devices()
2016 for (i = 0; i < iort->node_count; i++) { in acpi_iort_dma_get_max_cpu_address()
/drivers/acpi/
A Dviot.c296 for (i = 0; i < viot->node_count; i++) { in acpi_viot_init()
/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_e610.c3245 u16 module_id, length, node_count, i; in ixgbe_get_netlist_info() local
3269 &node_count); in ixgbe_get_netlist_info()
3273 node_count &= IXGBE_LINK_TOPO_NODE_COUNT_M; in ixgbe_get_netlist_info()
3281 IXGBE_NETLIST_ID_BLK_OFFSET(node_count) * in ixgbe_get_netlist_info()
/drivers/edac/
A Damd64_edac.c990 u16 node_count; member
1034 gpu_node_map.node_count = FIELD_GET(LNTM_NODE_COUNT, tmp); in gpu_get_node_map()

Completed in 47 milliseconds