Searched refs:self_id_count (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/firewire/ |
| H A D | core-topology.c | 98 static struct fw_node *build_tree(struct fw_card *card, const u32 *sid, int self_id_count, in build_tree() argument 103 .quadlet_count = self_id_count, in build_tree() 441 const u32 *self_ids, int self_id_count) in update_topology_map() argument 449 *map++ = cpu_to_be32((self_id_count + 2) << 16); in update_topology_map() 451 *map++ = cpu_to_be32((node_count << 16) | self_id_count); in update_topology_map() 453 while (self_id_count--) in update_topology_map() 460 int self_id_count, u32 *self_ids, bool bm_abdicate) in fw_core_handle_bus_reset() argument 464 trace_bus_reset_handle(card->index, generation, node_id, bm_abdicate, self_ids, self_id_count); in fw_core_handle_bus_reset() 484 local_node = build_tree(card, self_ids, self_id_count, generation); in fw_core_handle_bus_reset() 504 card->root_node->node_id, self_ids, self_id_count); in fw_core_handle_bus_reset()
|
| /linux/include/trace/events/ |
| H A D | firewire.h | 343 …int generation, unsigned int node_id, bool bm_abdicate, u32 *self_ids, unsigned int self_id_count), 344 TP_ARGS(card_index, generation, node_id, bm_abdicate, self_ids, self_id_count), 350 __dynamic_array(u32, self_ids, self_id_count)
|