Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_device.c246 int dev_idx; in bcmfs_vdev_probe() local
264 dev_idx = i; in bcmfs_vdev_probe()
270 dev_table[dev_idx].suffix, in bcmfs_vdev_probe()
281 fsdev_dev[i], dev_table[dev_idx].suffix); in bcmfs_vdev_probe()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c15409 uint32_t dev_idx; in __flow_dv_action_ct_update() local
15416 dev_idx = MLX5_INDIRECT_ACT_CT_GET_IDX(idx); in __flow_dv_action_ct_update()
15417 ct = flow_aso_ct_get_by_dev_idx(dev, dev_idx); in __flow_dv_action_ct_update()
16153 uint32_t dev_idx; in flow_dv_action_query() local
16176 dev_idx = MLX5_INDIRECT_ACT_CT_GET_IDX(idx); in flow_dv_action_query()
16177 ct = flow_aso_ct_get_by_dev_idx(dev, dev_idx); in flow_dv_action_query()