Searched refs:ext_hdr (Results 1 – 8 of 8) sorted by relevance
239 if (cb->ext_hdr && cb->ext_hdr->type == MEI_EXT_HDR_GSC) { in __mei_cl_recv()241 memcpy(buf, cb->ext_hdr, r_length); in __mei_cl_recv()924 struct mei_ext_hdr_gsc_h2f *ext_hdr; in mei_cldev_send_gsc_command() local951 if (!ext_hdr) in mei_cldev_send_gsc_command()955 ext_hdr->hdr.type = MEI_EXT_HDR_GSC; in mei_cldev_send_gsc_command()958 ext_hdr->client_id = client_id; in mei_cldev_send_gsc_command()960 ext_hdr->fence_id = fence_id; in mei_cldev_send_gsc_command()963 ext_hdr->reserved[0] = 0; in mei_cldev_send_gsc_command()964 ext_hdr->reserved[1] = 0; in mei_cldev_send_gsc_command()980 ext_hdr->sgl[i].length = sg_len; in mei_cldev_send_gsc_command()[all …]
136 cb->ext_hdr = (struct mei_ext_hdr *)kzalloc(sizeof(*gsc_f2h), GFP_KERNEL); in mei_cl_irq_read_msg()137 if (!cb->ext_hdr) { in mei_cl_irq_read_msg()190 memcpy(cb->ext_hdr, gsc_f2h, ext_hdr_len); in mei_cl_irq_read_msg()
303 kfree(cb->ext_hdr); in mei_io_cb_free()383 cb->ext_hdr = NULL; in mei_io_cb_init()1757 is_gsc = ((!is_hbm) && cb->cl->dev->hbm_f_gsc_supported && mei_ext_hdr_is_gsc(cb->ext_hdr)); in mei_msg_hdr_init()1771 hdr_len += mei_ext_hdr_len(cb->ext_hdr); in mei_msg_hdr_init()1797 meta->size += mei_ext_hdr_set_gsc(next_ext, cb->ext_hdr); in mei_msg_hdr_init()
244 struct mei_ext_hdr *ext_hdr; member
381 ext_hdr->usVCETableOffset) { in amdgpu_parse_extended_power_table()384 le16_to_cpu(ext_hdr->usVCETableOffset) + 1); in amdgpu_parse_extended_power_table()388 le16_to_cpu(ext_hdr->usVCETableOffset) + 1 + in amdgpu_parse_extended_power_table()393 le16_to_cpu(ext_hdr->usVCETableOffset) + 1 + in amdgpu_parse_extended_power_table()442 ext_hdr->usUVDTableOffset) { in amdgpu_parse_extended_power_table()476 ext_hdr->usSAMUTableOffset) { in amdgpu_parse_extended_power_table()501 ext_hdr->usPPMTableOffset) { in amdgpu_parse_extended_power_table()504 le16_to_cpu(ext_hdr->usPPMTableOffset)); in amdgpu_parse_extended_power_table()530 ext_hdr->usACPTableOffset) { in amdgpu_parse_extended_power_table()555 ext_hdr->usPowerTuneTableOffset) { in amdgpu_parse_extended_power_table()[all …]
1071 ext_hdr->usVCETableOffset) { in r600_parse_extended_power_table()1074 le16_to_cpu(ext_hdr->usVCETableOffset) + 1); in r600_parse_extended_power_table()1078 le16_to_cpu(ext_hdr->usVCETableOffset) + 1 + in r600_parse_extended_power_table()1083 le16_to_cpu(ext_hdr->usVCETableOffset) + 1 + in r600_parse_extended_power_table()1133 ext_hdr->usUVDTableOffset) { in r600_parse_extended_power_table()1136 le16_to_cpu(ext_hdr->usUVDTableOffset) + 1); in r600_parse_extended_power_table()1169 ext_hdr->usSAMUTableOffset) { in r600_parse_extended_power_table()1196 ext_hdr->usPPMTableOffset) { in r600_parse_extended_power_table()1199 le16_to_cpu(ext_hdr->usPPMTableOffset)); in r600_parse_extended_power_table()1227 ext_hdr->usACPTableOffset) { in r600_parse_extended_power_table()[all …]
1885 void *ext_hdr; in bnxt_qplib_post_send() local1928 ext_hdr = bnxt_qplib_get_prod_qe(hwq, idx++); in bnxt_qplib_post_send()1930 memset(ext_hdr, 0, sizeof(struct sq_sge)); in bnxt_qplib_post_send()1949 struct sq_raw_ext_hdr *ext_sqe = ext_hdr; in bnxt_qplib_post_send()1968 struct sq_ud_ext_hdr *ext_sqe = ext_hdr; in bnxt_qplib_post_send()1999 struct sq_rdma_ext_hdr *ext_sqe = ext_hdr; in bnxt_qplib_post_send()2019 struct sq_atomic_ext_hdr *ext_sqe = ext_hdr; in bnxt_qplib_post_send()2047 struct sq_fr_pmr_ext_hdr *ext_sqe = ext_hdr; in bnxt_qplib_post_send()2080 struct sq_bind_ext_hdr *ext_sqe = ext_hdr; in bnxt_qplib_post_send()2138 struct rq_ext_hdr *ext_hdr; in bnxt_qplib_post_recv() local[all …]
143 int ext_hdr = (cmd->t_task_cdb[1] & 0x20); in target_emulate_report_target_port_groups() local149 if (ext_hdr != 0) in target_emulate_report_target_port_groups()157 (ext_hdr) ? "extended" : "normal"); in target_emulate_report_target_port_groups()243 if (ext_hdr != 0) { in target_emulate_report_target_port_groups()
Completed in 28 milliseconds