Searched refs:SHMEM_ARRAY_BITPOS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_hsi.h | 1728 * 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)); \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_hsi.h | 1728 * 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 31 milliseconds