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() 80 static bool is_pci11x1x_chip(struct lan743x_adapter *adapter) in is_pci11x1x_chip() 92 static void lan743x_pci_cleanup(struct lan743x_adapter *adapter) in lan743x_pci_cleanup() 100 static int lan743x_pci_init(struct lan743x_adapter *adapter, in lan743x_pci_init() 132 u32 lan743x_csr_read(struct lan743x_adapter *adapter, int offset) in lan743x_csr_read() 137 void lan743x_csr_write(struct lan743x_adapter *adapter, int offset, in lan743x_csr_write() 145 static int lan743x_csr_light_reset(struct lan743x_adapter *adapter) in lan743x_csr_light_reset() 157 static int lan743x_csr_wait_for_bit_atomic(struct lan743x_adapter *adapter, in lan743x_csr_wait_for_bit_atomic() 169 static int lan743x_csr_wait_for_bit(struct lan743x_adapter *adapter, in lan743x_csr_wait_for_bit() [all …]
|
| H A D | lan743x_main.h | 860 struct lan743x_adapter; 924 struct lan743x_adapter *adapter; 970 struct lan743x_adapter *adapter; 1008 struct lan743x_adapter *adapter; 1031 int lan743x_rx_set_tstamp_mode(struct lan743x_adapter *adapter, 1051 struct lan743x_adapter { struct 1206 u32 lan743x_csr_read(struct lan743x_adapter *adapter, int offset); 1207 void lan743x_csr_write(struct lan743x_adapter *adapter, int offset, u32 data); 1208 int lan743x_hs_syslock_acquire(struct lan743x_adapter *adapter, u16 timeout); 1209 void lan743x_hs_syslock_release(struct lan743x_adapter *adapter); [all …]
|