Searched defs:_pcie_device (Results 1 – 1 of 1) sorted by relevance
589 struct _pcie_device { struct590 struct list_head list;591 struct scsi_target *starget;592 u64 wwid;593 u16 handle;594 u32 device_info;595 int id;596 int channel;620 static inline void pcie_device_get(struct _pcie_device *p) in pcie_device_get() argument