Home
last modified time | relevance | path

Searched refs:sdma_hdr (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/radeon/
Dradeon_ucode.c142 const struct sdma_firmware_header_v1_0 *sdma_hdr = in radeon_ucode_print_sdma_hdr() local
146 le32_to_cpu(sdma_hdr->ucode_feature_version)); in radeon_ucode_print_sdma_hdr()
148 le32_to_cpu(sdma_hdr->ucode_change_version)); in radeon_ucode_print_sdma_hdr()
149 DRM_DEBUG("jt_offset: %u\n", le32_to_cpu(sdma_hdr->jt_offset)); in radeon_ucode_print_sdma_hdr()
150 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(sdma_hdr->jt_size)); in radeon_ucode_print_sdma_hdr()
/drivers/infiniband/hw/hfi1/
Dipoib_tx.c36 struct hfi1_sdma_header sdma_hdr; member
137 le64_to_cpu(tx->sdma_hdr.pbc), tx->txq->q_idx, in hfi1_ipoib_free_tx()
271 struct hfi1_sdma_header *sdma_hdr = &tx->sdma_hdr; in hfi1_ipoib_build_tx_desc() local
273 sizeof(sdma_hdr->pbc) + (txp->hdr_dwords << 2) + tx->skb->len; in hfi1_ipoib_build_tx_desc()
283 sdma_hdr, in hfi1_ipoib_build_tx_desc()
284 sizeof(sdma_hdr->pbc) + (txp->hdr_dwords << 2)); in hfi1_ipoib_build_tx_desc()
296 struct hfi1_sdma_header *sdma_hdr = &tx->sdma_hdr; in hfi1_ipoib_build_ib_tx_headers() local
322 grh = &sdma_hdr->hdr.ibh.u.l.grh; in hfi1_ipoib_build_ib_tx_headers()
330 ohdr = &sdma_hdr->hdr.ibh.u.l.oth; in hfi1_ipoib_build_ib_tx_headers()
333 ohdr = &sdma_hdr->hdr.ibh.u.oth; in hfi1_ipoib_build_ib_tx_headers()
[all …]
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.c227 const struct sdma_firmware_header_v1_0 *sdma_hdr = in amdgpu_ucode_print_sdma_hdr() local
231 le32_to_cpu(sdma_hdr->ucode_feature_version)); in amdgpu_ucode_print_sdma_hdr()
233 le32_to_cpu(sdma_hdr->ucode_change_version)); in amdgpu_ucode_print_sdma_hdr()
234 DRM_DEBUG("jt_offset: %u\n", le32_to_cpu(sdma_hdr->jt_offset)); in amdgpu_ucode_print_sdma_hdr()
235 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(sdma_hdr->jt_size)); in amdgpu_ucode_print_sdma_hdr()
238 container_of(sdma_hdr, struct sdma_firmware_header_v1_1, v1_0); in amdgpu_ucode_print_sdma_hdr()
Dgfx_v10_0.c5688 const struct sdma_firmware_header_v1_0 *sdma_hdr; in gfx_v10_0_rlc_backdoor_autoload_copy_sdma_ucode() local
5692 sdma_hdr = (const struct sdma_firmware_header_v1_0 *) in gfx_v10_0_rlc_backdoor_autoload_copy_sdma_ucode()
5695 le32_to_cpu(sdma_hdr->header.ucode_array_offset_bytes)); in gfx_v10_0_rlc_backdoor_autoload_copy_sdma_ucode()
5696 fw_size = le32_to_cpu(sdma_hdr->header.ucode_size_bytes); in gfx_v10_0_rlc_backdoor_autoload_copy_sdma_ucode()
5704 sdma_hdr->jt_offset, in gfx_v10_0_rlc_backdoor_autoload_copy_sdma_ucode()
5705 sdma_hdr->jt_size * 4); in gfx_v10_0_rlc_backdoor_autoload_copy_sdma_ucode()
5712 sdma_hdr->jt_offset, in gfx_v10_0_rlc_backdoor_autoload_copy_sdma_ucode()
5713 sdma_hdr->jt_size * 4); in gfx_v10_0_rlc_backdoor_autoload_copy_sdma_ucode()