Home
last modified time | relevance | path

Searched refs:PCI_ERR_HEADER_LOG (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/pci/pcie/
Daer_inject.c156 case PCI_ERR_HEADER_LOG: in find_pci_config_dword()
159 case PCI_ERR_HEADER_LOG+4: in find_pci_config_dword()
162 case PCI_ERR_HEADER_LOG+8: in find_pci_config_dword()
165 case PCI_ERR_HEADER_LOG+12: in find_pci_config_dword()
Daer.c1126 pos + PCI_ERR_HEADER_LOG, &info->tlp.dw0); in aer_get_device_error_info()
1128 pos + PCI_ERR_HEADER_LOG + 4, &info->tlp.dw1); in aer_get_device_error_info()
1130 pos + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2); in aer_get_device_error_info()
1132 pos + PCI_ERR_HEADER_LOG + 12, &info->tlp.dw3); in aer_get_device_error_info()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h764 #define PCI_ERR_HEADER_LOG 28 /* Header Log Register (16 bytes) */ macro
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c11296 dw0 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG); in ixgbe_io_error_detected()
11297 dw1 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 4); in ixgbe_io_error_detected()
11298 dw2 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 8); in ixgbe_io_error_detected()
11299 dw3 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 12); in ixgbe_io_error_detected()