HomeSort by: relevance | last modified time | path
    Searched defs:ihdr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_discovery.c 170 struct ip_discovery_header *ihdr; local in function:amdgpu_discovery_init
210 ihdr = (struct ip_discovery_header *)(adev->discovery + offset);
212 if (le32_to_cpu(ihdr->signature) != DISCOVERY_TABLE_SIGNATURE) {
219 ihdr->size, checksum)) {
255 struct ip_discovery_header *ihdr; local in function:amdgpu_discovery_reg_base_init
272 ihdr = (struct ip_discovery_header *)(adev->discovery +
274 num_dies = le16_to_cpu(ihdr->num_dies);
279 die_offset = le16_to_cpu(ihdr->die_info[i].die_offset);
334 struct ip_discovery_header *ihdr; local in function:amdgpu_discovery_get_ip_version
349 ihdr = (struct ip_discovery_header *)(adev->discovery
    [all...]
  /src/sys/dev/ic/
atwvar.h 333 struct ieee80211_frame ihdr; member in struct:atw_frame::__anon891824ef030a::__anon891824ef0508
343 #define atw_ihdr u.s2.ihdr
  /src/sys/netinet/
sctp_output.c 9092 struct sctphdr *ihdr; local in function:sctp_send_operr_to
9102 ihdr = (struct sctphdr *)((vaddr_t)iph + iphlen);
9115 ohdr->src_port = ihdr->dest_port;
9116 ohdr->dest_port = ihdr->src_port;

Completed in 44 milliseconds