Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5609 DP(BNX2X_MSG_SP | BNX2X_MSG_PTP, in bnx2x_eq_int()
9333 DP(BNX2X_MSG_PTP, "PTP stop ended successfully\n"); in bnx2x_stop_ptp()
13682 DP(BNX2X_MSG_PTP, "PTP adjfreq called, ppb = %d\n", ppb); in bnx2x_ptp_adjfreq()
13685 DP(BNX2X_MSG_PTP, in bnx2x_ptp_adjfreq()
13736 DP(BNX2X_MSG_PTP, "Configured val = %d, period = %d\n", best_val, in bnx2x_ptp_adjfreq()
13747 DP(BNX2X_MSG_PTP, in bnx2x_ptp_adjtime()
13752 DP(BNX2X_MSG_PTP, "PTP adjtime called, delta = %llx\n", delta); in bnx2x_ptp_adjtime()
13765 DP(BNX2X_MSG_PTP, in bnx2x_ptp_gettime()
13772 DP(BNX2X_MSG_PTP, "PTP gettime called, ns = %llu\n", ns); in bnx2x_ptp_gettime()
13786 DP(BNX2X_MSG_PTP, in bnx2x_ptp_settime()
[all …]
Dbnx2x.h85 #define BNX2X_MSG_PTP 0x1000000 macro