Searched refs:self_ids (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-topology.c158 * @self_ids: array of self IDs to create the tree from
159 * @self_id_count: the length of the self_ids array
482 update_topology_map(struct fw_card *card, u32 *self_ids, int self_id_count) argument
490 memcpy(&card->topology_map[3], self_ids, self_id_count * 4);
497 int self_id_count, u32 * self_ids)
519 local_node = build_tree(card, self_ids, self_id_count);
521 update_topology_map(card, self_ids, self_id_count);
495 fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, int self_id_count, u32 * self_ids) argument
H A Dfw-transaction.h137 u32 *self_ids,
451 int self_id_count, u32 *self_ids);

Completed in 110 milliseconds