Home
last modified time | relevance | path

Searched refs:bitfields (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Deth_common.h132 u8 bitfields; member
159 __le16 bitfields; member
252 u8 bitfields; member
313 u8 bitfields; member
453 __le16 bitfields; member
482 __le16 bitfields; member
H A Dqlnx_os.c3573 first_bd->data.bd_flags.bitfields = in qlnx_send()
3581 first_bd->data.bd_flags.bitfields |= in qlnx_send()
3626 third_bd->data.bitfields |= in qlnx_send()
3668 third_bd->data.bitfields |= in qlnx_send()
3743 third_bd->data.bitfields |= in qlnx_send()
3758 first_bd->data.bitfields = in qlnx_send()
3761 first_bd->data.bitfields = in qlnx_send()
3762 htole16(first_bd->data.bitfields); in qlnx_send()
4247 hash_type = cqe->bitfields & in qlnx_tpa_start()
4691 cqe_type, fp_cqe->bitfields, in qlnx_rx_int()
[all …]
H A Dcommon_hsi.h914 __le16 bitfields; member
/freebsd-13.1/sys/contrib/device-tree/Bindings/c6x/
H A Ddscr.txt64 This property describes the bitfields used to control the state of devices.
65 Each tuple describes a range of identical bitfields used to control one or
80 This property describes the bitfields used to provide device state status
82 identical bitfields used to provide status for one or more devices (one
/freebsd-13.1/tools/tools/tinybsd/conf/minimal/
H A DTINYBSD27 options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
29 options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
/freebsd-13.1/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile12 bitfields \
/freebsd-13.1/sys/contrib/device-tree/Bindings/cpufreq/
H A Dnvidia,tegra20-cpufreq.txt11 - opp-supported-hw: Two bitfields indicating:
H A Dti-cpufreq.txt29 - opp-supported-hw: Two bitfields indicating:
/freebsd-13.1/tools/tools/tinybsd/conf/wrap/
H A DTINYBSD30 options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
32 options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
/freebsd-13.1/tools/tools/tinybsd/conf/bridge/
H A DTINYBSD28 options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
30 options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
/freebsd-13.1/tools/tools/tinybsd/conf/vpn/
H A DTINYBSD27 options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
29 options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
/freebsd-13.1/tools/tools/tinybsd/conf/default/
H A DTINYBSD34 options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
36 options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
/freebsd-13.1/tools/tools/tinybsd/conf/firewall/
H A DTINYBSD27 options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
29 options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
/freebsd-13.1/tools/tools/tinybsd/conf/wireless/
H A DTINYBSD27 options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
29 options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
/freebsd-13.1/sys/contrib/device-tree/Bindings/mux/
H A Dreg-mux.txt3 Define register bitfields to be used to control multiplexers. The parent
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def9 // This file enumerates the various bitfields that we want to store on C++ class
16 /// In this file, each of the bitfields representing data about a C++ class
/freebsd-13.1/etc/mtree/
H A DBSD.tests.dist90 bitfields
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Dcpus.yaml30 - square brackets define bitfields, eg reg[7:0] value of the bitfield in
/freebsd-13.1/targets/pseudo/tests/
H A DMakefile.depend47 cddl/usr.sbin/dtrace/tests/common/bitfields \
/freebsd-13.1/contrib/tcsh/
H A Dcomplete.tcsh133 no-strict-prototype signed-bitfields signed-char this-is-variable \
134 unsigned-bitfields unsigned-char writable-strings call-saved-reg \
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2491 def fsigned_bitfields : Flag<["-"], "fsigned-bitfields">, Group<f_Group>;
2668 def funsigned_bitfields : Flag<["-"], "funsigned-bitfields">, Group<f_Group>;
3104 def mms_bitfields : Flag<["-"], "mms-bitfields">, Group<m_Group>, Flags<[CC1Option]>,
3111 def mno_ms_bitfields : Flag<["-"], "mno-ms-bitfields">, Group<m_Group>,
/freebsd-13.1/crypto/heimdal/lib/gssapi/
H A DChangeLog771 * spnego/spnego_locl.h: Make bitfields unsigned, add maybe_open.
/freebsd-13.1/sys/conf/
H A DNOTES1579 # Print register bitfields in debug output. Adds ~128k to driver
/freebsd-13.1/contrib/bmake/
H A DChangeLog218 o replace enums with bitfields, this simplifies a lot of code.
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt5965 structure since the memory layout of individual bitfields is not defined
11250 For example, bitfields have been completely removed because of their lack
13007 eliminate bitfields entirely because of a lack of portability.