Searched defs:fw_card (Results 1 – 1 of 1) sorted by relevance
85 struct fw_card { struct86 const struct fw_card_driver *driver; argument87 struct device *device;88 struct kref kref;89 struct completion done;91 int node_id;92 int generation;93 int current_tlabel;94 u64 tlabel_mask;95 struct list_head transaction_list;[all …]