Searched refs:template_mgmt (Results 1 – 1 of 1) sorted by relevance
934 u16 out_size = sizeof(template_mgmt); in hinic_rss_template_alloc()942 &template_mgmt, sizeof(template_mgmt), in hinic_rss_template_alloc()943 &template_mgmt, &out_size); in hinic_rss_template_alloc()946 err, template_mgmt.status, out_size); in hinic_rss_template_alloc()950 *tmpl_idx = template_mgmt.template_id; in hinic_rss_template_alloc()960 u16 out_size = sizeof(template_mgmt); in hinic_rss_template_free()965 template_mgmt.template_id = tmpl_idx; in hinic_rss_template_free()966 template_mgmt.cmd = NIC_RSS_CMD_TEMP_FREE; in hinic_rss_template_free()969 &template_mgmt, sizeof(template_mgmt), in hinic_rss_template_free()970 &template_mgmt, &out_size); in hinic_rss_template_free()[all …]
Completed in 8 milliseconds