Home
last modified time | relevance | path

Searched refs:bitsize (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c168 int bitsize; member
198 int bitsize; in compute_bar() local
235 bitsize = 40 - 16; in compute_bar()
250 bitsize = 40 - 21; in compute_bar()
253 if (bar->bitsize < bitsize) in compute_bar()
394 if (!bar->bitsize) in find_unused_bar_noblock()
513 if (a->bitsize == b->bitsize) in bar_cmp()
516 return a->bitsize - b->bitsize; in bar_cmp()
686 nfp->expl.group[i].bitsize = bar->bitsize; in enable_bars()
1055 int bitsize; member
[all …]
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dfault.c171 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()
/linux-6.15/drivers/scsi/be2iscsi/
H A Dbe.h159 static inline u32 amap_mask(u32 bitsize) in amap_mask() argument
161 return (bitsize == 32 ? 0xFFFFFFFF : (1 << bitsize) - 1); in amap_mask()
/linux-6.15/drivers/s390/crypto/
H A Dpkey_uv.c221 u32 pkeysize, pkeytype, bitsize; in uv_verifykey() local
241 bitsize = 8 * pkey_keytype_to_size(pkeytype); in uv_verifykey()
242 *keybitsize = bitsize ?: PKEY_SIZE_UNKNOWN; in uv_verifykey()
H A Dzcrypt_ccamisc.h53 u16 bitsize; /* key bit size */ member
H A Dpkey_cca.c480 *keybitsize = t->bitsize; in cca_verifykey()
H A Dzcrypt_ccamisc.c67 if (keybitsize > 0 && t->bitsize != keybitsize) { in cca_check_secaeskeytoken()
70 __func__, (int)t->bitsize, keybitsize); in cca_check_secaeskeytoken()
/linux-6.15/drivers/net/ethernet/emulex/benet/
H A Dbe.h829 static inline u32 amap_mask(u32 bitsize) in amap_mask() argument
831 return (bitsize == 32 ? 0xFFFFFFFF : (1 << bitsize) - 1); in amap_mask()
/linux-6.15/Documentation/bpf/
H A Dllvm_reloc.rst120 data bitsize is 32 (4 bytes). The relocation can be resolved with
127 bitsize is 64 (8 bytes). The relocation can be resolved with