Searched refs:hdr_type (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci.c | 473 u8 hdr_type; in pci_hose_find_capability() local 475 pci_hose_read_config_byte(hose, dev, PCI_HEADER_TYPE, &hdr_type); in pci_hose_find_capability() 477 pos = pci_hose_find_cap_start(hose, dev, hdr_type & 0x7F); in pci_hose_find_capability() 487 u8 hdr_type) in pci_hose_find_cap_start() argument 496 switch (hdr_type) { in pci_hose_find_cap_start()
|
| /openbmc/qemu/tools/ebpf/ |
| H A D | rss.bpf.c | 141 static inline int ip6_extension_header_type(__u8 hdr_type) in ip6_extension_header_type() argument 143 switch (hdr_type) { in ip6_extension_header_type()
|
| /openbmc/qemu/net/ |
| H A D | eth.c | 360 eth_is_ip6_extension_header_type(uint8_t hdr_type) in eth_is_ip6_extension_header_type() argument 362 switch (hdr_type) { in eth_is_ip6_extension_header_type()
|
| /openbmc/libpldm/src/dsp/ |
| H A D | pdr.c | 1752 pldm_msgbuf_copy(dst, src, uint8_t, hdr_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() 1996 uint8_t hdr_type = 0; in pldm_entity_association_find_record_handle_by_entity() local 2012 rc = pldm_msgbuf_extract(dst, hdr_type); in pldm_entity_association_find_record_handle_by_entity() 2017 hdr_type != PLDM_PDR_ENTITY_ASSOCIATION) { in pldm_entity_association_find_record_handle_by_entity() 2117 pldm_msgbuf_copy(dst, src, uint8_t, hdr_type); in pldm_entity_association_pdr_remove_contained_entity() 2310 uint8_t hdr_type = 0; in pldm_pdr_remove_fru_record_set_by_rsi() local 2328 pldm_msgbuf_extract(buf, hdr_type); in pldm_pdr_remove_fru_record_set_by_rsi() 2334 hdr_type != PLDM_PDR_FRU_RECORD_SET) { in pldm_pdr_remove_fru_record_set_by_rsi()
|
| /openbmc/u-boot/include/ |
| H A D | pci.h | 752 u8 hdr_type);
|