Searched refs:ctrl_pf (Results 1 – 3 of 3) sorted by relevance
45 struct ice_pf *ctrl_pf; member
1097 if (!pf->adapter->ctrl_pf) in ice_get_primary_hw()1100 return &pf->adapter->ctrl_pf->hw; in ice_get_primary_hw()
59 return !pf->adapter ? NULL : pf->adapter->ctrl_pf; in ice_get_ctrl_pf()64 struct ice_pf *ctrl_pf = ice_get_ctrl_pf(pf); in ice_get_ctrl_ptp() local66 return !ctrl_pf ? NULL : &ctrl_pf->ptp; in ice_get_ctrl_ptp()2993 pf->adapter->ctrl_pf = pf; in ice_ptp_setup_adapter()
Completed in 17 milliseconds