Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ptp.c65 if (ptp->bp->fw_cap & BNXT_FW_CAP_PTP_RTC) in bnxt_ptp_settime()
198 if (ptp->bp->fw_cap & BNXT_FW_CAP_PTP_RTC) in bnxt_ptp_adjtime()
867 if (!bp->ptp_cfg || !(bp->fw_cap & BNXT_FW_CAP_PTP_RTC)) in bnxt_ptp_init_rtc()
920 if (bp->fw_cap & BNXT_FW_CAP_PTP_RTC) { in bnxt_ptp_init()
Dbnxt.h1970 #define BNXT_FW_CAP_PTP_RTC 0x00400000 macro
Dbnxt.c2392 if (bp->fw_cap & BNXT_FW_CAP_PTP_RTC) { in bnxt_async_event_process()
7701 bp->fw_cap |= BNXT_FW_CAP_PTP_RTC; in __bnxt_hwrm_func_qcaps()