Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H 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()
H A Ddebug.c200 int end = (start + 11 > TOTAL_CAM_ENTRY ? TOTAL_CAM_ENTRY : start + 11); in rtl_debug_get_cam_register()
H A Dwifi.h83 #define TOTAL_CAM_ENTRY 32 macro
1724 u8 hwsec_cam_sta_addr[TOTAL_CAM_ENTRY][ETH_ALEN];
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.c57 if (EntryNo >= TOTAL_CAM_ENTRY) in rtl92e_set_swcam()
91 if (EntryNo >= TOTAL_CAM_ENTRY) { in rtl92e_set_key()
H A Dr8192E_hw.h95 #define TOTAL_CAM_ENTRY 32 macro
H A Drtl_core.h55 #define TOTAL_CAM_ENTRY 32 macro
/openbmc/linux/drivers/staging/rtl8723bs/core/
H 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()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Ddrv_types.h285 struct cam_entry_cache cam_cache[TOTAL_CAM_ENTRY];
H A Dhal_com_reg.h657 #define TOTAL_CAM_ENTRY 32 macro
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib.h1304 #define TOTAL_CAM_ENTRY 32 macro
1457 struct sw_cam_table swcamtable[TOTAL_CAM_ENTRY];
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dreg.h615 #define TOTAL_CAM_ENTRY 32 macro
H A Dhw.c2442 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92se_set_key()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dreg.h485 #define TOTAL_CAM_ENTRY 32 macro
H A Dhw.c2149 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92de_set_key()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.c258 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92c_set_key()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dreg.h509 #define TOTAL_CAM_ENTRY 32 macro
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dreg.h464 #define TOTAL_CAM_ENTRY 32 macro
H A Dhw.c2148 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl92ce_set_key()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dreg.h499 #define TOTAL_CAM_ENTRY 32 macro
H A Dhw.c2346 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl88ee_set_key()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dreg.h449 #define TOTAL_CAM_ENTRY 32 macro
H A Dhw.c2217 if (entry_id >= TOTAL_CAM_ENTRY) { in rtl8723e_set_key()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dreg.h522 #define TOTAL_CAM_ENTRY 32 macro
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dreg.h510 #define TOTAL_CAM_ENTRY 32 macro
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c68 #define TOTAL_CAM_ENTRY 32 macro
4755 if (entryno >= TOTAL_CAM_ENTRY) in setKey()

12