Searched refs:queues_n (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxq.c | 2175 const uint32_t queues_n) in mlx5_rxqs_deref() argument 2398 return (ind_tbl->queues_n == queues_n) && in mlx5_ind_table_obj_match_queues() 2418 uint32_t queues_n) in mlx5_ind_table_obj_get() argument 2425 if ((ind_tbl->queues_n == queues_n) && in mlx5_ind_table_obj_get() 2520 uint32_t queues_n = ind_tbl->queues_n; in mlx5_ind_table_obj_setup() local 2583 ind_tbl->queues_n = queues_n; in mlx5_ind_table_obj_new() 2678 ind_tbl->queues_n = queues_n; in mlx5_ind_table_obj_modify() 2701 ind_tbl->queues_n, in mlx5_ind_table_obj_attach() 2811 queues_n = hash_fields ? queues_n : 1; in mlx5_hrxq_modify() 2813 queues, queues_n)) { in mlx5_hrxq_modify() [all …]
|
| H A D | mlx5_rx.h | 234 uint32_t queues_n); 237 uint32_t queues_n, 248 uint16_t *queues, const uint32_t queues_n, 280 const uint16_t *queues, uint32_t queues_n);
|
| H A D | mlx5_devx.c | 559 const uint32_t queues_n) in mlx5_devx_ind_table_create_rqt_attr() argument 582 for (i = 0; i != queues_n; ++i) { in mlx5_devx_ind_table_create_rqt_attr() 629 ind_tbl->queues_n); in mlx5_devx_ind_table_new() 658 const uint16_t *queues, const uint32_t queues_n, in mlx5_devx_ind_table_modify() argument 667 queues_n); in mlx5_devx_ind_table_modify() 731 for (i = 0; i < ind_tbl->queues_n; ++i) { in mlx5_devx_tir_attr_set()
|
| H A D | mlx5.h | 1339 uint32_t queues_n; /**< Number of queues in the list. */ member 1415 const uint16_t *queues, const uint32_t queues_n,
|
| H A D | mlx5_flow.c | 1408 for (i = 0; i != ind_tbl->queues_n; ++i) { in flow_drv_rxq_flags_set() 1515 for (i = 0; i != ind_tbl->queues_n; ++i) { in flow_drv_rxq_flags_trim() 1831 const uint16_t *queues, uint32_t queues_n, in mlx5_validate_rss_queues() argument 1839 for (i = 0; i != queues_n; ++i) { in mlx5_validate_rss_queues() 9871 ind_tbl->queues_n, in mlx5_action_handle_attach()
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_verbs.c | 494 for (i = 0; i != ind_tbl->queues_n; ++i) { in mlx5_ibv_ind_table_new()
|