Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ptp.h182 int bnxt_ptp_init_rtc(struct bnxt *bp, bool phc_cfg);
183 int bnxt_ptp_init(struct bnxt *bp, bool phc_cfg);
Dbnxt_ptp.c986 int bnxt_ptp_init_rtc(struct bnxt *bp, bool phc_cfg) in bnxt_ptp_init_rtc() argument
996 if (!phc_cfg) { in bnxt_ptp_init_rtc()
1027 int bnxt_ptp_init(struct bnxt *bp, bool phc_cfg) in bnxt_ptp_init() argument
1050 rc = bnxt_ptp_init_rtc(bp, phc_cfg); in bnxt_ptp_init()
Dbnxt.c9056 bool phc_cfg; in __bnxt_hwrm_ptp_qcfg() local
9103 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()