Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1257 s64 base_ns = ((adj + NSEC_PER_SEC) * NSEC_PER_SEC); in hw_atl_b0_adj_params_get() local
1261 base_ns = div64_s64(base_ns, freq); in hw_atl_b0_adj_params_get()
1262 nsi = div64_u64(base_ns, NSEC_PER_SEC); in hw_atl_b0_adj_params_get()
1264 if (base_ns != nsi * NSEC_PER_SEC) { in hw_atl_b0_adj_params_get()
1266 base_ns - nsi * NSEC_PER_SEC); in hw_atl_b0_adj_params_get()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_struct.h245 u64 base_ns : 32; member
H A Dotx2_txrx.c732 u64 base_ns, bool udp_csum_crt) in otx2_sqe_add_mem() argument
745 mem->base_ns = base_ns; in otx2_sqe_add_mem()
1138 ptp_offset, pfvf->ptp->base_ns, udp_csum_crt); in otx2_set_txtstamp()
H A Dotx2_ptp.c334 ptp->base_ns = tstamp % NSEC_PER_SEC; in otx2_sync_tstamp()
H A Dotx2_common.h333 u32 base_ns; member