Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_port.c582 int hinic_rss_set_indir_tbl(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_rss_set_indir_tbl()
653 int hinic_rss_get_indir_tbl(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_rss_get_indir_tbl()
683 int hinic_set_rss_type(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_set_rss_type()
743 int hinic_get_rss_type(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_get_rss_type()
811 int hinic_rss_get_template_tbl(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_rss_get_template_tbl()
871 int hinic_rss_get_hash_engine(struct hinic_dev *nic_dev, u8 tmpl_idx, u8 *type) in hinic_rss_get_hash_engine()
929 int hinic_rss_template_alloc(struct hinic_dev *nic_dev, u8 *tmpl_idx) in hinic_rss_template_alloc()
955 int hinic_rss_template_free(struct hinic_dev *nic_dev, u8 tmpl_idx) in hinic_rss_template_free()
Dhinic_main.c328 u8 tmpl_idx = nic_dev->rss_tmpl_idx; in hinic_rss_init() local