Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dptp.c1654 u8 *match_data_012, *match_data_345; in efx_ptp_rx() local
1675 match_data_345 = data + PTP_V1_UUID_OFFSET + 3; in efx_ptp_rx()
1693 match_data_345 = data + PTP_V2_UUID_OFFSET + 5; in efx_ptp_rx()
1716 (match_data_345[0] << 24)); in efx_ptp_rx()
1717 match->words[1] = (match_data_345[1] | in efx_ptp_rx()
1718 (match_data_345[2] << 8) | in efx_ptp_rx()