Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/include/hv/
Dnetio_intf.h263 #define NETIO_LOG2_NUM_BUCKETS (10) macro
267 #define NETIO_NUM_BUCKETS (1 << NETIO_LOG2_NUM_BUCKETS)
289 unsigned int __bucket_base:NETIO_LOG2_NUM_BUCKETS;
293 unsigned int __bucket_mask:NETIO_LOG2_NUM_BUCKETS;
295 unsigned int __padding:(32 - 4 - 2 * NETIO_LOG2_NUM_BUCKETS);