Home
last modified time | relevance | path

Searched refs:pci_channel_offline (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/misc/genwqe/
Dcard_utils.c64 if (pci_channel_offline(pci_dev)) in __genwqe_writeq()
115 if (pci_channel_offline(pci_dev)) in __genwqe_writel()
Dcard_ddcb.c1141 !pci_channel_offline(pci_dev)) { in genwqe_pf_isr()
1152 if (pci_channel_offline(pci_dev)) in genwqe_pf_isr()
Dcard_base.c1000 if (pci_channel_offline(pci_dev)) in genwqe_health_thread()
Dcard_dev.c1061 if (pci_channel_offline(pci_dev)) in genwqe_ioctl()
/linux-4.19.296/drivers/misc/cxl/
Dcxl.h773 return !pci_channel_offline(pdev); in cxl_adapter_link_ok()
/linux-4.19.296/include/linux/
Dpci.h471 static inline int pci_channel_offline(struct pci_dev *pdev) in pci_channel_offline() function