Searched refs:template_mgmt (Results 1 – 1 of 1) sorted by relevance
1164 u16 out_size = sizeof(template_mgmt); in hinic_rss_template_alloc()1172 memset(&template_mgmt, 0, sizeof(template_mgmt)); in hinic_rss_template_alloc()1178 &template_mgmt, sizeof(template_mgmt), in hinic_rss_template_alloc()1179 &template_mgmt, &out_size); in hinic_rss_template_alloc()1186 *tmpl_idx = template_mgmt.template_id; in hinic_rss_template_alloc()1206 u16 out_size = sizeof(template_mgmt); in hinic_rss_template_free()1214 memset(&template_mgmt, 0, sizeof(template_mgmt)); in hinic_rss_template_free()1217 template_mgmt.template_id = tmpl_idx; in hinic_rss_template_free()1218 template_mgmt.cmd = NIC_RSS_CMD_TEMP_FREE; in hinic_rss_template_free()1221 &template_mgmt, sizeof(template_mgmt), in hinic_rss_template_free()[all …]