Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_mad.h230 #define COUNTER_MASK(q, n) (q << ((9 - n) * 3)) macro
232 cpu_to_be32(COUNTER_MASK(1, 0) | \
233 COUNTER_MASK(1, 1) | \
234 COUNTER_MASK(1, 2) | \
235 COUNTER_MASK(1, 3) | \
236 COUNTER_MASK(1, 4))
/drivers/infiniband/hw/ipath/
Dipath_mad.c821 #define COUNTER_MASK(q, n) (q << ((9 - n) * 3)) macro
822 #define COUNTER_MASK0_9 cpu_to_be32(COUNTER_MASK(1, 0) | \
823 COUNTER_MASK(1, 1) | \
824 COUNTER_MASK(1, 2) | \
825 COUNTER_MASK(1, 3) | \
826 COUNTER_MASK(1, 4))