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