ns_to_nic_time    298 drivers/net/ethernet/sfc/ptp.c 	void (*ns_to_nic_time)(s64 ns, u32 *nic_major, u32 *nic_minor);
ns_to_nic_time    661 drivers/net/ethernet/sfc/ptp.c 		ptp->ns_to_nic_time = efx_ptp_ns_to_s27;
ns_to_nic_time    667 drivers/net/ethernet/sfc/ptp.c 		ptp->ns_to_nic_time = efx_ptp_ns_to_s_ns;
ns_to_nic_time    673 drivers/net/ethernet/sfc/ptp.c 		ptp->ns_to_nic_time = efx_ptp_ns_to_s_qns;
ns_to_nic_time   2104 drivers/net/ethernet/sfc/ptp.c 	efx->ptp_data->ns_to_nic_time(delta, &nic_major, &nic_minor);