Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Dptp.c1367 u8 *match_data_012, *match_data_345; in efx_ptp_rx() local
1387 match_data_012 = data + PTP_V1_UUID_OFFSET; in efx_ptp_rx()
1408 match_data_012 = data + PTP_V2_UUID_OFFSET + 2; in efx_ptp_rx()
1410 match_data_012 = data + PTP_V2_UUID_OFFSET + 0; in efx_ptp_rx()
1426 match->words[0] = (match_data_012[0] | in efx_ptp_rx()
1427 (match_data_012[1] << 8) | in efx_ptp_rx()
1428 (match_data_012[2] << 16) | in efx_ptp_rx()