template_mgmt     927 drivers/net/ethernet/huawei/hinic/hinic_port.c 	struct hinic_rss_template_mgmt template_mgmt = { 0 };
template_mgmt     934 drivers/net/ethernet/huawei/hinic/hinic_port.c 	template_mgmt.func_id = HINIC_HWIF_FUNC_IDX(hwif);
template_mgmt     935 drivers/net/ethernet/huawei/hinic/hinic_port.c 	template_mgmt.cmd = NIC_RSS_CMD_TEMP_ALLOC;
template_mgmt     938 drivers/net/ethernet/huawei/hinic/hinic_port.c 				 &template_mgmt, sizeof(template_mgmt),
template_mgmt     939 drivers/net/ethernet/huawei/hinic/hinic_port.c 				 &template_mgmt, &out_size);
template_mgmt     940 drivers/net/ethernet/huawei/hinic/hinic_port.c 	if (err || !out_size || template_mgmt.status) {
template_mgmt     942 drivers/net/ethernet/huawei/hinic/hinic_port.c 			err, template_mgmt.status, out_size);
template_mgmt     946 drivers/net/ethernet/huawei/hinic/hinic_port.c 	*tmpl_idx = template_mgmt.template_id;
template_mgmt     953 drivers/net/ethernet/huawei/hinic/hinic_port.c 	struct hinic_rss_template_mgmt template_mgmt = { 0 };
template_mgmt     960 drivers/net/ethernet/huawei/hinic/hinic_port.c 	template_mgmt.func_id = HINIC_HWIF_FUNC_IDX(hwif);
template_mgmt     961 drivers/net/ethernet/huawei/hinic/hinic_port.c 	template_mgmt.template_id = tmpl_idx;
template_mgmt     962 drivers/net/ethernet/huawei/hinic/hinic_port.c 	template_mgmt.cmd = NIC_RSS_CMD_TEMP_FREE;
template_mgmt     965 drivers/net/ethernet/huawei/hinic/hinic_port.c 				 &template_mgmt, sizeof(template_mgmt),
template_mgmt     966 drivers/net/ethernet/huawei/hinic/hinic_port.c 				 &template_mgmt, &out_size);
template_mgmt     967 drivers/net/ethernet/huawei/hinic/hinic_port.c 	if (err || !out_size || template_mgmt.status) {
template_mgmt     969 drivers/net/ethernet/huawei/hinic/hinic_port.c 			err, template_mgmt.status, out_size);