Lines Matching refs:type
126 cap_aer(struct device *d, int where, int type) in cap_aer() argument
203 if (type == PCI_EXP_TYPE_ROOT_PORT || type == PCI_EXP_TYPE_ROOT_EC) in cap_aer()
427 int type; in cap_sriov() local
436 type = l & PCI_BASE_ADDRESS_MEM_TYPE_MASK; in cap_sriov()
437 if (type == PCI_BASE_ADDRESS_MEM_TYPE_64) in cap_sriov()
445 (type == PCI_BASE_ADDRESS_MEM_TYPE_32) ? "32" : "64", in cap_sriov()
455 cap_multicast(struct device *d, int where, int type) in cap_multicast() argument
470 if (type == PCI_EXP_TYPE_ENDPOINT || type == PCI_EXP_TYPE_ROOT_INT_EP) in cap_multicast()
473 if (type == PCI_EXP_TYPE_ROOT_PORT || in cap_multicast()
474 type == PCI_EXP_TYPE_UPSTREAM || type == PCI_EXP_TYPE_DOWNSTREAM) in cap_multicast()
497 if (type == PCI_EXP_TYPE_ENDPOINT || type == PCI_EXP_TYPE_ROOT_INT_EP) in cap_multicast()
849 const char * const type[] = { "Volatile", "Non-volatile", "CDAT" }; in cxl_range() local
860 type[PCI_CXL_RANGE_TYPE(w)], class[PCI_CXL_RANGE_CLASS(w)], in cxl_range()
1914 show_ext_caps(struct device *d, int type) in show_ext_caps() argument
1946 cap_aer(d, where, type); in show_ext_caps()
1995 cap_multicast(d, where, type); in show_ext_caps()