Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.c597 int hinic_rss_set_indir_tbl(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_rss_set_indir_tbl() argument
625 indir_tbl->group_index = cpu_to_be32(tmpl_idx); in hinic_rss_set_indir_tbl()
668 int hinic_rss_get_indir_tbl(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_rss_get_indir_tbl() argument
679 rss_cfg.template_id = tmpl_idx; in hinic_rss_get_indir_tbl()
698 int hinic_set_rss_type(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_set_rss_type() argument
735 ctx_tbl->group_index = cpu_to_be32(tmpl_idx); in hinic_set_rss_type()
758 int hinic_get_rss_type(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_get_rss_type() argument
775 ctx_tbl.template_id = tmpl_idx; in hinic_get_rss_type()
826 int hinic_rss_get_template_tbl(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_rss_get_template_tbl() argument
843 temp_key.template_id = tmpl_idx; in hinic_rss_get_template_tbl()
[all …]
H A Dhinic_port.h804 int hinic_set_rss_type(struct hinic_dev *nic_dev, u32 tmpl_idx,
807 int hinic_rss_set_indir_tbl(struct hinic_dev *nic_dev, u32 tmpl_idx,
818 int hinic_rss_template_alloc(struct hinic_dev *nic_dev, u8 *tmpl_idx);
820 int hinic_rss_template_free(struct hinic_dev *nic_dev, u8 tmpl_idx);
824 int hinic_get_rss_type(struct hinic_dev *nic_dev, u32 tmpl_idx,
827 int hinic_rss_get_indir_tbl(struct hinic_dev *nic_dev, u32 tmpl_idx,
830 int hinic_rss_get_template_tbl(struct hinic_dev *nic_dev, u32 tmpl_idx,
833 int hinic_rss_get_hash_engine(struct hinic_dev *nic_dev, u8 tmpl_idx,