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