Searched refs:ptp_msgtype (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_desc.c428 if (p->ptp_msgtype == RX_NO_PTP) sxgbe_rx_ctxt_wbstatus()
430 else if (p->ptp_msgtype == RX_PTP_SYNC) sxgbe_rx_ctxt_wbstatus()
432 else if (p->ptp_msgtype == RX_PTP_FOLLOW_UP) sxgbe_rx_ctxt_wbstatus()
434 else if (p->ptp_msgtype == RX_PTP_DELAY_REQ) sxgbe_rx_ctxt_wbstatus()
436 else if (p->ptp_msgtype == RX_PTP_DELAY_RESP) sxgbe_rx_ctxt_wbstatus()
438 else if (p->ptp_msgtype == RX_PTP_PDELAY_REQ) sxgbe_rx_ctxt_wbstatus()
440 else if (p->ptp_msgtype == RX_PTP_PDELAY_RESP) sxgbe_rx_ctxt_wbstatus()
442 else if (p->ptp_msgtype == RX_PTP_PDELAY_FOLLOW_UP) sxgbe_rx_ctxt_wbstatus()
444 else if (p->ptp_msgtype == RX_PTP_ANNOUNCE) sxgbe_rx_ctxt_wbstatus()
446 else if (p->ptp_msgtype == RX_PTP_MGMT) sxgbe_rx_ctxt_wbstatus()
448 else if (p->ptp_msgtype == RX_PTP_SIGNAL) sxgbe_rx_ctxt_wbstatus()
450 else if (p->ptp_msgtype == RX_PTP_RESV_MSG) sxgbe_rx_ctxt_wbstatus()
H A Dsxgbe_desc.h151 u32 ptp_msgtype:4; member in struct:sxgbe_rx_ctxt_desc

Completed in 57 milliseconds