Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/sfc/siena/
Dptp.c1621 u8 *match_data_012, *match_data_345; in efx_ptp_rx() local
1642 match_data_345 = data + PTP_V1_UUID_OFFSET + 3; in efx_ptp_rx()
1660 match_data_345 = data + PTP_V2_UUID_OFFSET + 5; in efx_ptp_rx()
1683 (match_data_345[0] << 24)); in efx_ptp_rx()
1684 match->words[1] = (match_data_345[1] | in efx_ptp_rx()
1685 (match_data_345[2] << 8) | in efx_ptp_rx()