Lines Matching refs:efx_nic

283 	struct efx_nic *efx;
345 void (*xmit_skb)(struct efx_nic *efx, struct sk_buff *skb);
356 bool efx_ptp_use_mac_tx_timestamps(struct efx_nic *efx) in efx_ptp_use_mac_tx_timestamps()
399 size_t efx_ptp_describe_stats(struct efx_nic *efx, u8 *strings) in efx_ptp_describe_stats()
408 size_t efx_ptp_update_stats(struct efx_nic *efx, u64 *stats) in efx_ptp_update_stats()
542 struct efx_channel *efx_ptp_channel(struct efx_nic *efx) in efx_ptp_channel()
547 static u32 last_sync_timestamp_major(struct efx_nic *efx) in last_sync_timestamp_major()
561 efx_ptp_mac_nic_to_ktime_correction(struct efx_nic *efx, in efx_ptp_mac_nic_to_ktime_correction()
582 struct efx_nic *efx = tx_queue->efx; in efx_ptp_nic_to_kernel_time()
600 static int efx_ptp_get_attributes(struct efx_nic *efx) in efx_ptp_get_attributes()
699 static int efx_ptp_get_timestamp_corrections(struct efx_nic *efx) in efx_ptp_get_timestamp_corrections()
755 static int efx_ptp_enable(struct efx_nic *efx) in efx_ptp_enable()
783 static int efx_ptp_disable(struct efx_nic *efx) in efx_ptp_disable()
817 static void efx_ptp_handle_no_channel(struct efx_nic *efx) in efx_ptp_handle_no_channel()
827 static void efx_ptp_send_times(struct efx_nic *efx, in efx_ptp_send_times()
893 efx_ptp_process_times(struct efx_nic *efx, MCDI_DECLARE_STRUCT_PTR(synch_buf), in efx_ptp_process_times()
996 static int efx_ptp_synchronize(struct efx_nic *efx, unsigned int num_readings) in efx_ptp_synchronize()
1059 static void efx_ptp_xmit_skb_queue(struct efx_nic *efx, struct sk_buff *skb) in efx_ptp_xmit_skb_queue()
1075 static void efx_ptp_xmit_skb_mc(struct efx_nic *efx, struct sk_buff *skb) in efx_ptp_xmit_skb_mc()
1123 static void efx_ptp_drop_time_expired_events(struct efx_nic *efx) in efx_ptp_drop_time_expired_events()
1150 static enum ptp_packet_state efx_ptp_match_rx(struct efx_nic *efx, in efx_ptp_match_rx()
1199 static void efx_ptp_process_events(struct efx_nic *efx, struct sk_buff_head *q) in efx_ptp_process_events()
1226 static inline void efx_ptp_process_rx(struct efx_nic *efx, struct sk_buff *skb) in efx_ptp_process_rx()
1233 static void efx_ptp_remove_multicast_filters(struct efx_nic *efx) in efx_ptp_remove_multicast_filters()
1246 static int efx_ptp_insert_multicast_filters(struct efx_nic *efx) in efx_ptp_insert_multicast_filters()
1295 static int efx_ptp_start(struct efx_nic *efx) in efx_ptp_start()
1320 static int efx_ptp_stop(struct efx_nic *efx) in efx_ptp_stop()
1348 static int efx_ptp_restart(struct efx_nic *efx) in efx_ptp_restart()
1359 struct efx_nic *efx = ptp->efx; in efx_ptp_pps_worker()
1374 struct efx_nic *efx = ptp_data->efx; in efx_ptp_worker()
1413 int efx_ptp_probe(struct efx_nic *efx, struct efx_channel *channel) in efx_ptp_probe()
1511 struct efx_nic *efx = channel->efx; in efx_ptp_probe_channel()
1529 void efx_ptp_remove(struct efx_nic *efx) in efx_ptp_remove()
1568 bool efx_ptp_is_ptp_tx(struct efx_nic *efx, struct sk_buff *skb) in efx_ptp_is_ptp_tx()
1589 struct efx_nic *efx = channel->efx; in efx_ptp_rx()
1674 int efx_ptp_tx(struct efx_nic *efx, struct sk_buff *skb) in efx_ptp_tx()
1688 int efx_ptp_get_mode(struct efx_nic *efx) in efx_ptp_get_mode()
1693 int efx_ptp_change_mode(struct efx_nic *efx, bool enable_wanted, in efx_ptp_change_mode()
1736 static int efx_ptp_ts_init(struct efx_nic *efx, struct hwtstamp_config *init) in efx_ptp_ts_init()
1755 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info) in efx_ptp_get_ts_info()
1758 struct efx_nic *primary = efx->primary; in efx_ptp_get_ts_info()
1786 int efx_ptp_set_ts_config(struct efx_nic *efx, struct ifreq *ifr) in efx_ptp_set_ts_config()
1806 int efx_ptp_get_ts_config(struct efx_nic *efx, struct ifreq *ifr) in efx_ptp_get_ts_config()
1815 static void ptp_event_failure(struct efx_nic *efx, int expected_frag_len) in ptp_event_failure()
1830 static void ptp_event_rx(struct efx_nic *efx, struct efx_ptp_data *ptp) in ptp_event_rx()
1870 static void ptp_event_fault(struct efx_nic *efx, struct efx_ptp_data *ptp) in ptp_event_fault()
1881 static void ptp_event_pps(struct efx_nic *efx, struct efx_ptp_data *ptp) in ptp_event_pps()
1887 void efx_ptp_event(struct efx_nic *efx, efx_qword_t *ev) in efx_ptp_event()
1940 struct efx_nic *efx = channel->efx; in efx_time_sync_event()
1961 static inline u32 efx_rx_buf_timestamp_minor(struct efx_nic *efx, const u8 *eh) in efx_rx_buf_timestamp_minor()
1977 struct efx_nic *efx = channel->efx; in __efx_rx_skb_attach_timestamp()
2036 struct efx_nic *efx = ptp_data->efx; in efx_phc_adjfreq()
2071 struct efx_nic *efx = ptp_data->efx; in efx_phc_adjtime()
2090 struct efx_nic *efx = ptp_data->efx; in efx_phc_gettime()
2160 void efx_ptp_defer_probe_with_channel(struct efx_nic *efx) in efx_ptp_defer_probe_with_channel()
2170 void efx_ptp_start_datapath(struct efx_nic *efx) in efx_ptp_start_datapath()
2179 void efx_ptp_stop_datapath(struct efx_nic *efx) in efx_ptp_stop_datapath()