Home
last modified time | relevance | path

Searched refs:indir (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rss.h106 int hns3_set_rss_indir_table(struct hns3_hw *hw, uint16_t *indir,
H A Dhns3_rss.c274 hns3_set_rss_indir_table(struct hns3_hw *hw, uint16_t *indir, uint16_t size) in hns3_set_rss_indir_table() argument
293 q_id = indir[i * HNS3_RSS_CFG_TBL_SIZE + j]; in hns3_set_rss_indir_table()
314 memcpy(hw->rss_info.rss_indirection_tbl, indir, in hns3_set_rss_indir_table()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_lif.h176 const uint8_t *key, const uint32_t *indir);
H A Dionic_lif.c927 const uint16_t types, const uint8_t *key, const uint32_t *indir) in ionic_lif_rss_config() argument
947 if (indir) in ionic_lif_rss_config()
949 lif->rss_ind_tbl[i] = indir[i]; in ionic_lif_rss_config()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c517 static void hinic_fillout_indir_tbl(struct hinic_nic_dev *nic_dev, u32 *indir) in hinic_fillout_indir_tbl() argument
525 indir[i] = 0xFF; /* Invalid value in indir tbl */ in hinic_fillout_indir_tbl()
530 indir[i++] = nic_dev->rx_queue_list[j]; in hinic_fillout_indir_tbl()
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.h528 u8 indir[NIC_RSS_INDIR_SIZE]; member
H A Dhinic_pmd_niccfg.c1107 hinic_be32_to_cpu(rss_cfg.indir, HINIC_RSS_INDIR_SIZE); in hinic_rss_get_indir_tbl()
1109 indir_table[i] = rss_cfg.indir[i]; in hinic_rss_get_indir_tbl()