Searched refs:temp_key (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_port.c | 829 struct hinic_rss_template_key temp_key = { 0 }; in hinic_rss_get_template_tbl() local 831 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()
|
| /linux/drivers/opp/ |
| H A D | core.c | 581 struct dev_pm_opp_key temp_key; in _opp_table_find_opp_key() local 591 read(temp_opp, 0, &temp_key); in _opp_table_find_opp_key() 592 if (compare(&opp, temp_opp, &temp_key, key)) { in _opp_table_find_opp_key()
|