Searched refs:get_feat_resp (Results 1 – 1 of 1) sorted by relevance
1830 struct ena_admin_get_feat_resp get_feat_resp; in ena_com_phc_config() local1837 &get_feat_resp, in ena_com_phc_config()1846 if (get_feat_resp.u.phc.version != ENA_ADMIN_PHC_FEATURE_VERSION_0) { in ena_com_phc_config()1848 get_feat_resp.u.phc.version, in ena_com_phc_config()1854 phc->doorbell_offset = get_feat_resp.u.phc.doorbell_offset; in ena_com_phc_config()1857 phc->expire_timeout_usec = (get_feat_resp.u.phc.expire_timeout_usec) ? in ena_com_phc_config()1858 get_feat_resp.u.phc.expire_timeout_usec : in ena_com_phc_config()1862 phc->block_timeout_usec = (get_feat_resp.u.phc.block_timeout_usec) ? in ena_com_phc_config()1863 get_feat_resp.u.phc.block_timeout_usec : in ena_com_phc_config()