Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dptp.c1620 u8 *match_data_012, *match_data_345; in efx_ptp_rx() local
1640 match_data_012 = data + PTP_V1_UUID_OFFSET; in efx_ptp_rx()
1661 match_data_012 = data + PTP_V2_UUID_OFFSET + 2; in efx_ptp_rx()
1663 match_data_012 = data + PTP_V2_UUID_OFFSET + 0; in efx_ptp_rx()
1679 match->words[0] = (match_data_012[0] | in efx_ptp_rx()
1680 (match_data_012[1] << 8) | in efx_ptp_rx()
1681 (match_data_012[2] << 16) | in efx_ptp_rx()