Searched refs:dhdr (Results 1 – 2 of 2) sorted by relevance
1306 struct wmi_data_hdr *dhdr; in ath6kl_rx() local1382 dhdr = (struct wmi_data_hdr *) skb->data; in ath6kl_rx()1400 (le16_to_cpu(dhdr->info3) >> WMI_DATA_HDR_PAD_BEFORE_DATA_SHIFT) in ath6kl_rx()1405 meta_type = wmi_data_hdr_get_meta(dhdr); in ath6kl_rx()1407 ps_state = !!((dhdr->info >> WMI_DATA_HDR_PS_SHIFT) & in ath6kl_rx()1411 trig_state = !!(le16_to_cpu(dhdr->info3) & WMI_DATA_HDR_TRIG); in ath6kl_rx()1520 is_amsdu = wmi_data_hdr_is_amsdu(dhdr) ? true : false; in ath6kl_rx()1521 tid = wmi_data_hdr_get_up(dhdr); in ath6kl_rx()1522 seq_no = wmi_data_hdr_get_seqno(dhdr); in ath6kl_rx()1523 meta_type = wmi_data_hdr_get_meta(dhdr); in ath6kl_rx()[all …]
761 struct die_header *dhdr; in amdgpu_discovery_read_harvest_bit_per_ip() 777 dhdr = (struct die_header *)(discovery_bin + die_offset); in amdgpu_discovery_read_harvest_bit_per_ip() 778 num_ips = le16_to_cpu(dhdr->num_ips); in amdgpu_discovery_read_harvest_bit_per_ip() 779 ip_offset = die_offset + sizeof(*dhdr); in amdgpu_discovery_read_harvest_bit_per_ip() 1279 struct die_header *dhdr; in amdgpu_discovery_sysfs_recurse() 1299 dhdr = (struct die_header *)(discovery_bin + die_offset); in amdgpu_discovery_sysfs_recurse() 1300 num_ips = le16_to_cpu(dhdr->num_ips); in amdgpu_discovery_sysfs_recurse() 1301 ip_offset = die_offset + sizeof(*dhdr); in amdgpu_discovery_sysfs_recurse() 1305 * dhdr->die_id == ii, which was checked in in amdgpu_discovery_sysfs_recurse() 1315 kobject_set_name(&ip_die_entry->ip_kset.kobj, "%d", le16_to_cpu(dhdr in amdgpu_discovery_sysfs_init() 740 struct die_header *dhdr; amdgpu_discovery_read_harvest_bit_per_ip() local 1256 struct die_header *dhdr; amdgpu_discovery_sysfs_recurse() local 1467 struct die_header *dhdr; amdgpu_discovery_reg_base_init() local [all...]