Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_dmadev.c449 uint16_t count, status_count, count2; in test_single_item_status_query_with_failure() local
491 count2 = rte_dma_completed(dev_id, vchan, COMP_BURST_SZ, &idx, &error); in test_single_item_status_query_with_failure()
495 if (count + status_count + count2 != COMP_BURST_SZ) in test_single_item_status_query_with_failure()
497 count + status_count + count2, COMP_BURST_SZ); in test_single_item_status_query_with_failure()
/dpdk/drivers/net/i40e/
H A Di40e_regs.h9 uint32_t count2; member
H A Di40e_ethdev.c11157 arr_idx2 <= reg_info->count2; in i40e_get_regs()
11173 arr_idx2 <= reg_info->count2; in i40e_get_regs()