Searched defs:_pcie_device (Results 1 – 1 of 1) sorted by relevance
604 struct _pcie_device { struct605 struct list_head list;606 struct scsi_target *starget;607 u64 wwid;608 u16 handle;609 u32 device_info;610 int id;611 int channel;612 u16 slot;636 static inline void pcie_device_get(struct _pcie_device *p) in pcie_device_get() argument