dhdr              261 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 	struct die_header *dhdr;
dhdr              285 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 		dhdr = (struct die_header *)(adev->discovery + die_offset);
dhdr              286 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 		num_ips = le16_to_cpu(dhdr->num_ips);
dhdr              287 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 		ip_offset = die_offset + sizeof(*dhdr);
dhdr              289 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 		if (le16_to_cpu(dhdr->die_id) != i) {
dhdr              291 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 					le16_to_cpu(dhdr->die_id), i);
dhdr              296 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 				le16_to_cpu(dhdr->die_id), num_ips);
dhdr              340 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 	struct die_header *dhdr;
dhdr              360 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 		dhdr = (struct die_header *)(adev->discovery + die_offset);
dhdr              361 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 		num_ips = le16_to_cpu(dhdr->num_ips);
dhdr              362 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 		ip_offset = die_offset + sizeof(*dhdr);
dhdr             1306 drivers/net/wireless/ath/ath6kl/txrx.c 	struct wmi_data_hdr *dhdr;
dhdr             1382 drivers/net/wireless/ath/ath6kl/txrx.c 	dhdr = (struct wmi_data_hdr *) skb->data;
dhdr             1400 drivers/net/wireless/ath/ath6kl/txrx.c 		(le16_to_cpu(dhdr->info3) >> WMI_DATA_HDR_PAD_BEFORE_DATA_SHIFT)
dhdr             1405 drivers/net/wireless/ath/ath6kl/txrx.c 		meta_type = wmi_data_hdr_get_meta(dhdr);
dhdr             1407 drivers/net/wireless/ath/ath6kl/txrx.c 		ps_state = !!((dhdr->info >> WMI_DATA_HDR_PS_SHIFT) &
dhdr             1411 drivers/net/wireless/ath/ath6kl/txrx.c 		trig_state = !!(le16_to_cpu(dhdr->info3) & WMI_DATA_HDR_TRIG);
dhdr             1520 drivers/net/wireless/ath/ath6kl/txrx.c 	is_amsdu = wmi_data_hdr_is_amsdu(dhdr) ? true : false;
dhdr             1521 drivers/net/wireless/ath/ath6kl/txrx.c 	tid = wmi_data_hdr_get_up(dhdr);
dhdr             1522 drivers/net/wireless/ath/ath6kl/txrx.c 	seq_no = wmi_data_hdr_get_seqno(dhdr);
dhdr             1523 drivers/net/wireless/ath/ath6kl/txrx.c 	meta_type = wmi_data_hdr_get_meta(dhdr);
dhdr             1524 drivers/net/wireless/ath/ath6kl/txrx.c 	dot11_hdr = wmi_data_hdr_get_dot11(dhdr);
dhdr              230 drivers/net/wireless/ath/ath6kl/wmi.h static inline u8 wmi_data_hdr_get_up(struct wmi_data_hdr *dhdr)
dhdr              232 drivers/net/wireless/ath/ath6kl/wmi.h 	return (dhdr->info >> WMI_DATA_HDR_UP_SHIFT) & WMI_DATA_HDR_UP_MASK;
dhdr              235 drivers/net/wireless/ath/ath6kl/wmi.h static inline void wmi_data_hdr_set_up(struct wmi_data_hdr *dhdr,
dhdr              238 drivers/net/wireless/ath/ath6kl/wmi.h 	dhdr->info &= ~(WMI_DATA_HDR_UP_MASK << WMI_DATA_HDR_UP_SHIFT);
dhdr              239 drivers/net/wireless/ath/ath6kl/wmi.h 	dhdr->info |= usr_pri << WMI_DATA_HDR_UP_SHIFT;
dhdr              242 drivers/net/wireless/ath/ath6kl/wmi.h static inline u8 wmi_data_hdr_get_dot11(struct wmi_data_hdr *dhdr)
dhdr              246 drivers/net/wireless/ath/ath6kl/wmi.h 	data_type = (dhdr->info >> WMI_DATA_HDR_DATA_TYPE_SHIFT) &
dhdr              251 drivers/net/wireless/ath/ath6kl/wmi.h static inline u16 wmi_data_hdr_get_seqno(struct wmi_data_hdr *dhdr)
dhdr              253 drivers/net/wireless/ath/ath6kl/wmi.h 	return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_SEQNO_SHIFT) &
dhdr              257 drivers/net/wireless/ath/ath6kl/wmi.h static inline u8 wmi_data_hdr_is_amsdu(struct wmi_data_hdr *dhdr)
dhdr              259 drivers/net/wireless/ath/ath6kl/wmi.h 	return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_AMSDU_SHIFT) &
dhdr              263 drivers/net/wireless/ath/ath6kl/wmi.h static inline u8 wmi_data_hdr_get_meta(struct wmi_data_hdr *dhdr)
dhdr              265 drivers/net/wireless/ath/ath6kl/wmi.h 	return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_META_SHIFT) &
dhdr              269 drivers/net/wireless/ath/ath6kl/wmi.h static inline u8 wmi_data_hdr_get_if_idx(struct wmi_data_hdr *dhdr)
dhdr              271 drivers/net/wireless/ath/ath6kl/wmi.h 	return le16_to_cpu(dhdr->info3) & WMI_DATA_HDR_IF_IDX_MASK;
dhdr              891 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_dir3_icleaf_hdr	*dhdr,
dhdr              911 fs/xfs/libxfs/xfs_dir2_node.c 	if (start_d < dhdr->count) {
dhdr              913 fs/xfs/libxfs/xfs_dir2_node.c 			(dhdr->count - start_d) * sizeof(xfs_dir2_leaf_entry_t));
dhdr              915 fs/xfs/libxfs/xfs_dir2_node.c 				       count + dhdr->count - 1);
dhdr              953 fs/xfs/libxfs/xfs_dir2_node.c 	dhdr->count += count;
dhdr              954 fs/xfs/libxfs/xfs_dir2_node.c 	dhdr->stale += stale;