Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.h26 struct lan743x_adapter;
42 int lan743x_gpio_init(struct lan743x_adapter *adapter);
45 bool lan743x_ptp_request_tx_timestamp(struct lan743x_adapter *adapter);
46 void lan743x_ptp_unrequest_tx_timestamp(struct lan743x_adapter *adapter);
47 void lan743x_ptp_tx_timestamp_skb(struct lan743x_adapter *adapter,
49 int lan743x_ptp_init(struct lan743x_adapter *adapter);
50 int lan743x_ptp_open(struct lan743x_adapter *adapter);
51 void lan743x_ptp_close(struct lan743x_adapter *adapter);
52 void lan743x_ptp_update_latency(struct lan743x_adapter *adapter,
H A Dlan743x_ptp.c20 static bool lan743x_ptp_is_enabled(struct lan743x_adapter *adapter);
21 static void lan743x_ptp_enable(struct lan743x_adapter *adapter);
22 static void lan743x_ptp_disable(struct lan743x_adapter *adapter);
23 static void lan743x_ptp_reset(struct lan743x_adapter *adapter);
24 static void lan743x_ptp_clock_set(struct lan743x_adapter *adapter,
40 int lan743x_gpio_init(struct lan743x_adapter *adapter) in lan743x_gpio_init()
58 static void lan743x_ptp_wait_till_cmd_done(struct lan743x_adapter *adapter, in lan743x_ptp_wait_till_cmd_done()
77 static void lan743x_ptp_tx_ts_enqueue_ts(struct lan743x_adapter *adapter, in lan743x_ptp_tx_ts_enqueue_ts()
96 static void lan743x_ptp_tx_ts_complete(struct lan743x_adapter *adapter) in lan743x_ptp_tx_ts_complete()
156 static int lan743x_ptp_reserve_event_ch(struct lan743x_adapter *adapter, in lan743x_ptp_reserve_event_ch()
[all …]