Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_desc.c425 if (p->ptp_msgtype == RX_NO_PTP) in sxgbe_rx_ctxt_wbstatus()
427 else if (p->ptp_msgtype == RX_PTP_SYNC) in sxgbe_rx_ctxt_wbstatus()
429 else if (p->ptp_msgtype == RX_PTP_FOLLOW_UP) in sxgbe_rx_ctxt_wbstatus()
431 else if (p->ptp_msgtype == RX_PTP_DELAY_REQ) in sxgbe_rx_ctxt_wbstatus()
433 else if (p->ptp_msgtype == RX_PTP_DELAY_RESP) in sxgbe_rx_ctxt_wbstatus()
435 else if (p->ptp_msgtype == RX_PTP_PDELAY_REQ) in sxgbe_rx_ctxt_wbstatus()
437 else if (p->ptp_msgtype == RX_PTP_PDELAY_RESP) in sxgbe_rx_ctxt_wbstatus()
439 else if (p->ptp_msgtype == RX_PTP_PDELAY_FOLLOW_UP) in sxgbe_rx_ctxt_wbstatus()
441 else if (p->ptp_msgtype == RX_PTP_ANNOUNCE) in sxgbe_rx_ctxt_wbstatus()
443 else if (p->ptp_msgtype == RX_PTP_MGMT) in sxgbe_rx_ctxt_wbstatus()
[all …]
H A Dsxgbe_desc.h148 u32 ptp_msgtype:4; member