Searched refs:phc_cfg (Results 1 – 3 of 3) sorted by relevance
182 int bnxt_ptp_init_rtc(struct bnxt *bp, bool phc_cfg);183 int bnxt_ptp_init(struct bnxt *bp, bool phc_cfg);
986 int bnxt_ptp_init_rtc(struct bnxt *bp, bool phc_cfg) in bnxt_ptp_init_rtc() argument996 if (!phc_cfg) { in bnxt_ptp_init_rtc()1027 int bnxt_ptp_init(struct bnxt *bp, bool phc_cfg) in bnxt_ptp_init() argument1050 rc = bnxt_ptp_init_rtc(bp, phc_cfg); in bnxt_ptp_init()
9056 bool phc_cfg; in __bnxt_hwrm_ptp_qcfg() local9103 phc_cfg = (flags & PORT_MAC_PTP_QCFG_RESP_FLAGS_RTC_CONFIGURED) != 0; in __bnxt_hwrm_ptp_qcfg()9104 rc = bnxt_ptp_init(bp, phc_cfg); in __bnxt_hwrm_ptp_qcfg()