Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/include/
Ddrv_types.h413 struct cam_entry_cache { struct
452 struct cam_entry_cache cam_cache[TOTAL_CAM_ENTRY];
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c528 memset(dvobj->cam_cache, 0, sizeof(struct cam_entry_cache)*TOTAL_CAM_ENTRY); in invalidate_cam_all()
613 struct cam_entry_cache cache; in write_cam_from_cache()
616 memcpy(&cache, &dvobj->cam_cache[id], sizeof(struct cam_entry_cache)); in write_cam_from_cache()
643 memset(&(dvobj->cam_cache[id]), 0, sizeof(struct cam_entry_cache)); in clear_cam_cache()