Searched defs:_pcie_device (Results 1 – 1 of 1) sorted by relevance
623 struct _pcie_device { struct624 struct list_head list;625 struct scsi_target *starget;626 u64 wwid;627 u16 handle;628 u32 device_info;629 int id;630 int channel;631 u16 slot;655 static inline void pcie_device_get(struct _pcie_device *p) in pcie_device_get() argument