Searched refs:flush_cache (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.10/drivers/video/fbdev/i810/ |
D | i810_main.h | 55 static inline void flush_cache(void) in flush_cache() function 60 #define flush_cache() do { } while(0) macro
|
D | i810_accel.c | 31 extern void flush_cache(void); 294 flush_cache(); in i810fb_iring_enable()
|
/Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
D | hal_rx.c | 540 status->u.flush_cache.err_detected = in ath11k_hal_reo_flush_cache_status() 543 status->u.flush_cache.err_code = in ath11k_hal_reo_flush_cache_status() 546 if (!status->u.flush_cache.err_code) in ath11k_hal_reo_flush_cache_status() 549 status->u.flush_cache.cache_controller_flush_status_hit = in ath11k_hal_reo_flush_cache_status() 553 status->u.flush_cache.cache_controller_flush_status_desc_type = in ath11k_hal_reo_flush_cache_status() 556 status->u.flush_cache.cache_controller_flush_status_client_id = in ath11k_hal_reo_flush_cache_status() 559 status->u.flush_cache.cache_controller_flush_status_err = in ath11k_hal_reo_flush_cache_status() 562 status->u.flush_cache.cache_controller_flush_status_cnt = in ath11k_hal_reo_flush_cache_status()
|
D | hal.h | 852 struct hal_reo_status_flush_cache flush_cache; member
|
/Linux-v5.10/drivers/scsi/ |
D | ips.c | 674 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release() 675 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); in ips_release() 676 scb->cmd.flush_cache.state = IPS_NORM_STATE; in ips_release() 677 scb->cmd.flush_cache.reserved = 0; in ips_release() 678 scb->cmd.flush_cache.reserved2 = 0; in ips_release() 679 scb->cmd.flush_cache.reserved3 = 0; in ips_release() 680 scb->cmd.flush_cache.reserved4 = 0; in ips_release() 743 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt() 744 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); in ips_halt() 745 scb->cmd.flush_cache.state = IPS_NORM_STATE; in ips_halt() [all …]
|
D | ips.h | 590 IPS_FC_CMD flush_cache; member
|
D | myrs.c | 1485 static DEVICE_ATTR_WO(flush_cache);
|
D | myrb.c | 2211 static DEVICE_ATTR_WO(flush_cache);
|
/Linux-v5.10/arch/powerpc/boot/ |
D | ps3.c | 107 flush_cache((void *)0x100, 512); in ps3_copy_vectors()
|
D | string.S | 252 .global flush_cache 253 flush_cache: label
|
D | main.c | 96 flush_cache(addr, ei.loadsize); in prep_kernel()
|
D | ops.h | 94 extern void flush_cache(void *, unsigned long);
|
/Linux-v5.10/net/decnet/ |
D | dn_rules.c | 236 .flush_cache = dn_fib_rule_flush_cache,
|
/Linux-v5.10/include/net/ |
D | fib_rules.h | 91 void (*flush_cache)(struct fib_rules_ops *ops); member
|
/Linux-v5.10/net/ipv4/ |
D | fib_rules.c | 386 .flush_cache = fib4_rule_flush_cache,
|
/Linux-v5.10/net/core/ |
D | fib_rules.c | 130 if (ops->flush_cache) in flush_route_cache() 131 ops->flush_cache(ops); in flush_route_cache()
|
/Linux-v5.10/drivers/scsi/smartpqi/ |
D | smartpqi_init.c | 695 struct bmic_flush_cache *flush_cache; in pqi_flush_cache() local 704 flush_cache = kzalloc(sizeof(*flush_cache), GFP_KERNEL); in pqi_flush_cache() 705 if (!flush_cache) in pqi_flush_cache() 708 flush_cache->shutdown_event = shutdown_event; in pqi_flush_cache() 710 rc = pqi_send_ctrl_raid_request(ctrl_info, SA_FLUSH_CACHE, flush_cache, in pqi_flush_cache() 711 sizeof(*flush_cache)); in pqi_flush_cache() 713 kfree(flush_cache); in pqi_flush_cache()
|