Searched refs:ptp_msgtype (Results 1 – 2 of 2) sorted by relevance
428 if (p->ptp_msgtype == RX_NO_PTP) in sxgbe_rx_ctxt_wbstatus()430 else if (p->ptp_msgtype == RX_PTP_SYNC) in sxgbe_rx_ctxt_wbstatus()432 else if (p->ptp_msgtype == RX_PTP_FOLLOW_UP) in sxgbe_rx_ctxt_wbstatus()434 else if (p->ptp_msgtype == RX_PTP_DELAY_REQ) in sxgbe_rx_ctxt_wbstatus()436 else if (p->ptp_msgtype == RX_PTP_DELAY_RESP) in sxgbe_rx_ctxt_wbstatus()438 else if (p->ptp_msgtype == RX_PTP_PDELAY_REQ) in sxgbe_rx_ctxt_wbstatus()440 else if (p->ptp_msgtype == RX_PTP_PDELAY_RESP) in sxgbe_rx_ctxt_wbstatus()442 else if (p->ptp_msgtype == RX_PTP_PDELAY_FOLLOW_UP) in sxgbe_rx_ctxt_wbstatus()444 else if (p->ptp_msgtype == RX_PTP_ANNOUNCE) in sxgbe_rx_ctxt_wbstatus()446 else if (p->ptp_msgtype == RX_PTP_MGMT) in sxgbe_rx_ctxt_wbstatus()[all …]
151 u32 ptp_msgtype:4; member