Searched refs:max_count (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_hw.h | 201 int nicvf_rss_reta_update(struct nicvf *nic, uint8_t *tbl, uint32_t max_count); 202 int nicvf_rss_reta_query(struct nicvf *nic, uint8_t *tbl, uint32_t max_count);
|
| H A D | nicvf_hw.c | 781 nicvf_rss_reta_update(struct nicvf *nic, uint8_t *tbl, uint32_t max_count) in nicvf_rss_reta_update() argument 792 for (idx = 0; idx < rss->rss_size && idx < max_count; idx++) in nicvf_rss_reta_update() 802 nicvf_rss_reta_query(struct nicvf *nic, uint8_t *tbl, uint32_t max_count) in nicvf_rss_reta_query() argument 814 for (idx = 0; idx < rss->rss_size && idx < max_count; idx++) in nicvf_rss_reta_query()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_cxt.c | 980 p_mngr->acquired[type].max_count = 0; in ecore_cid_map_free() 987 p_mngr->acquired_vf[type][vf].max_count = 0; in ecore_cid_map_free() 1008 p_map->max_count = cid_count; in __ecore_cid_map_alloc_single() 1013 type, p_map->start_cid, p_map->max_count); in __ecore_cid_map_alloc_single() 1220 len = DIV_ROUND_UP(p_map->max_count, in ecore_cxt_mngr_setup() 1231 len = DIV_ROUND_UP(p_map->max_count, in ecore_cxt_mngr_setup() 1812 p_map->max_count); in _ecore_cxt_acquire_cid() 1814 if (rel_cid >= p_map->max_count) { in _ecore_cxt_acquire_cid() 1856 cid < (*pp_map)->start_cid + (*pp_map)->max_count) { in ecore_cxt_test_cid_acquired()
|
| H A D | ecore_cxt.h | 284 u32 max_count; member
|