Home
last modified time | relevance | path

Searched refs:lhdr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dfw.c219 const struct nvfw_hs_load_header *lhdr; in nvkm_falcon_fw_ctor_hs() local
264 fw->nmem_base = lhdr->non_sec_code_off; in nvkm_falcon_fw_ctor_hs()
265 fw->nmem_size = lhdr->non_sec_code_size; in nvkm_falcon_fw_ctor_hs()
267 fw->imem_base_img = lhdr->apps[0]; in nvkm_falcon_fw_ctor_hs()
269 fw->imem_size = lhdr->apps[lhdr->num_apps + 0]; in nvkm_falcon_fw_ctor_hs()
271 fw->dmem_base_img = lhdr->data_dma_base; in nvkm_falcon_fw_ctor_hs()
273 fw->dmem_size = lhdr->data_size; in nvkm_falcon_fw_ctor_hs()
339 fw->imem_base_img = lhdr->app[0].offset; in nvkm_falcon_fw_ctor_hs_v2()
341 fw->imem_size = lhdr->app[0].size; in nvkm_falcon_fw_ctor_hs_v2()
345 fw->dmem_size = lhdr->os_data_size; in nvkm_falcon_fw_ctor_hs_v2()
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_log_cil.c968 struct xfs_log_iovec lhdr[2]; member
1001 hdr->lhdr[0].i_addr = &hdr->oph[0]; in xlog_cil_build_trans_hdr()
1002 hdr->lhdr[0].i_len = sizeof(struct xlog_op_header); in xlog_cil_build_trans_hdr()
1003 hdr->lhdr[0].i_type = XLOG_REG_TYPE_LRHEADER; in xlog_cil_build_trans_hdr()
1017 hdr->lhdr[1].i_addr = &hdr->oph[1]; in xlog_cil_build_trans_hdr()
1018 hdr->lhdr[1].i_len = sizeof(struct xlog_op_header) + in xlog_cil_build_trans_hdr()
1020 hdr->lhdr[1].i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_build_trans_hdr()
1023 lvhdr->lv_iovecp = &hdr->lhdr[0]; in xlog_cil_build_trans_hdr()
1024 lvhdr->lv_bytes = hdr->lhdr[0].i_len + hdr->lhdr[1].i_len; in xlog_cil_build_trans_hdr()