Home
last modified time | relevance | path

Searched refs:log_n (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c711 const unsigned int log_n, in mlx5_devx_ind_table_create_rqt_attr() argument
717 const unsigned int rqt_n = 1 << log_n; in mlx5_devx_ind_table_create_rqt_attr()
757 mlx5_devx_ind_table_new(struct rte_eth_dev *dev, const unsigned int log_n, in mlx5_devx_ind_table_new() argument
764 rqt_attr = mlx5_devx_ind_table_create_rqt_attr(dev, log_n, in mlx5_devx_ind_table_new()
794 mlx5_devx_ind_table_modify(struct rte_eth_dev *dev, const unsigned int log_n, in mlx5_devx_ind_table_modify() argument
802 rqt_attr = mlx5_devx_ind_table_create_rqt_attr(dev, log_n, in mlx5_devx_ind_table_modify()
H A Dmlx5.h909 int (*ind_table_new)(struct rte_eth_dev *dev, const unsigned int log_n,
912 const unsigned int log_n,
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c520 mlx5_ibv_ind_table_new(struct rte_eth_dev *dev, const unsigned int log_n, in mlx5_ibv_ind_table_new() argument
524 struct ibv_wq *wq[1 << log_n]; in mlx5_ibv_ind_table_new()
537 for (j = 0; i != (unsigned int)(1 << log_n); ++j, ++i) in mlx5_ibv_ind_table_new()
541 .log_ind_tbl_size = log_n, in mlx5_ibv_ind_table_new()