Home
last modified time | relevance | path

Searched refs:tstamp_filters (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c327 if (!ptp || !ptp->tstamp_filters) in bnxt_ptp_cfg_tstamp_filters()
333 if (!(bp->fw_cap & BNXT_FW_CAP_RX_ALL_PKT_TS) && (ptp->tstamp_filters & in bnxt_ptp_cfg_tstamp_filters()
336 ptp->tstamp_filters &= ~(PORT_MAC_CFG_REQ_FLAGS_ALL_RX_TS_CAPTURE_ENABLE | in bnxt_ptp_cfg_tstamp_filters()
341 req->flags = cpu_to_le32(ptp->tstamp_filters); in bnxt_ptp_cfg_tstamp_filters()
346 bp->ptp_all_rx_tstamp = !!(ptp->tstamp_filters & in bnxt_ptp_cfg_tstamp_filters()
350 ptp->tstamp_filters = 0; in bnxt_ptp_cfg_tstamp_filters()
520 ptp->tstamp_filters = flags; in bnxt_hwrm_ptp_cfg()
529 if (!rc && !ptp->tstamp_filters) in bnxt_hwrm_ptp_cfg()
H A Dbnxt_ptp.h119 u32 tstamp_filters; member