Home
last modified time | relevance | path

Searched refs:check_condition (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Drf_cfg.c12 static bool check_condition(struct adapter *adapt, const u32 condition) in check_condition() function
198 if (!check_condition(adapt, array[i])) { in rtl88e_phy_config_rf_with_headerfile()
/Linux-v5.10/drivers/scsi/fnic/
Dfnic_stats.h115 atomic64_t check_condition; member
Dfnic_trace.c450 (u64)atomic64_read(&stats->misc_stats.check_condition), in fnic_get_stats_data()
Dfnic_scsi.c930 atomic64_inc(&fnic_stats->misc_stats.check_condition); in fnic_fcpio_icmnd_cmpl_handler()
/Linux-v5.10/drivers/scsi/
Daha152x.c313 check_condition = 0x0800, /* requesting sense after CHECK CONDITION */ enumerator
920 if(SCpnt->SCp.phase & (resetting|check_condition)) { in aha152x_internal_queue()
1412 if(DONE_SC->SCp.phase & check_condition) { in busfree_run()
1439 aha152x_internal_queue(ptr, NULL, check_condition, ptr->scsi_done); in busfree_run()