/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/ |
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()
|
D | debug.c | 200 int end = (start + 11 > TOTAL_CAM_ENTRY ? TOTAL_CAM_ENTRY : start + 11); in rtl_debug_get_cam_register()
|
D | wifi.h | 88 #define TOTAL_CAM_ENTRY 32 macro 1686 u8 hwsec_cam_sta_addr[TOTAL_CAM_ENTRY][ETH_ALEN];
|
/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_cam.c | 52 if (EntryNo >= TOTAL_CAM_ENTRY) in rtl92e_set_swcam() 86 if (EntryNo >= TOTAL_CAM_ENTRY) { in rtl92e_set_key()
|
D | r8192E_hw.h | 95 #define TOTAL_CAM_ENTRY 32 macro
|
D | rtl_core.h | 53 #define TOTAL_CAM_ENTRY 32 macro
|
/linux-6.12.1/drivers/staging/rtl8723bs/core/ |
D | rtw_wlan_util.c | 444 memset(dvobj->cam_cache, 0, sizeof(struct cam_entry_cache)*TOTAL_CAM_ENTRY); in invalidate_cam_all() 557 if (cam_id >= TOTAL_CAM_ENTRY) in _rtw_camid_is_gk() 575 for (i = 0; i < TOTAL_CAM_ENTRY; i++) { in _rtw_camid_search() 649 for (i = 4; i < TOTAL_CAM_ENTRY; i++) in rtw_camid_alloc() 653 if (i == TOTAL_CAM_ENTRY) { in rtw_camid_alloc() 686 if (cam_id < TOTAL_CAM_ENTRY) in rtw_camid_free()
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | hal_com_reg.h | 268 #define TOTAL_CAM_ENTRY 32 macro
|
D | drv_types.h | 285 struct cam_entry_cache cam_cache[TOTAL_CAM_ENTRY];
|
/linux-6.12.1/drivers/staging/rtl8192e/ |
D | rtllib.h | 1111 #define TOTAL_CAM_ENTRY 32 macro 1254 struct sw_cam_table swcamtable[TOTAL_CAM_ENTRY];
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | reg.h | 615 #define TOTAL_CAM_ENTRY 32 macro
|
D | hw.c | 2442 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92se_set_key()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | mac.c | 259 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92c_set_key()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
D | reg.h | 495 #define TOTAL_CAM_ENTRY 32 macro
|
D | hw_common.c | 1167 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92d_set_key()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | reg.h | 464 #define TOTAL_CAM_ENTRY 32 macro
|
D | hw.c | 2143 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92ce_set_key()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | reg.h | 449 #define TOTAL_CAM_ENTRY 32 macro
|
D | hw.c | 2212 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8723e_set_key()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | reg.h | 509 #define TOTAL_CAM_ENTRY 32 macro
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | reg.h | 499 #define TOTAL_CAM_ENTRY 32 macro
|
D | hw.c | 2341 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl88ee_set_key()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | reg.h | 522 #define TOTAL_CAM_ENTRY 32 macro
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | reg.h | 510 #define TOTAL_CAM_ENTRY 32 macro
|
D | hw.c | 2604 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8723be_set_key()
|