Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ptp.h147 int bnxt_ptp_init_rtc(struct bnxt *bp, bool phc_cfg);
148 int bnxt_ptp_init(struct bnxt *bp, bool phc_cfg);
Dbnxt_ptp.c887 int bnxt_ptp_init_rtc(struct bnxt *bp, bool phc_cfg) in bnxt_ptp_init_rtc() argument
896 if (!phc_cfg) { in bnxt_ptp_init_rtc()
926 int bnxt_ptp_init(struct bnxt *bp, bool phc_cfg) in bnxt_ptp_init() argument
948 rc = bnxt_ptp_init_rtc(bp, phc_cfg); in bnxt_ptp_init()
Dbnxt.c7594 bool phc_cfg; in __bnxt_hwrm_ptp_qcfg() local
7637 phc_cfg = (flags & PORT_MAC_PTP_QCFG_RESP_FLAGS_RTC_CONFIGURED) != 0; in __bnxt_hwrm_ptp_qcfg()
7638 rc = bnxt_ptp_init(bp, phc_cfg); in __bnxt_hwrm_ptp_qcfg()