Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dptp.c1378 u8 *match_data_012, *match_data_345; in efx_ptp_rx() local
1398 match_data_012 = data + PTP_V1_UUID_OFFSET; in efx_ptp_rx()
1419 match_data_012 = data + PTP_V2_UUID_OFFSET + 2; in efx_ptp_rx()
1421 match_data_012 = data + PTP_V2_UUID_OFFSET + 0; in efx_ptp_rx()
1437 match->words[0] = (match_data_012[0] | in efx_ptp_rx()
1438 (match_data_012[1] << 8) | in efx_ptp_rx()
1439 (match_data_012[2] << 16) | in efx_ptp_rx()