Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_mad.h423 #define COUNTER_MASK(q, n) (q << ((9 - n) * 3)) macro
425 cpu_to_be32(COUNTER_MASK(1, 0) | \
426 COUNTER_MASK(1, 1) | \
427 COUNTER_MASK(1, 2) | \
428 COUNTER_MASK(1, 3) | \
429 COUNTER_MASK(1, 4))
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_mad.c827 #define COUNTER_MASK(q, n) (q << ((9 - n) * 3)) macro
828 #define COUNTER_MASK0_9 cpu_to_be32(COUNTER_MASK(1, 0) | \
829 COUNTER_MASK(1, 1) | \
830 COUNTER_MASK(1, 2) | \
831 COUNTER_MASK(1, 3) | \
832 COUNTER_MASK(1, 4))