Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/ena-com/
HDena_com.c1830 struct ena_admin_get_feat_resp get_feat_resp; in ena_com_phc_config() local
1837 &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()