Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5550 DP(BNX2X_MSG_SP | BNX2X_MSG_PTP, in bnx2x_eq_int()
9200 DP(BNX2X_MSG_PTP, "PTP stop ended successfully\n"); in bnx2x_stop_ptp()
13225 DP(BNX2X_MSG_PTP, "PTP adjfreq called, ppb = %d\n", ppb); in bnx2x_ptp_adjfreq()
13228 DP(BNX2X_MSG_PTP, in bnx2x_ptp_adjfreq()
13279 DP(BNX2X_MSG_PTP, "Configured val = %d, period = %d\n", best_val, in bnx2x_ptp_adjfreq()
13289 DP(BNX2X_MSG_PTP, "PTP adjtime called, delta = %llx\n", delta); in bnx2x_ptp_adjtime()
13303 DP(BNX2X_MSG_PTP, "PTP gettime called, ns = %llu\n", ns); in bnx2x_ptp_gettime()
13318 DP(BNX2X_MSG_PTP, "PTP settime called, ns = %llu\n", ns); in bnx2x_ptp_settime()
14586 DP(BNX2X_MSG_PTP, "Tx timestamp, timestamp cycles = %llu, ns = %llu\n", in bnx2x_ptp_task()
14589 DP(BNX2X_MSG_PTP, "There is no valid Tx timestamp yet\n"); in bnx2x_ptp_task()
[all …]
Dbnx2x.h77 #define BNX2X_MSG_PTP 0x1000000 macro