Home
last modified time | relevance | path

Searched refs:template_mgmt (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.c949 u16 out_size = sizeof(template_mgmt); in hinic_rss_template_alloc()
957 &template_mgmt, sizeof(template_mgmt), in hinic_rss_template_alloc()
958 &template_mgmt, &out_size); in hinic_rss_template_alloc()
961 err, template_mgmt.status, out_size); in hinic_rss_template_alloc()
965 *tmpl_idx = template_mgmt.template_id; in hinic_rss_template_alloc()
975 u16 out_size = sizeof(template_mgmt); in hinic_rss_template_free()
980 template_mgmt.template_id = tmpl_idx; in hinic_rss_template_free()
981 template_mgmt.cmd = NIC_RSS_CMD_TEMP_FREE; in hinic_rss_template_free()
984 &template_mgmt, sizeof(template_mgmt), in hinic_rss_template_free()
985 &template_mgmt, &out_size); in hinic_rss_template_free()
[all …]