Home
last modified time | relevance | path

Searched refs:check_abort (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/mips/pci/
Dops-tx3927.c64 static inline int check_abort(void) in check_abort() function
98 return check_abort(); in tx3927_pci_read_config()
121 return check_abort(); in tx3927_pci_write_config()
Dops-tx4927.c79 static int check_abort(struct tx4927_pcic_reg __iomem *pcicptr) in check_abort() function
162 return check_abort(pcicptr); in tx4927_pci_config_read()
182 return check_abort(pcicptr); in tx4927_pci_config_write()
/Linux-v4.19/drivers/scsi/isci/
Dremote_device.c104 int check_abort, in sci_remote_device_terminate_req() argument
109 (check_abort && !test_bit(IREQ_PENDING_ABORT, &ireq->flags))) in sci_remote_device_terminate_req()