Home
last modified time | relevance | path

Searched refs:NCR_700_clear_flag (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/
D53c700.c806 NCR_700_clear_flag(SCp->device, NCR_700_DEV_PRINT_SYNC_NEGOTIATION); in process_extended_message()
810 NCR_700_clear_flag(SCp->device, NCR_700_DEV_BEGIN_SYNC_NEGOTIATION); in process_extended_message()
892 NCR_700_clear_flag(SCp->device, NCR_700_DEV_BEGIN_SYNC_NEGOTIATION); in process_message()
1422 NCR_700_clear_flag(SCp->device, NCR_700_DEV_NEGOTIATED_SYNC); in NCR_700_start_command()
1545 NCR_700_clear_flag(SDp, ~0); in NCR_700_intr()
D53c700.h145 NCR_700_clear_flag(struct scsi_device *SDp, __u32 flag) in NCR_700_clear_flag() function