Searched refs:indir (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_rss.h | 104 int hns3_set_rss_indir_table(struct hns3_hw *hw, uint16_t *indir,
|
| H A D | hns3_rss.c | 245 hns3_set_rss_indir_table(struct hns3_hw *hw, uint16_t *indir, uint16_t size) in hns3_set_rss_indir_table() argument 264 q_id = indir[i * HNS3_RSS_CFG_TBL_SIZE + j]; in hns3_set_rss_indir_table() 285 memcpy(hw->rss_info.rss_indirection_tbl, indir, in hns3_set_rss_indir_table()
|
| H A D | hns3_flow.c | 358 const struct rte_flow_action_handle *indir = action->conf; in hns3_handle_action_indirect() local 360 if (indir->indirect_type != HNS3_INDIRECT_ACTION_TYPE_COUNT) in hns3_handle_action_indirect() 365 if (hns3_counter_lookup(dev, indir->counter_id) == NULL) in hns3_handle_action_indirect() 370 rule->act_cnt.id = indir->counter_id; in hns3_handle_action_indirect() 1805 bool indir; in hns3_flow_create_fdir_rule() local 1813 indir = !!(fdir_rule.flags & HNS3_RULE_FLAG_COUNTER_INDIR); in hns3_flow_create_fdir_rule() 1815 ret = hns3_counter_new(dev, indir, fdir_rule.act_cnt.id, in hns3_flow_create_fdir_rule()
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_lif.h | 218 const uint8_t *key, const uint32_t *indir);
|
| H A D | ionic_lif.c | 1070 const uint16_t types, const uint8_t *key, const uint32_t *indir) in ionic_lif_rss_config() argument 1093 if (indir) in ionic_lif_rss_config() 1095 lif->rss_ind_tbl[i] = indir[i]; in ionic_lif_rss_config()
|
| /dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_rx.c | 517 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()
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_niccfg.h | 519 u8 indir[NIC_RSS_INDIR_SIZE]; member
|
| H A D | hinic_pmd_niccfg.c | 1107 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()
|