Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5584 DP(BNX2X_MSG_SP | BNX2X_MSG_PTP, in bnx2x_eq_int()
9282 DP(BNX2X_MSG_PTP, "PTP stop ended successfully\n"); in bnx2x_stop_ptp()
13644 DP(BNX2X_MSG_PTP, "PTP adjfreq called, ppb = %d\n", ppb); in bnx2x_ptp_adjfreq()
13647 DP(BNX2X_MSG_PTP, in bnx2x_ptp_adjfreq()
13698 DP(BNX2X_MSG_PTP, "Configured val = %d, period = %d\n", best_val, in bnx2x_ptp_adjfreq()
13708 DP(BNX2X_MSG_PTP, "PTP adjtime called, delta = %llx\n", delta); in bnx2x_ptp_adjtime()
13722 DP(BNX2X_MSG_PTP, "PTP gettime called, ns = %llu\n", ns); in bnx2x_ptp_gettime()
13737 DP(BNX2X_MSG_PTP, "PTP settime called, ns = %llu\n", ns); in bnx2x_ptp_settime()
15094 DP(BNX2X_MSG_PTP, "Tx timestamp, timestamp cycles = %llu, ns = %llu\n", in bnx2x_ptp_task()
15097 DP(BNX2X_MSG_PTP, "There is no valid Tx timestamp yet\n"); in bnx2x_ptp_task()
[all …]
Dbnx2x.h79 #define BNX2X_MSG_PTP 0x1000000 macro