Searched refs:TOTAL_CAM_ENTRY (Results 1 – 23 of 23) sorted by relevance
110 if (ul_key_id == TOTAL_CAM_ENTRY) { in rtl_cam_add_one_entry()267 return TOTAL_CAM_ENTRY; in rtl_cam_get_free_entry()270 for (i = 4; i < TOTAL_CAM_ENTRY; i++) { in rtl_cam_get_free_entry()276 for (entry_idx = 4; entry_idx < TOTAL_CAM_ENTRY; entry_idx++) { in rtl_cam_get_free_entry()287 return TOTAL_CAM_ENTRY; in rtl_cam_get_free_entry()307 for (i = 4; i < TOTAL_CAM_ENTRY; i++) { in rtl_cam_del_entry()
200 int end = (start + 11 > TOTAL_CAM_ENTRY ? TOTAL_CAM_ENTRY : start + 11); in rtl_debug_get_cam_register()
88 #define TOTAL_CAM_ENTRY 32 macro1686 u8 hwsec_cam_sta_addr[TOTAL_CAM_ENTRY][ETH_ALEN];
434 memset(dvobj->cam_cache, 0, sizeof(struct cam_entry_cache)*TOTAL_CAM_ENTRY); in invalidate_cam_all()519 if (cam_id >= TOTAL_CAM_ENTRY) in _rtw_camid_is_gk()537 for (i = 0; i < TOTAL_CAM_ENTRY; i++) { in _rtw_camid_search()611 for (i = 4; i < TOTAL_CAM_ENTRY; i++) in rtw_camid_alloc()615 if (i == TOTAL_CAM_ENTRY) { in rtw_camid_alloc()648 if (cam_id < TOTAL_CAM_ENTRY) in rtw_camid_free()
268 #define TOTAL_CAM_ENTRY 32 macro
283 struct cam_entry_cache cam_cache[TOTAL_CAM_ENTRY];
259 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92c_set_key()
615 #define TOTAL_CAM_ENTRY 32 macro
2442 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92se_set_key()
495 #define TOTAL_CAM_ENTRY 32 macro
1167 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92d_set_key()
499 #define TOTAL_CAM_ENTRY 32 macro
2341 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl88ee_set_key()
464 #define TOTAL_CAM_ENTRY 32 macro
2130 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92ce_set_key()
509 #define TOTAL_CAM_ENTRY 32 macro
2487 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92ee_set_key()
449 #define TOTAL_CAM_ENTRY 32 macro
2203 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8723e_set_key()
510 #define TOTAL_CAM_ENTRY 32 macro
2606 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8723be_set_key()
522 #define TOTAL_CAM_ENTRY 32 macro
3847 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8821ae_set_key()
Completed in 133 milliseconds