Searched refs:e1000_adapter (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | ptp.c | 29 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter, in e1000e_phc_adjfine() 68 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter, in e1000e_phc_adjtime() 95 struct e1000_adapter *adapter = (struct e1000_adapter *)ctx; in e1000e_phc_get_syncdevicetime() 144 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter, in e1000e_phc_getcrosststamp() 166 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter, in e1000e_phc_gettimex() 195 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter, in e1000e_phc_settime() 228 struct e1000_adapter *adapter = container_of(work, struct e1000_adapter, in e1000e_systim_overflow_work() 264 void e1000e_ptp_init(struct e1000_adapter *adapter) in e1000e_ptp_init() 343 void e1000e_ptp_remove(struct e1000_adapter *adapter) in e1000e_ptp_remove()
|
| H A D | e1000.h | 155 struct e1000_adapter *adapter; /* back pointer to adapter */ 192 struct e1000_adapter { struct 345 s32 (*get_variants)(struct e1000_adapter *); argument 351 s32 e1000e_get_base_timinca(struct e1000_adapter *adapter, u32 *timinca); 491 void e1000e_check_options(struct e1000_adapter *adapter); 496 void e1000e_up(struct e1000_adapter *adapter); 497 void e1000e_down(struct e1000_adapter *adapter, bool reset); 498 void e1000e_reinit_locked(struct e1000_adapter *adapter); 499 void e1000e_reset(struct e1000_adapter *adapter); 500 void e1000e_power_up_phy(struct e1000_adapter *adapter); [all …]
|
| H A D | netdev.c | 186 static void e1000e_dump_ps_pages(struct e1000_adapter *adapter, in e1000e_dump_ps_pages() 208 static void e1000e_dump(struct e1000_adapter *adapter) in e1000e_dump() 507 static void e1000e_systim_to_hwtstamp(struct e1000_adapter *adapter, in e1000e_systim_to_hwtstamp() 532 static void e1000e_rx_hwtstamp(struct e1000_adapter *adapter, u32 status, in e1000e_rx_hwtstamp() 565 static void e1000_receive_skb(struct e1000_adapter *adapter, in e1000_receive_skb() 587 static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err, in e1000_rx_checksum() 621 struct e1000_adapter *adapter = rx_ring->adapter; in e1000e_update_rdt_wa() 638 struct e1000_adapter *adapter = tx_ring->adapter; in e1000e_update_tdt_wa() 662 struct e1000_adapter *adapter = rx_ring->adapter; in e1000_alloc_rx_buffers() 732 struct e1000_adapter *adapter = rx_ring->adapter; in e1000_alloc_rx_buffers_ps() [all …]
|
| H A D | param.c | 163 struct e1000_adapter *adapter) in e1000_validate_option() 224 void e1000e_check_options(struct e1000_adapter *adapter) in e1000e_check_options()
|
| H A D | hw.h | 715 struct e1000_adapter *adapter;
|
| H A D | 80003es2lan.c | 151 static s32 e1000_get_variants_80003es2lan(struct e1000_adapter *adapter) in e1000_get_variants_80003es2lan()
|
| H A D | 82571.c | 312 static s32 e1000_get_variants_82571(struct e1000_adapter *adapter) in e1000_get_variants_82571()
|
| H A D | ich8lan.c | 343 struct e1000_adapter *adapter = hw->adapter; in e1000_init_phy_workarounds_pchlan() 1380 struct e1000_adapter *adapter = hw->adapter; in e1000_disable_ulp_lpt_lp() 1788 static s32 e1000_get_variants_ich8lan(struct e1000_adapter *adapter) in e1000_get_variants_ich8lan()
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 66 int e1000_up(struct e1000_adapter *adapter); 67 void e1000_down(struct e1000_adapter *adapter); 68 void e1000_reinit_locked(struct e1000_adapter *adapter); 69 void e1000_reset(struct e1000_adapter *adapter); 70 int e1000_setup_all_tx_resources(struct e1000_adapter *adapter); 71 int e1000_setup_all_rx_resources(struct e1000_adapter *adapter); 72 void e1000_free_all_tx_resources(struct e1000_adapter *adapter); 73 void e1000_free_all_rx_resources(struct e1000_adapter *adapter); 74 static int e1000_setup_tx_resources(struct e1000_adapter *adapter, 76 static int e1000_setup_rx_resources(struct e1000_adapter *adapter, [all …]
|
| H A D | e1000_param.c | 183 struct e1000_adapter *adapter) in e1000_validate_option() 231 static void e1000_check_fiber_options(struct e1000_adapter *adapter); 232 static void e1000_check_copper_options(struct e1000_adapter *adapter); 243 void e1000_check_options(struct e1000_adapter *adapter) in e1000_check_options() 510 static void e1000_check_fiber_options(struct e1000_adapter *adapter) in e1000_check_fiber_options() 535 static void e1000_check_copper_options(struct e1000_adapter *adapter) in e1000_check_copper_options()
|