Home
last modified time | relevance | path

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

/drivers/net/ethernet/amazon/ena/
A Dena_com.c1680 struct ena_admin_get_feat_resp get_feat_resp; in ena_com_phc_config() local
1687 &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