Searched defs:SHMEM_ARRAY_BITPOS (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h1592 * SHMEM_ARRAY_BITPOS(i, 4, 4) defines the stadard ordering:
1598 * SHMEM_ARRAY_BITPOS(i, 4, 8) defines a flip ordering per byte:
1604 * SHMEM_ARRAY_BITPOS(i, 4, 16) defines a flip ordering per word:
1610 #define SHMEM_ARRAY_BITPOS(i, eb, fb) \ macro
1615 ((a[SHMEM_ARRAY_ENTRY(i, eb)] >> SHMEM_ARRAY_BITPOS(i, eb, fb)) & \
1621 SHMEM_ARRAY_BITPOS(i, eb, fb)); \
1623 SHMEM_ARRAY_BITPOS(i, eb, fb)); \

Completed in 473 milliseconds