Searched refs:temp_key (Results 1 – 1 of 1) sorted by relevance
829 struct hinic_rss_template_key temp_key = { 0 }; in hinic_rss_get_template_tbl() local831 u16 out_size = sizeof(temp_key); in hinic_rss_get_template_tbl()842 temp_key.func_id = HINIC_HWIF_FUNC_IDX(hwif); in hinic_rss_get_template_tbl()843 temp_key.template_id = tmpl_idx; in hinic_rss_get_template_tbl()846 &temp_key, sizeof(temp_key), in hinic_rss_get_template_tbl()847 &temp_key, &out_size); in hinic_rss_get_template_tbl()848 if (err || !out_size || temp_key.status) { in hinic_rss_get_template_tbl()850 err, temp_key.status, out_size); in hinic_rss_get_template_tbl()854 memcpy(temp, temp_key.key, HINIC_RSS_KEY_SIZE); in hinic_rss_get_template_tbl()