Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A 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()
13735 DP(BNX2X_MSG_PTP, 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()
13781 DP(BNX2X_MSG_PTP, "PTP settime called, ns = %llu\n", ns); in bnx2x_ptp_settime()
15143 DP(BNX2X_MSG_PTP, in bnx2x_ptp_task()
[all …]
H A Dbnx2x.h85 #define BNX2X_MSG_PTP 0x1000000 macro