Home
last modified time | relevance | path

Searched refs:flag_field (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dptp_classify.h74 u8 flag_field[2]; member
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_ptp.c733 twostep = hdr->flag_field[0] & 0x2; in ocelot_ptp_is_onestep_sync()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c139 *twostep = hdr->flag_field[0] & 0x2; in enetc_ptp_parse()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c779 *twostep = hdr->flag_field[0] & 0x2; in dpaa2_eth_ptp_parse()
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c1229 if (hdr->flag_field[0] & PTP_FLAG_TWOSTEP) in ptp_one_step_sync()