Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h692 * @rx_packet_ts_offset: Offset of timestamp from start of packet data
824 int rx_packet_ts_offset; member
H A Defx.c2642 efx->rx_packet_ts_offset = in ef4_init_struct()
/linux/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h845 * @rx_packet_ts_offset: Offset of timestamp from start of packet data
1010 int rx_packet_ts_offset; member
H A Dptp.c1974 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_ts_offset)); in efx_rx_buf_timestamp_minor()
1976 const u8 *data = eh + efx->rx_packet_ts_offset; in efx_rx_buf_timestamp_minor()
/linux/drivers/net/ethernet/sfc/
H A Dptp.c2016 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_ts_offset)); in efx_rx_buf_timestamp_minor()
2018 const u8 *data = eh + efx->rx_packet_ts_offset; in efx_rx_buf_timestamp_minor()
H A Dnet_driver.h925 * @rx_packet_ts_offset: Offset of timestamp from start of packet data
1091 int rx_packet_ts_offset; member
H A Defx_common.c985 efx->rx_packet_ts_offset = in efx_init_struct()