Searched refs:rb_size (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/stand/efi/boot1/
H A Dzfs_module.c57 size_t size, remainder, rb_size, blksz; local
66 rb_size = bytes;
75 rb_size = devinfo->dev->Media->BlockSize;
76 bouncebuf = malloc(rb_size);
82 blksz = rb_size - remainder;
87 devinfo->dev->Media->MediaId, lba, rb_size, rb_buf);
98 blksz = rb_size;
107 " rb_size: %zu, status: %lu\n", devinfo->dev,
108 devinfo->dev->Media->MediaId, (uintmax_t)lba, bytes, rb_size,
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dctxt-info.c169 u32 control_flags = 0, rb_size; local
189 rb_size = IWL_CTXT_INFO_RB_SIZE_2K;
192 rb_size = IWL_CTXT_INFO_RB_SIZE_4K;
195 rb_size = IWL_CTXT_INFO_RB_SIZE_8K;
198 rb_size = IWL_CTXT_INFO_RB_SIZE_16K;
202 rb_size = IWL_CTXT_INFO_RB_SIZE_4K;
210 control_flags |= u32_encode_bits(rb_size, IWL_CTXT_INFO_RB_SIZE);
H A Drx.c842 u32 rb_size;
847 rb_size = FH_RCSR_RX_CONFIG_REG_VAL_RB_SIZE_4K;
850 rb_size = FH_RCSR_RX_CONFIG_REG_VAL_RB_SIZE_8K;
853 rb_size = FH_RCSR_RX_CONFIG_REG_VAL_RB_SIZE_12K;
857 rb_size = FH_RCSR_RX_CONFIG_REG_VAL_RB_SIZE_4K;
893 rb_size |
910 u32 rb_size, enabled = 0;
915 rb_size = RFH_RXF_DMA_RB_SIZE_2K;
918 rb_size = RFH_RXF_DMA_RB_SIZE_4K;
921 rb_size
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h333 iwl_trans_get_rb_size_order(enum iwl_amsdu_size rb_size) argument
335 switch (rb_size) {
351 iwl_trans_get_rb_size(enum iwl_amsdu_size rb_size) argument
353 switch (rb_size) {
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c531 size_t rb_size; member in struct:resbuf
540 rb->rb_size += RES_BUF_CHUNK_SIZE;
541 rb->rb_base = xrealloc(rb->rb_base, rb->rb_size);
567 rb->rb_zstr.avail_out = rb->rb_size - (rb->rb_ptr - rb->rb_base);
666 resbuf.rb_size = RES_BUF_CHUNK_SIZE;
667 resbuf.rb_base = xmalloc(resbuf.rb_size);
/freebsd-current/sys/dev/mlx/
H A Dmlxreg.h356 u_int32_t rb_size; member in struct:mlx_rebuild_stat

Completed in 142 milliseconds