• Home
  • Raw
  • Download

Lines Matching refs:efx_nic

286 	struct efx_nic *efx;
348 void (*xmit_skb)(struct efx_nic *efx, struct sk_buff *skb);
359 bool efx_ptp_use_mac_tx_timestamps(struct efx_nic *efx) in efx_ptp_use_mac_tx_timestamps()
397 size_t efx_ptp_describe_stats(struct efx_nic *efx, u8 *strings) in efx_ptp_describe_stats()
406 size_t efx_ptp_update_stats(struct efx_nic *efx, u64 *stats) in efx_ptp_update_stats()
540 struct efx_channel *efx_ptp_channel(struct efx_nic *efx) in efx_ptp_channel()
545 void efx_ptp_update_channel(struct efx_nic *efx, struct efx_channel *channel) in efx_ptp_update_channel()
551 static u32 last_sync_timestamp_major(struct efx_nic *efx) in last_sync_timestamp_major()
565 efx_ptp_mac_nic_to_ktime_correction(struct efx_nic *efx, in efx_ptp_mac_nic_to_ktime_correction()
618 struct efx_nic *efx = tx_queue->efx; in efx_ptp_nic_to_kernel_time()
636 static int efx_ptp_get_attributes(struct efx_nic *efx) in efx_ptp_get_attributes()
735 static int efx_ptp_get_timestamp_corrections(struct efx_nic *efx) in efx_ptp_get_timestamp_corrections()
791 static int efx_ptp_enable(struct efx_nic *efx) in efx_ptp_enable()
819 static int efx_ptp_disable(struct efx_nic *efx) in efx_ptp_disable()
853 static void efx_ptp_handle_no_channel(struct efx_nic *efx) in efx_ptp_handle_no_channel()
863 static void efx_ptp_send_times(struct efx_nic *efx, in efx_ptp_send_times()
929 efx_ptp_process_times(struct efx_nic *efx, MCDI_DECLARE_STRUCT_PTR(synch_buf), in efx_ptp_process_times()
1032 static int efx_ptp_synchronize(struct efx_nic *efx, unsigned int num_readings) in efx_ptp_synchronize()
1095 static void efx_ptp_xmit_skb_queue(struct efx_nic *efx, struct sk_buff *skb) in efx_ptp_xmit_skb_queue()
1133 static void efx_ptp_xmit_skb_mc(struct efx_nic *efx, struct sk_buff *skb) in efx_ptp_xmit_skb_mc()
1181 static void efx_ptp_drop_time_expired_events(struct efx_nic *efx) in efx_ptp_drop_time_expired_events()
1206 static enum ptp_packet_state efx_ptp_match_rx(struct efx_nic *efx, in efx_ptp_match_rx()
1255 static void efx_ptp_process_events(struct efx_nic *efx, struct sk_buff_head *q) in efx_ptp_process_events()
1282 static inline void efx_ptp_process_rx(struct efx_nic *efx, struct sk_buff *skb) in efx_ptp_process_rx()
1289 static void efx_ptp_remove_multicast_filters(struct efx_nic *efx) in efx_ptp_remove_multicast_filters()
1302 static int efx_ptp_insert_multicast_filters(struct efx_nic *efx) in efx_ptp_insert_multicast_filters()
1351 static int efx_ptp_start(struct efx_nic *efx) in efx_ptp_start()
1376 static int efx_ptp_stop(struct efx_nic *efx) in efx_ptp_stop()
1404 static int efx_ptp_restart(struct efx_nic *efx) in efx_ptp_restart()
1415 struct efx_nic *efx = ptp->efx; in efx_ptp_pps_worker()
1430 struct efx_nic *efx = ptp_data->efx; in efx_ptp_worker()
1469 int efx_ptp_probe(struct efx_nic *efx, struct efx_channel *channel) in efx_ptp_probe()
1572 struct efx_nic *efx = channel->efx; in efx_ptp_probe_channel()
1590 void efx_ptp_remove(struct efx_nic *efx) in efx_ptp_remove()
1630 bool efx_ptp_is_ptp_tx(struct efx_nic *efx, struct sk_buff *skb) in efx_ptp_is_ptp_tx()
1651 struct efx_nic *efx = channel->efx; in efx_ptp_rx()
1736 int efx_ptp_tx(struct efx_nic *efx, struct sk_buff *skb) in efx_ptp_tx()
1750 int efx_ptp_get_mode(struct efx_nic *efx) in efx_ptp_get_mode()
1755 int efx_ptp_change_mode(struct efx_nic *efx, bool enable_wanted, in efx_ptp_change_mode()
1798 static int efx_ptp_ts_init(struct efx_nic *efx, struct hwtstamp_config *init) in efx_ptp_ts_init()
1817 void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info) in efx_ptp_get_ts_info()
1820 struct efx_nic *primary = efx->primary; in efx_ptp_get_ts_info()
1848 int efx_ptp_set_ts_config(struct efx_nic *efx, struct ifreq *ifr) in efx_ptp_set_ts_config()
1868 int efx_ptp_get_ts_config(struct efx_nic *efx, struct ifreq *ifr) in efx_ptp_get_ts_config()
1877 static void ptp_event_failure(struct efx_nic *efx, int expected_frag_len) in ptp_event_failure()
1892 static void ptp_event_rx(struct efx_nic *efx, struct efx_ptp_data *ptp) in ptp_event_rx()
1932 static void ptp_event_fault(struct efx_nic *efx, struct efx_ptp_data *ptp) in ptp_event_fault()
1943 static void ptp_event_pps(struct efx_nic *efx, struct efx_ptp_data *ptp) in ptp_event_pps()
1949 void efx_ptp_event(struct efx_nic *efx, efx_qword_t *ev) in efx_ptp_event()
2002 struct efx_nic *efx = channel->efx; in efx_time_sync_event()
2023 static inline u32 efx_rx_buf_timestamp_minor(struct efx_nic *efx, const u8 *eh) in efx_rx_buf_timestamp_minor()
2039 struct efx_nic *efx = channel->efx; in __efx_rx_skb_attach_timestamp()
2098 struct efx_nic *efx = ptp_data->efx; in efx_phc_adjfreq()
2133 struct efx_nic *efx = ptp_data->efx; in efx_phc_adjtime()
2152 struct efx_nic *efx = ptp_data->efx; in efx_phc_gettime()
2222 void efx_ptp_defer_probe_with_channel(struct efx_nic *efx) in efx_ptp_defer_probe_with_channel()
2232 void efx_ptp_start_datapath(struct efx_nic *efx) in efx_ptp_start_datapath()
2241 void efx_ptp_stop_datapath(struct efx_nic *efx) in efx_ptp_stop_datapath()