Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Ddrv_types.h419 struct cam_entry_cache { struct
458 struct cam_entry_cache cam_cache[TOTAL_CAM_ENTRY];
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c533 memset(dvobj->cam_cache, 0, sizeof(struct cam_entry_cache)*TOTAL_CAM_ENTRY); in invalidate_cam_all()
618 struct cam_entry_cache cache; in write_cam_from_cache()
621 memcpy(&cache, &dvobj->cam_cache[id], sizeof(struct cam_entry_cache)); in write_cam_from_cache()
648 memset(&(dvobj->cam_cache[id]), 0, sizeof(struct cam_entry_cache)); in clear_cam_cache()