Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_port.c927 struct hinic_rss_template_mgmt template_mgmt = { 0 }; in hinic_rss_template_alloc() local
934 template_mgmt.func_id = HINIC_HWIF_FUNC_IDX(hwif); in hinic_rss_template_alloc()
935 template_mgmt.cmd = NIC_RSS_CMD_TEMP_ALLOC; in hinic_rss_template_alloc()
938 &template_mgmt, sizeof(template_mgmt), in hinic_rss_template_alloc()
939 &template_mgmt, &out_size); in hinic_rss_template_alloc()
940 if (err || !out_size || template_mgmt.status) { in hinic_rss_template_alloc()
942 err, template_mgmt.status, out_size); in hinic_rss_template_alloc()
946 *tmpl_idx = template_mgmt.template_id; in hinic_rss_template_alloc()
953 struct hinic_rss_template_mgmt template_mgmt = { 0 }; in hinic_rss_template_free() local
960 template_mgmt.func_id = HINIC_HWIF_FUNC_IDX(hwif); in hinic_rss_template_free()
[all …]