Home
last modified time | relevance | path

Searched refs:BITS_PER_BYTE (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/sys/ofed/include/rdma/
HDrdmavt_qp.h394 #define RVT_QPNMAP_ENTRIES (RVT_QPN_MAX / PAGE_SIZE / BITS_PER_BYTE)
395 #define RVT_BITS_PER_PAGE (PAGE_SIZE * BITS_PER_BYTE)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDbitops.h57 #define BITS_PER_BYTE 8 macro
58 #define BITS_PER_TYPE(t) (sizeof(t) * BITS_PER_BYTE)
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
HDeswitch.h40 #define MLX5_L2_ADDR_HASH_SIZE (BIT(BITS_PER_BYTE))
/freebsd-11-stable/sys/dev/ath/
HDif_ath_tx_ht.c157 #define BITS_PER_BYTE 8 macro
476 minlen = (nsymbols * nsymbits) / BITS_PER_BYTE; in ath_compute_num_delims()
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDqlnx_def.h69 #ifndef BITS_PER_BYTE
70 #define BITS_PER_BYTE 8 macro
/freebsd-11-stable/contrib/tcsh/
HDsh.exec.c70 #define BITS_PER_BYTE 8 macro
90 # define widthof(t) (sizeof(t) * BITS_PER_BYTE)
125 static char xhash[HSHSIZ / BITS_PER_BYTE];
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
HDen.h525 #define MLX4_EN_MAC_HASH_SIZE (1 << BITS_PER_BYTE)
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
HDen.h888 #define MLX5E_ETH_ADDR_HASH_SIZE (1 << BITS_PER_BYTE)