/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp6000_pcie.c | 97 #define NFP_PCIE_P2C_FIXED_SIZE(bar) (1 << (bar)->bitsize) 98 #define NFP_PCIE_P2C_BULK_SIZE(bar) (1 << (bar)->bitsize) 99 #define NFP_PCIE_P2C_GENERAL_TARGET_OFFSET(bar, x) ((x) << ((bar)->bitsize - 2)) 100 #define NFP_PCIE_P2C_GENERAL_TOKEN_OFFSET(bar, x) ((x) << ((bar)->bitsize - 4)) 101 #define NFP_PCIE_P2C_GENERAL_SIZE(bar) (1 << ((bar)->bitsize - 4)) 124 * @bitsize: bitsize of BAR aperture (read only) 135 u32 bitsize; /* Bit size of the bar */ member 170 int bitsize; member 200 int bitsize; in compute_bar() local 1059 int bitsize; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp6000_pcie.c | 98 #define NFP_PCIE_P2C_FIXED_SIZE(bar) (1 << (bar)->bitsize) 99 #define NFP_PCIE_P2C_BULK_SIZE(bar) (1 << (bar)->bitsize) 100 #define NFP_PCIE_P2C_GENERAL_TARGET_OFFSET(bar, x) ((x) << ((bar)->bitsize - 2)) 101 #define NFP_PCIE_P2C_GENERAL_TOKEN_OFFSET(bar, x) ((x) << ((bar)->bitsize - 4)) 102 #define NFP_PCIE_P2C_GENERAL_SIZE(bar) (1 << ((bar)->bitsize - 4)) 121 * @bitsize: bitsize of BAR aperture (read only) 132 u32 bitsize; /* Bit size of the bar */ member 168 int bitsize; member 198 int bitsize; in compute_bar() local 1055 int bitsize; global() member [all...] |
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be.h | 159 static inline u32 amap_mask(u32 bitsize) in amap_mask() argument 161 return (bitsize == 32 ? 0xFFFFFFFF : (1 << bitsize) - 1); in amap_mask()
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be.h | 159 static inline u32 amap_mask(u32 bitsize) in amap_mask() argument 161 return (bitsize == 32 ? 0xFFFFFFFF : (1 << bitsize) - 1); in amap_mask()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | fault.c | 213 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE; in fault_opcodes_read() local 221 bit = find_first_bit(fault->opcodes, bitsize); in fault_opcodes_read() 222 while (bit < bitsize) { in fault_opcodes_read() 223 zero = find_next_zero_bit(fault->opcodes, bitsize, bit); in fault_opcodes_read() 232 bit = find_next_bit(fault->opcodes, bitsize, zero); in fault_opcodes_read()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | fault.c | 171 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE; in fault_opcodes_read() local 179 bit = find_first_bit(fault->opcodes, bitsize); in fault_opcodes_read() 180 while (bit < bitsize) { in fault_opcodes_read() 181 zero = find_next_zero_bit(fault->opcodes, bitsize, bit); in fault_opcodes_read() 190 bit = find_next_bit(fault->opcodes, bitsize, zero); in fault_opcodes_read()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be.h | 830 static inline u32 amap_mask(u32 bitsize) in amap_mask() argument 832 return (bitsize == 32 ? 0xFFFFFFFF : (1 << bitsize) - 1); in amap_mask()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be.h | 829 static inline u32 amap_mask(u32 bitsize) in amap_mask() argument 831 return (bitsize == 32 ? 0xFFFFFFFF : (1 << bitsize) - 1); in amap_mask()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.h | 52 u16 bitsize; /* key bit size */ member 134 * token. If keybitsize is given, the bitsize of the key is 142 * token. If keybitsize is given, the bitsize of the key is
|
H A D | zcrypt_ccamisc.c | 50 * token. If keybitsize is given, the bitsize of the key is 72 if (keybitsize > 0 && t->bitsize != keybitsize) { in cca_check_secaeskeytoken() 74 DBF("%s token check failed, bitsize %d != %d\n", in cca_check_secaeskeytoken() 75 __func__, (int) t->bitsize, keybitsize); in cca_check_secaeskeytoken() 87 * token. If keybitsize is given, the bitsize of the key is 157 DBF("%s token check failed, bitsize %d\n", in cca_check_secaescipherkey()
|
H A D | pkey_api.c | 275 *pkeysize = t->bitsize; in pkey_verifykey() 671 *ksize = (enum pkey_key_size) t->bitsize; in pkey_verifykey2()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.h | 52 u16 bitsize; /* key bit size */ member 134 * token. If keybitsize is given, the bitsize of the key is 142 * token. If keybitsize is given, the bitsize of the key is
|
H A D | zcrypt_ccamisc.c | 50 * token. If keybitsize is given, the bitsize of the key is 72 if (keybitsize > 0 && t->bitsize != keybitsize) { in cca_check_secaeskeytoken() 74 DBF("%s token check failed, bitsize %d != %d\n", in cca_check_secaeskeytoken() 75 __func__, (int)t->bitsize, keybitsize); in cca_check_secaeskeytoken() 87 * token. If keybitsize is given, the bitsize of the key is 157 DBF("%s token check failed, bitsize %d\n", in cca_check_secaescipherkey()
|
H A D | pkey_api.c | 345 *pkeysize = t->bitsize; in pkey_verifykey() 848 *ksize = (enum pkey_key_size)t->bitsize; in pkey_verifykey2()
|