Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1673 if ((pf->ptp.extts_rqs[i].flags & in ice_ptp_cfg_extts()
1697 if (pf->ptp.extts_rqs[i].flags & PTP_ENABLE_FEATURE) in ice_ptp_disable_all_extts()
1698 ice_ptp_cfg_extts(pf, &pf->ptp.extts_rqs[i], in ice_ptp_disable_all_extts()
1713 if (pf->ptp.extts_rqs[i].flags & PTP_ENABLE_FEATURE) in ice_ptp_enable_all_extts()
1714 ice_ptp_cfg_extts(pf, &pf->ptp.extts_rqs[i], in ice_ptp_enable_all_extts()
1933 pf->ptp.extts_rqs[chan].flags &= ~PTP_ENABLE_FEATURE; in ice_ptp_disable_shared_pin()
1938 return ice_ptp_cfg_extts(pf, &pf->ptp.extts_rqs[chan], in ice_ptp_disable_shared_pin()
2023 &pf->ptp.extts_rqs[rq->extts.index]; in ice_ptp_gpio_enable()
H A Dice_ptp.h262 struct ptp_extts_request extts_rqs[GLTSYN_EVNT_H_IDX_MAX]; member