BNXT_FW_CAP_TX_TS_CMP
if (bp->ptp_cfg && !(bp->fw_cap & BNXT_FW_CAP_TX_TS_CMP))
if (bp->fw_cap & BNXT_FW_CAP_TX_TS_CMP) {
if ((bp->fw_cap & BNXT_FW_CAP_TX_TS_CMP) && bp->ptp_cfg)
if (!(bp->fw_cap & BNXT_FW_CAP_TX_TS_CMP))
if (is_ts_pkt && (bp->fw_cap & BNXT_FW_CAP_TX_TS_CMP)) {
bp->fw_cap |= BNXT_FW_CAP_TX_TS_CMP;