Searched refs:sec_cam_table (Results 1 – 8 of 8) sorted by relevance
61 struct sec_cam_table_t **sec_cam_table; in sec_info_tbl_init() local64 sec_cam_table = &adapter->hw_info->sec_cam_table_bk; in sec_info_tbl_init()66 sec_cam_table = &adapter->hw_info->sec_cam_table; in sec_info_tbl_init()69 if ((*sec_cam_table) == NULL) { in sec_info_tbl_init()70 (*sec_cam_table) = (struct sec_cam_table_t *)PLTFM_MALLOC in sec_info_tbl_init()73 if (!(*sec_cam_table)) in sec_info_tbl_init()77 (*sec_cam_table)->sec_cam_entry[i] = in sec_info_tbl_init()81 if (!(*sec_cam_table)->sec_cam_entry[i]) in sec_info_tbl_init()84 (*sec_cam_table)->sec_cam_entry[i]->sec_cam_info = in sec_info_tbl_init()88 if (!(*sec_cam_table)->sec_cam_entry[i]->sec_cam_info) in sec_info_tbl_init()[all …]
424 struct sec_cam_table_t *sec_cam_table = adapter->hw_info->sec_cam_table; in sec_info_deinit() local426 if (!sec_cam_table) in sec_info_deinit()
6720 struct sec_cam_table_t *sec_cam_table = mac->hw_info->sec_cam_table; in rtl_hal_dump_sec_cam_tbl() local6726 entry = sec_cam_table->sec_cam_entry[i]; in rtl_hal_dump_sec_cam_tbl()
6736 struct sec_cam_table_t *sec_cam_table = mac->hw_info->sec_cam_table; in rtl_hal_dump_sec_cam_tbl() local6742 entry = sec_cam_table->sec_cam_entry[i]; in rtl_hal_dump_sec_cam_tbl()
4710 struct sec_cam_table_t *sec_cam_table; member