Searched refs:get_feat_resp (Results 1 – 1 of 1) sorted by relevance
1680 struct ena_admin_get_feat_resp get_feat_resp; in ena_com_phc_config() local1687 &get_feat_resp, in ena_com_phc_config()1698 if (get_feat_resp.u.phc.type != ENA_ADMIN_PHC_TYPE_READLESS) { in ena_com_phc_config()1708 phc->doorbell_offset = get_feat_resp.u.phc.doorbell_offset; in ena_com_phc_config()1713 phc->expire_timeout_usec = (get_feat_resp.u.phc.expire_timeout_usec) ? in ena_com_phc_config()1714 get_feat_resp.u.phc.expire_timeout_usec : in ena_com_phc_config()1720 phc->block_timeout_usec = (get_feat_resp.u.phc.block_timeout_usec) ? in ena_com_phc_config()1721 get_feat_resp.u.phc.block_timeout_usec : in ena_com_phc_config()
Completed in 9 milliseconds