Home
last modified time | relevance | path

Searched refs:_length (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/linux/
H A Dcounter.h535 #define DEFINE_COUNTER_ARRAY_U64(_name, _length) \ argument
538 .length = (_length), \
541 #define DEFINE_COUNTER_ARRAY_CAPTURE(_name, _length) \ argument
542 DEFINE_COUNTER_ARRAY_U64(_name, _length)
544 #define DEFINE_COUNTER_ARRAY_POLARITY(_name, _available, _length) \ argument
548 .length = (_length), \
/openbmc/qemu/hw/acpi/
H A Dcore.c38 uint16_t _length; /* our length, not actual part of the hdr */ member
187 ext_hdr->_length = cpu_to_le16(acpi_payload_size); in acpi_table_install()
311 struct acpi_table_header *hdr = current - sizeof(hdr->_length); in acpi_table_len()
312 return hdr->_length; in acpi_table_len()
346 struct acpi_table_header *hdr = (void *)(u - sizeof(hdr->_length)); in acpi_get_slic_oem()
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dfwdesc.h213 #define CARL9170FW_FILL_DESC(_magic, _length, _min_ver, _cur_ver) \ argument
216 .length = cpu_to_le16(_length), \
/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h32 #define check_refs(_ptr, _length, _refs) \ argument
37 .check_refs = { .length = _length, \
H A Diommufd.c1140 #define check_mock_iova(_ptr, _iova, _length) \ argument
1147 .length = _length, \
/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_hci.h643 _offset, _length, _dev_addr) \ argument
648 .length = (_length), .dev_addr = (_dev_addr), \
/openbmc/linux/drivers/net/dsa/realtek/
H A Drtl8365mb.c382 #define RTL8365MB_MAKE_MIB_COUNTER(_offset, _length, _name) \ argument
383 [RTL8365MB_MIB_ ## _name] = { _offset, _length, #_name }
/openbmc/qemu/hw/pci-host/
H A Dgt64120.c245 hwaddr regname ##_length; \
/openbmc/qemu/linux-user/
H A Delfload.c1484 #define GET_FEATURE_REG_EQU(_reg, _start, _length, _val, _hwcap) \ argument
1486 if (extract32(cpu->env._reg, (_start), (_length)) == (_val)) { \
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch379 + constexpr span(const T *_ptr, size_t _length) : ptr(_ptr), length(_length) {}