Searched refs:lan743x_adapter (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/microchip/ |
| H A D | lan743x_ptp.h | 26 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 D | lan743x_main.c | 31 static bool pci11x1x_is_a0(struct lan743x_adapter *adapter) in pci11x1x_is_a0() 37 static void pci11x1x_strap_get_status(struct lan743x_adapter *adapter) in pci11x1x_strap_get_status() 88 static bool is_pci11x1x_chip(struct lan743x_adapter *adapter) in is_pci11x1x_chip() 100 static void lan743x_pci_cleanup(struct lan743x_adapter *adapter) in lan743x_pci_cleanup() 108 static int lan743x_pci_init(struct lan743x_adapter *adapter, in lan743x_pci_init() 140 u32 lan743x_csr_read(struct lan743x_adapter *adapter, int offset) in lan743x_csr_read() 145 void lan743x_csr_write(struct lan743x_adapter *adapter, int offset, in lan743x_csr_write() 153 static int lan743x_csr_light_reset(struct lan743x_adapter *adapter) in lan743x_csr_light_reset() 165 static int lan743x_csr_wait_for_bit_atomic(struct lan743x_adapter *adapter, in lan743x_csr_wait_for_bit_atomic() 177 static int lan743x_csr_wait_for_bit(struct lan743x_adapter *adapter, in lan743x_csr_wait_for_bit() [all …]
|
| H A D | lan743x_main.h | 865 struct lan743x_adapter; 929 struct lan743x_adapter *adapter; 975 struct lan743x_adapter *adapter; 1013 struct lan743x_adapter *adapter; 1036 int lan743x_rx_set_tstamp_mode(struct lan743x_adapter *adapter, 1056 struct lan743x_adapter { struct 1212 u32 lan743x_csr_read(struct lan743x_adapter *adapter, int offset); 1213 void lan743x_csr_write(struct lan743x_adapter *adapter, int offset, u32 data); 1214 int lan743x_hs_syslock_acquire(struct lan743x_adapter *adapter, u16 timeout); 1215 void lan743x_hs_syslock_release(struct lan743x_adapter *adapter); [all …]
|