Searched refs:self_id_count (Results 1 – 3 of 3) 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()
|
| H A D | ohci.c | 1773 int self_id_count) in get_self_id_pos() argument 1778 for (i = 0; i < self_id_count; i++) { in get_self_id_pos() 1827 static int find_and_insert_self_id(struct fw_ohci *ohci, int self_id_count) in find_and_insert_self_id() argument 1872 pos = get_self_id_pos(ohci, self_id, self_id_count); in find_and_insert_self_id() 1876 (self_id_count - pos) * sizeof(*ohci->self_id_buffer)); in find_and_insert_self_id() 1878 self_id_count++; in find_and_insert_self_id() 1880 return self_id_count; in find_and_insert_self_id() 1886 int self_id_count, generation, new_generation, i, j; in handle_selfid_complete_event() local 1925 self_id_count = ohci1394_self_id_count_get_size(reg) >> 1; in handle_selfid_complete_event() 1927 if (self_id_count > 252) { in handle_selfid_complete_event() [all …]
|
| /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)
|