Home
last modified time | relevance | path

Searched refs:TOTAL_CAM_ENTRY (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/net/wireless/realtek/rtlwifi/
A Dcam.c109 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 Ddebug.c200 int end = (start + 11 > TOTAL_CAM_ENTRY ? TOTAL_CAM_ENTRY : start + 11); in rtl_debug_get_cam_register()
A Dwifi.h83 #define TOTAL_CAM_ENTRY 32 macro
1737 u8 hwsec_cam_sta_addr[TOTAL_CAM_ENTRY][ETH_ALEN];
/linux/drivers/staging/rtl8192e/rtl8192e/
A Drtl_cam.c67 if (EntryNo >= TOTAL_CAM_ENTRY) in rtl92e_set_swcam()
105 if (EntryNo >= TOTAL_CAM_ENTRY) { in rtl92e_set_key()
A Dr8192E_hw.h190 #define TOTAL_CAM_ENTRY 32 macro
A Drtl_core.h63 #define TOTAL_CAM_ENTRY 32 macro
/linux/drivers/staging/rtl8723bs/core/
A Drtw_wlan_util.c445 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 Ddrv_types.h287 struct cam_entry_cache cam_cache[TOTAL_CAM_ENTRY];
A Dhal_com_reg.h718 #define TOTAL_CAM_ENTRY 32 macro
/linux/drivers/staging/rtl8192e/
A Drtllib.h1359 #define TOTAL_CAM_ENTRY 32 macro
1519 struct sw_cam_table swcamtable[TOTAL_CAM_ENTRY];
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
A Dreg.h615 #define TOTAL_CAM_ENTRY 32 macro
A Dhw.c2451 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92se_set_key()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
A Dmac.c258 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92c_set_key()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
A Dreg.h485 #define TOTAL_CAM_ENTRY 32 macro
A Dhw.c2155 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92de_set_key()
/linux/drivers/staging/r8188eu/include/
A Drtl8188e_spec.h541 #define TOTAL_CAM_ENTRY 32 macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
A Dreg.h499 #define TOTAL_CAM_ENTRY 32 macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
A Dreg.h464 #define TOTAL_CAM_ENTRY 32 macro
A Dhw.c2139 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92ce_set_key()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
A Dreg.h509 #define TOTAL_CAM_ENTRY 32 macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
A Dreg.h449 #define TOTAL_CAM_ENTRY 32 macro
A Dhw.c2217 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8723e_set_key()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
A Dreg.h510 #define TOTAL_CAM_ENTRY 32 macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Dreg.h522 #define TOTAL_CAM_ENTRY 32 macro
/linux/drivers/staging/rtl8192u/
A Dr8192U_core.c69 #define TOTAL_CAM_ENTRY 32 macro
4881 if (entryno >= TOTAL_CAM_ENTRY) in setKey()

Completed in 157 milliseconds

12