Searched refs:ctrs (Results 1 – 3 of 3) sorted by relevance
3049 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member3051 uint32_t ctrs : 4;3069 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported member3074 uint32_t ctrs : 4;3102 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member3104 uint32_t ctrs : 4;3139 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member3141 uint32_t ctrs : 4;3180 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member3182 uint32_t ctrs : 4;
3420 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member3422 uint32_t ctrs : 4;3440 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported member3445 uint32_t ctrs : 4;3472 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member3474 uint32_t ctrs : 4;3515 uint32_t ctrs : 4; /**< Completion Timeout Ranges Supported */ member3517 uint32_t ctrs : 4;
1894 struct enic_fm_counter *ctrs; in enic_fm_more_counters() local1915 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()