Searched refs:check_condition (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
H A D | rf_cfg.c | 12 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()
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_stats.h | 115 atomic64_t check_condition; member
|
H A D | fnic_trace.c | 450 (u64)atomic64_read(&stats->misc_stats.check_condition), in fnic_get_stats_data()
|
H A D | fnic_scsi.c | 930 atomic64_inc(&fnic_stats->misc_stats.check_condition); in fnic_fcpio_icmnd_cmpl_handler()
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_stats.h | 101 atomic64_t check_condition; member
|
H A D | fnic_trace.c | 436 (u64)atomic64_read(&stats->misc_stats.check_condition), in fnic_get_stats_data()
|
H A D | fnic_scsi.c | 917 atomic64_inc(&fnic_stats->misc_stats.check_condition); in fnic_fcpio_icmnd_cmpl_handler()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 313 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()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 316 check_condition = 0x0800, /* requesting sense after CHECK CONDITION */ enumerator 939 if (acp->phase & (resetting | check_condition)) { in aha152x_internal_queue() 1442 if (aha152x_priv(DONE_SC)->phase & check_condition) { in busfree_run() 1469 aha152x_internal_queue(ptr, NULL, check_condition); in busfree_run()
|
Completed in 16 milliseconds