/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_features.c | 39 byte_index = bit_position / BITS_PER_BYTE; in pqi_is_firmware_feature_supported() 48 (1 << (bit_position % BITS_PER_BYTE))) ? true : false; in pqi_is_firmware_feature_supported() 65 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_is_firmware_feature_enabled() 73 (1 << (bit_position % BITS_PER_BYTE))) ? true : false; in pqi_is_firmware_feature_enabled() 88 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_request_firmware_feature() 93 (1 << (bit_position % BITS_PER_BYTE)); in pqi_request_firmware_feature()
|
H A D | smartpqi_defines.h | 46 #define BITS_PER_BYTE 8 macro 774 #define BITS_PER_BYTE 8 macro
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | crc64.h | 46 #define BITS_PER_BYTE 8 macro 52 #define CRC64_TABLE_ENTRIES ( 1 << BITS_PER_BYTE )
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | bitops.h | 55 #define BITS_PER_BYTE 8 macro 56 #define BITS_PER_TYPE(t) (sizeof(t) * BITS_PER_BYTE) 57 #define BITS_TO_BYTES(n) howmany((n), BITS_PER_BYTE)
|
/freebsd/sys/dev/ice/ |
H A D | ice_defs.h | 44 #define BITS_PER_BYTE 8 macro
|
H A D | ice_bitops.h | 49 #define BITS_PER_CHUNK (BITS_PER_BYTE * sizeof(ice_bitmap_t)) 503 #define BITS_PER_U32 (sizeof(u32) * BITS_PER_BYTE) in ice_bitmap_from_array32()
|
H A D | ice_flex_type.h | 489 BITS_PER_BYTE))
|
H A D | ice_flow.c | 59 .off = (_offset_bytes) * BITS_PER_BYTE, \ 60 .size = (_size_bytes) * BITS_PER_BYTE, \ 660 ese_bits = ICE_FLOW_FV_EXTRACT_SZ * BITS_PER_BYTE; in ice_flow_xtract_fld()
|
H A D | ice_sched.c | 3972 bytes_per_sec = DIV_S64((s64)bw * 1000, BITS_PER_BYTE); in ice_sched_calc_wakeup() 4024 bytes_per_sec = DIV_S64((s64)bw * 1000, BITS_PER_BYTE); in ice_sched_bw_to_rl_profile()
|
H A D | ice_adminq_cmd.h | 995 u8 vsi_list[DIVIDE_AND_ROUND_UP(ICE_MAX_VSI, BITS_PER_BYTE)];
|
H A D | ice_common.c | 5045 if (ce_info[f].width > (ce_info[f].size_of * BITS_PER_BYTE)) { in ice_get_lan_q_ctx()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | rdmavt_qp.h | 392 #define RVT_QPNMAP_ENTRIES (RVT_QPN_MAX / PAGE_SIZE / BITS_PER_BYTE) 393 #define RVT_BITS_PER_PAGE (PAGE_SIZE * BITS_PER_BYTE)
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | eswitch.h | 40 #define MLX5_L2_ADDR_HASH_SIZE (BIT(BITS_PER_BYTE))
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_def.h | 65 #ifndef BITS_PER_BYTE 66 #define BITS_PER_BYTE 8 macro
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx_ht.c | 157 #define BITS_PER_BYTE 8 macro 497 minlen = (nsymbols * nsymbits) / BITS_PER_BYTE; in ath_compute_num_delims()
|
/freebsd/contrib/tcsh/ |
H A D | sh.exec.c | 70 #define BITS_PER_BYTE 8 macro 90 # define widthof(t) (sizeof(t) * BITS_PER_BYTE) 125 static char xhash[HSHSIZ / BITS_PER_BYTE];
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | tx-gen2.c | 1416 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE);
|
H A D | tx.c | 1591 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE); in iwl_trans_pcie_tx()
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_admin.c | 366 sizeof(accel_dev->au_info->sym_ae_msk) * BITS_PER_BYTE; in adf_get_fw_pke_stats()
|
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | en.h | 533 #define MLX4_EN_MAC_HASH_SIZE (1 << BITS_PER_BYTE)
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | en.h | 964 #define MLX5E_ETH_ADDR_HASH_SIZE (1 << BITS_PER_BYTE)
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | dbg.c | 2628 BUILD_BUG_ON((sizeof(trigger->regions_mask) * BITS_PER_BYTE) <
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | sta.c | 3238 BUILD_BUG_ON((sizeof(mvmsta->agg_tids) * BITS_PER_BYTE) in iwl_mvm_sta_tx_agg_oper()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | core.c | 3648 int tids_nbit = BITS_PER_BYTE; in _rtw89_core_set_tid_config()
|