Searched refs:phc_cfg (Results 1 – 3 of 3) sorted by relevance
144 int bnxt_ptp_init_rtc(struct bnxt *bp, bool phc_cfg);145 int bnxt_ptp_init(struct bnxt *bp, bool phc_cfg);
865 int bnxt_ptp_init_rtc(struct bnxt *bp, bool phc_cfg) in bnxt_ptp_init_rtc() argument874 if (!phc_cfg) { in bnxt_ptp_init_rtc()904 int bnxt_ptp_init(struct bnxt *bp, bool phc_cfg) in bnxt_ptp_init() argument926 rc = bnxt_ptp_init_rtc(bp, phc_cfg); in bnxt_ptp_init()
7595 bool phc_cfg; in __bnxt_hwrm_ptp_qcfg() local7638 phc_cfg = (flags & PORT_MAC_PTP_QCFG_RESP_FLAGS_RTC_CONFIGURED) != 0; in __bnxt_hwrm_ptp_qcfg()7639 rc = bnxt_ptp_init(bp, phc_cfg); in __bnxt_hwrm_ptp_qcfg()