Searched defs:_pcie_device (Results 1 – 1 of 1) sorted by relevance
629 struct _pcie_device { struct630 struct list_head list;631 struct scsi_target *starget;632 u64 wwid;633 u16 handle;634 u32 device_info;635 int id;636 int channel;637 u16 slot;661 static inline void pcie_device_get(struct _pcie_device *p) in pcie_device_get() argument