Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pciercx-defs.h3049 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member
3051 uint32_t ctrs : 4;
3069 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported member
3074 uint32_t ctrs : 4;
3102 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member
3104 uint32_t ctrs : 4;
3139 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member
3141 uint32_t ctrs : 4;
3180 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member
3182 uint32_t ctrs : 4;
H A Dcvmx-pcieepx-defs.h3420 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member
3422 uint32_t ctrs : 4;
3440 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported member
3445 uint32_t ctrs : 4;
3472 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member
3474 uint32_t ctrs : 4;
3515 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member
3517 uint32_t ctrs : 4;
/f-stack/dpdk/drivers/net/enic/
H A Denic_fm_flow.c1894 struct enic_fm_counter *ctrs; in enic_fm_more_counters() local
1915 ctrs = (struct enic_fm_counter *)fm->counter_stack + in enic_fm_more_counters()
1917 for (i = 0; i < FM_COUNTERS_EXPAND; i++, ctrs++) { in enic_fm_more_counters()
1918 ctrs->handle = fm->counters_alloced + i; in enic_fm_more_counters()
1919 SLIST_INSERT_HEAD(&fm->counters, ctrs, next); in enic_fm_more_counters()