Searched refs:mgr_table (Results 1 – 1 of 1) sorted by relevance
3984 hns3_prepare_mgr_tbl(struct hns3_mac_mgr_tbl_entry_cmd *mgr_table, in hns3_prepare_mgr_tbl() argument3993 tbl = mgr_table; in hns3_prepare_mgr_tbl()4006 struct hns3_mac_mgr_tbl_entry_cmd mgr_table[HNS_MAC_MGR_TBL_MAX_SIZE]; in hns3_init_mgr_tbl() local4011 memset(mgr_table, 0, sizeof(mgr_table)); in hns3_init_mgr_tbl()4012 hns3_prepare_mgr_tbl(mgr_table, &table_item_num); in hns3_init_mgr_tbl()4014 ret = hns3_add_mgr_tbl(hw, &mgr_table[i]); in hns3_init_mgr_tbl()