Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dptp.c1590 u8 *match_data_012, *match_data_345; in efx_ptp_rx() local
1610 match_data_012 = data + PTP_V1_UUID_OFFSET; in efx_ptp_rx()
1631 match_data_012 = data + PTP_V2_UUID_OFFSET + 2; in efx_ptp_rx()
1633 match_data_012 = data + PTP_V2_UUID_OFFSET + 0; in efx_ptp_rx()
1649 match->words[0] = (match_data_012[0] | in efx_ptp_rx()
1650 (match_data_012[1] << 8) | in efx_ptp_rx()
1651 (match_data_012[2] << 16) | in efx_ptp_rx()