| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | cam.c | 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()
|
| H A D | debug.c | 200 int end = (start + 11 > TOTAL_CAM_ENTRY ? TOTAL_CAM_ENTRY : start + 11); in rtl_debug_get_cam_register()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_wlan_util.c | 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()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | hal_com_reg.h | 264 #define TOTAL_CAM_ENTRY 32 macro
|
| H A D | drv_types.h | 274 struct cam_entry_cache cam_cache[TOTAL_CAM_ENTRY];
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | mac.c | 259 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92c_set_key()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| H A D | reg.h | 615 #define TOTAL_CAM_ENTRY 32 macro
|
| H A D | hw.c | 2442 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92se_set_key()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
| H A D | reg.h | 495 #define TOTAL_CAM_ENTRY 32 macro
|
| H A D | hw_common.c | 1167 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92d_set_key()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | reg.h | 449 #define TOTAL_CAM_ENTRY 32 macro
|
| H A D | hw.c | 2203 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8723e_set_key()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| H A D | reg.h | 464 #define TOTAL_CAM_ENTRY 32 macro
|
| H A D | hw.c | 2130 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92ce_set_key()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| H A D | reg.h | 509 #define TOTAL_CAM_ENTRY 32 macro
|
| H A D | hw.c | 2487 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92ee_set_key()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | reg.h | 499 #define TOTAL_CAM_ENTRY 32 macro
|
| H A D | hw.c | 2341 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl88ee_set_key()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | reg.h | 522 #define TOTAL_CAM_ENTRY 32 macro
|
| H A D | hw.c | 3847 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8821ae_set_key()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | reg.h | 510 #define TOTAL_CAM_ENTRY 32 macro
|
| H A D | hw.c | 2606 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8723be_set_key()
|