Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c234 * @nic_time: contains time details
235 * @nic_time.minor_max: Wrap point for NIC minor times
236 * @nic_time.sync_event_diff_min: Minimum acceptable difference between time
239 * @nic_time.sync_event_diff_max: Maximum acceptable difference between time
242 * @nic_time.sync_event_minor_shift: Shift required to make minor time from
311 } nic_time; member
663 ptp->nic_time.minor_max = 1 << 27; in efx_ptp_get_attributes()
664 ptp->nic_time.sync_event_minor_shift = 19; in efx_ptp_get_attributes()
669 ptp->nic_time.minor_max = 1000000000; in efx_ptp_get_attributes()
670 ptp->nic_time in efx_ptp_get_attributes()
[all...]
/linux/drivers/net/ethernet/sfc/
H A Dptp.c243 * @nic_time: contains time details
244 * @nic_time.minor_max: Wrap point for NIC minor times
245 * @nic_time.sync_event_diff_min: Minimum acceptable difference between time
248 * @nic_time.sync_event_diff_max: Maximum acceptable difference between time
251 * @nic_time.sync_event_minor_shift: Shift required to make minor time from
315 } nic_time; member
656 ptp->nic_time.minor_max = 1 << 27; in efx_ptp_get_attributes()
657 ptp->nic_time.sync_event_minor_shift = 19; in efx_ptp_get_attributes()
662 ptp->nic_time.minor_max = 4000000000UL; in efx_ptp_get_attributes()
663 ptp->nic_time in efx_ptp_get_attributes()
[all...]