Searched refs:self_id_count (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/firewire/ |
| 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)
|