Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5608 DP(BNX2X_MSG_SP | BNX2X_MSG_PTP, in bnx2x_eq_int()
9332 DP(BNX2X_MSG_PTP, "PTP stop ended successfully\n"); in bnx2x_stop_ptp()
13670 DP(BNX2X_MSG_PTP, "PTP adjfine called, ppb = %d\n", ppb); in bnx2x_ptp_adjfine()
13673 DP(BNX2X_MSG_PTP, in bnx2x_ptp_adjfine()
13724 DP(BNX2X_MSG_PTP, "Configured val = %d, period = %d\n", best_val, in bnx2x_ptp_adjfine()
13735 DP(BNX2X_MSG_PTP, in bnx2x_ptp_adjtime()
13740 DP(BNX2X_MSG_PTP, "PTP adjtime called, delta = %llx\n", delta); in bnx2x_ptp_adjtime()
13753 DP(BNX2X_MSG_PTP, in bnx2x_ptp_gettime()
13760 DP(BNX2X_MSG_PTP, "PTP gettime called, ns = %llu\n", ns); in bnx2x_ptp_gettime()
13774 DP(BNX2X_MSG_PTP, in bnx2x_ptp_settime()
[all …]
Dbnx2x.h85 #define BNX2X_MSG_PTP 0x1000000 macro