Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_port.c578 int hinic_rss_set_indir_tbl(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_rss_set_indir_tbl()
649 int hinic_rss_get_indir_tbl(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_rss_get_indir_tbl()
679 int hinic_set_rss_type(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_set_rss_type()
739 int hinic_get_rss_type(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_get_rss_type()
807 int hinic_rss_get_template_tbl(struct hinic_dev *nic_dev, u32 tmpl_idx, in hinic_rss_get_template_tbl()
867 int hinic_rss_get_hash_engine(struct hinic_dev *nic_dev, u8 tmpl_idx, u8 *type) in hinic_rss_get_hash_engine()
925 int hinic_rss_template_alloc(struct hinic_dev *nic_dev, u8 *tmpl_idx) in hinic_rss_template_alloc()
951 int hinic_rss_template_free(struct hinic_dev *nic_dev, u8 tmpl_idx) in hinic_rss_template_free()
Dhinic_main.c260 u8 tmpl_idx = nic_dev->rss_tmpl_idx; in hinic_rss_init() local