Searched refs:PCI_ERROR_RESPONSE (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c323 return (u8)PCI_ERROR_RESPONSE;
/linux-master/include/linux/
H A Dpci.h163 #define PCI_ERROR_RESPONSE (~0ULL) macro
164 #define PCI_SET_ERROR_RESPONSE(val) (*(val) = ((typeof(*(val))) PCI_ERROR_RESPONSE))
165 #define PCI_POSSIBLE_ERROR(val) ((val) == ((typeof(val)) PCI_ERROR_RESPONSE))

Completed in 109 milliseconds