Home
last modified time | relevance | path

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

/drivers/net/ethernet/amazon/ena/
A Dena_com.c1682 struct ena_admin_set_feat_cmd set_feat_cmd; in ena_com_phc_config() local
1729 memset(&set_feat_cmd, 0x0, sizeof(set_feat_cmd)); in ena_com_phc_config()
1730 set_feat_cmd.aq_common_descriptor.opcode = ENA_ADMIN_SET_FEATURE; in ena_com_phc_config()
1731 set_feat_cmd.feat_common.feature_id = ENA_ADMIN_PHC_CONFIG; in ena_com_phc_config()
1732 set_feat_cmd.u.phc.output_length = sizeof(*phc->virt_addr); in ena_com_phc_config()
1734 &set_feat_cmd.u.phc.output_address, in ena_com_phc_config()
1745 (struct ena_admin_aq_entry *)&set_feat_cmd, in ena_com_phc_config()
1746 sizeof(set_feat_cmd), in ena_com_phc_config()

Completed in 8 milliseconds