Searched refs:set_feat_cmd (Results 1 – 1 of 1) sorted by relevance
1832 struct ena_admin_set_feat_cmd set_feat_cmd; in ena_com_phc_config() local1871 memset(&set_feat_cmd, 0x0, sizeof(set_feat_cmd)); in ena_com_phc_config()1872 set_feat_cmd.aq_common_descriptor.opcode = ENA_ADMIN_SET_FEATURE; in ena_com_phc_config()1873 set_feat_cmd.feat_common.feature_id = ENA_ADMIN_PHC_CONFIG; in ena_com_phc_config()1874 set_feat_cmd.u.phc.output_length = sizeof(*phc->virt_addr); in ena_com_phc_config()1875 ret = ena_com_mem_addr_set(ena_dev, &set_feat_cmd.u.phc.output_address, phc->phys_addr); in ena_com_phc_config()1883 (struct ena_admin_aq_entry *)&set_feat_cmd, in ena_com_phc_config()1884 sizeof(set_feat_cmd), in ena_com_phc_config()