/linux/drivers/net/wireless/realtek/rtlwifi/ |
A D | cam.c | 109 if (ul_key_id == TOTAL_CAM_ENTRY) { in rtl_cam_add_one_entry() 266 return TOTAL_CAM_ENTRY; in rtl_cam_get_free_entry() 269 for (i = 4; i < TOTAL_CAM_ENTRY; i++) { in rtl_cam_get_free_entry() 275 for (entry_idx = 4; entry_idx < TOTAL_CAM_ENTRY; entry_idx++) { in rtl_cam_get_free_entry() 286 return TOTAL_CAM_ENTRY; in rtl_cam_get_free_entry() 306 for (i = 4; i < TOTAL_CAM_ENTRY; i++) { in rtl_cam_del_entry()
|
A D | debug.c | 200 int end = (start + 11 > TOTAL_CAM_ENTRY ? TOTAL_CAM_ENTRY : start + 11); in rtl_debug_get_cam_register()
|
A D | wifi.h | 83 #define TOTAL_CAM_ENTRY 32 macro 1737 u8 hwsec_cam_sta_addr[TOTAL_CAM_ENTRY][ETH_ALEN];
|
/linux/drivers/staging/rtl8192e/rtl8192e/ |
A D | rtl_cam.c | 67 if (EntryNo >= TOTAL_CAM_ENTRY) in rtl92e_set_swcam() 105 if (EntryNo >= TOTAL_CAM_ENTRY) { in rtl92e_set_key()
|
A D | r8192E_hw.h | 190 #define TOTAL_CAM_ENTRY 32 macro
|
A D | rtl_core.h | 63 #define TOTAL_CAM_ENTRY 32 macro
|
/linux/drivers/staging/rtl8723bs/core/ |
A D | rtw_wlan_util.c | 445 memset(dvobj->cam_cache, 0, sizeof(struct cam_entry_cache)*TOTAL_CAM_ENTRY); in invalidate_cam_all() 558 if (cam_id >= TOTAL_CAM_ENTRY) in _rtw_camid_is_gk() 576 for (i = 0; i < TOTAL_CAM_ENTRY; i++) { in _rtw_camid_search() 650 for (i = 4; i < TOTAL_CAM_ENTRY; i++) in rtw_camid_alloc() 654 if (i == TOTAL_CAM_ENTRY) { in rtw_camid_alloc() 687 if (cam_id < TOTAL_CAM_ENTRY) in rtw_camid_free()
|
/linux/drivers/staging/rtl8723bs/include/ |
A D | drv_types.h | 287 struct cam_entry_cache cam_cache[TOTAL_CAM_ENTRY];
|
A D | hal_com_reg.h | 718 #define TOTAL_CAM_ENTRY 32 macro
|
/linux/drivers/staging/rtl8192e/ |
A D | rtllib.h | 1359 #define TOTAL_CAM_ENTRY 32 macro 1519 struct sw_cam_table swcamtable[TOTAL_CAM_ENTRY];
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
A D | reg.h | 615 #define TOTAL_CAM_ENTRY 32 macro
|
A D | hw.c | 2451 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92se_set_key()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
A D | mac.c | 258 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92c_set_key()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
A D | reg.h | 485 #define TOTAL_CAM_ENTRY 32 macro
|
A D | hw.c | 2155 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92de_set_key()
|
/linux/drivers/staging/r8188eu/include/ |
A D | rtl8188e_spec.h | 541 #define TOTAL_CAM_ENTRY 32 macro
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
A D | reg.h | 499 #define TOTAL_CAM_ENTRY 32 macro
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
A D | reg.h | 464 #define TOTAL_CAM_ENTRY 32 macro
|
A D | hw.c | 2139 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92ce_set_key()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
A D | reg.h | 509 #define TOTAL_CAM_ENTRY 32 macro
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
A D | reg.h | 449 #define TOTAL_CAM_ENTRY 32 macro
|
A D | hw.c | 2217 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8723e_set_key()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
A D | reg.h | 510 #define TOTAL_CAM_ENTRY 32 macro
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
A D | reg.h | 522 #define TOTAL_CAM_ENTRY 32 macro
|
/linux/drivers/staging/rtl8192u/ |
A D | r8192U_core.c | 69 #define TOTAL_CAM_ENTRY 32 macro 4881 if (entryno >= TOTAL_CAM_ENTRY) in setKey()
|