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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h1728 * SHMEM_ARRAY_BITPOS(i, 4, 4) defines the stadard ordering:
1734 * SHMEM_ARRAY_BITPOS(i, 4, 8) defines a flip ordering per byte:
1740 * SHMEM_ARRAY_BITPOS(i, 4, 16) defines a flip ordering per word:
1746 #define SHMEM_ARRAY_BITPOS(i, eb, fb) \ macro
1751 ((a[SHMEM_ARRAY_ENTRY(i, eb)] >> SHMEM_ARRAY_BITPOS(i, eb, fb)) & \
1757 SHMEM_ARRAY_BITPOS(i, eb, fb)); \
1759 SHMEM_ARRAY_BITPOS(i, eb, fb)); \

Completed in 281 milliseconds