| /src/external/gpl3/gdb/dist/sim/common/ |
| hw-base.h | 28 struct hw *hw_create 30 struct hw *parent, 41 (struct hw *me); 44 (struct hw *me); 50 (struct hw *me); 56 (struct hw *me); 58 extern void set_hw_delete(struct hw* hw, hw_delete_callback method); 64 (struct hw *hw); [all...] |
| hw-handles.h | 32 (struct hw *db, 36 (struct hw *db, 40 (struct hw *db, 44 (struct hw *db, 49 (struct hw *db, 50 struct hw *hw); 52 struct hw *hw_handle_phandle2 53 (struct hw *db, 57 (struct hw *db [all...] |
| hw-tree.h | 30 struct hw *hw_tree_create 35 (struct hw *root); 37 struct hw *hw_tree_parse 38 (struct hw *root, 42 struct hw *hw_tree_vparse 43 (struct hw *root, 49 (struct hw *root); 57 (struct hw *root, 71 (struct hw *device, 75 (struct hw *root [all...] |
| hw-ports.h | 34 void set_hw_ports (struct hw *hw, const struct hw_port_descriptor ports[]); 37 (struct hw *me, 39 struct hw *source, 43 void set_hw_port_event (struct hw *hw, hw_port_event_method *to_port_event); 53 (struct hw *me, 76 (struct hw *me, 78 struct hw *dest, 83 (struct hw *me [all...] |
| hw-device.h | 115 #define hw_parent(hw) ((hw)->parent_of_hw + 0) 117 #define hw_sibling(hw) ((hw)->sibling_of_hw + 0) 119 #define hw_child(hw) ((hw)->child_of_hw + 0) 127 #define hw_family(hw) ((hw)->family_of_hw + 0) 129 #define hw_name(hw) ((hw)->name_of_hw + 0 478 struct hw struct [all...] |
| hw-handles.c | 27 #include "hw-main.h" 28 #include "hw-base.h" 33 struct hw *phandle; 46 create_hw_handle_data (struct hw *hw) 48 if (hw_parent (hw) == NULL) 50 hw->handles_of_hw = HW_ZALLOC (hw, struct hw_handle_data); 54 hw->handles_of_hw = hw_root (hw)->handles_of_hw [all...] |
| sim-hw.h | 29 struct hw *sim_hw_parse 42 /* Abort the simulation specifying HW as the reason */ 46 struct hw *hw, 58 struct hw *hw, 67 struct hw *hw, 79 struct hw *hw, [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| hw-base.h | 28 struct hw *hw_create 30 struct hw *parent, 41 (struct hw *me); 44 (struct hw *me); 50 (struct hw *me); 56 (struct hw *me); 58 extern void set_hw_delete(struct hw* hw, hw_delete_callback method); 64 (struct hw *hw); [all...] |
| hw-handles.h | 32 (struct hw *db, 36 (struct hw *db, 40 (struct hw *db, 44 (struct hw *db, 49 (struct hw *db, 50 struct hw *hw); 52 struct hw *hw_handle_phandle2 53 (struct hw *db, 57 (struct hw *db [all...] |
| hw-tree.h | 30 struct hw *hw_tree_create 35 (struct hw *root); 37 struct hw *hw_tree_parse 38 (struct hw *root, 42 struct hw *hw_tree_vparse 43 (struct hw *root, 49 (struct hw *root); 57 (struct hw *root, 71 (struct hw *device, 75 (struct hw *root [all...] |
| hw-ports.h | 34 void set_hw_ports (struct hw *hw, const struct hw_port_descriptor ports[]); 37 (struct hw *me, 39 struct hw *source, 43 void set_hw_port_event (struct hw *hw, hw_port_event_method *to_port_event); 53 (struct hw *me, 76 (struct hw *me, 78 struct hw *dest, 83 (struct hw *me [all...] |
| hw-device.h | 115 #define hw_parent(hw) ((hw)->parent_of_hw + 0) 117 #define hw_sibling(hw) ((hw)->sibling_of_hw + 0) 119 #define hw_child(hw) ((hw)->child_of_hw + 0) 127 #define hw_family(hw) ((hw)->family_of_hw + 0) 129 #define hw_name(hw) ((hw)->name_of_hw + 0 478 struct hw struct [all...] |
| hw-handles.c | 27 #include "hw-main.h" 28 #include "hw-base.h" 33 struct hw *phandle; 46 create_hw_handle_data (struct hw *hw) 48 if (hw_parent (hw) == NULL) 50 hw->handles_of_hw = HW_ZALLOC (hw, struct hw_handle_data); 54 hw->handles_of_hw = hw_root (hw)->handles_of_hw [all...] |
| sim-hw.h | 29 struct hw *sim_hw_parse 42 /* Abort the simulation specifying HW as the reason */ 46 struct hw *hw, 58 struct hw *hw, 67 struct hw *hw, 79 struct hw *hw, [all...] |
| /src/sys/dev/pci/ixgbe/ |
| ixgbe_api.c | 68 * @hw: pointer to hardware structure 71 * Read the rtrup2tc HW register and resolve its content into map 73 void ixgbe_dcb_get_rtrup2tc(struct ixgbe_hw *hw, u8 *map) 75 if (hw->mac.ops.get_rtrup2tc) 76 hw->mac.ops.get_rtrup2tc(hw, map); 81 * @hw: pointer to hardware structure 87 * hw structure should be filled in prior to calling this function: 91 s32 ixgbe_init_shared_code(struct ixgbe_hw *hw) 100 ixgbe_set_mac_type(hw); [all...] |
| ixgbe_82598.h | 41 u32 ixgbe_get_pcie_msix_count_82598(struct ixgbe_hw *hw); 42 s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw); 43 s32 ixgbe_start_hw_82598(struct ixgbe_hw *hw); 44 void ixgbe_enable_relaxed_ordering_82598(struct ixgbe_hw *hw); 45 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq); 46 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, 48 s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val); 49 s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val); 50 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, 52 u64 ixgbe_get_supported_physical_layer_82598(struct ixgbe_hw *hw); [all...] |
| ixgbe_82599.h | 41 s32 ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw, 43 enum ixgbe_media_type ixgbe_get_media_type_82599(struct ixgbe_hw *hw); 44 void ixgbe_disable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); 45 void ixgbe_enable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); 46 void ixgbe_flap_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); 47 void ixgbe_set_hard_rate_select_speed(struct ixgbe_hw *hw, 49 s32 ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw, 52 s32 ixgbe_start_mac_link_82599(struct ixgbe_hw *hw, 54 s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw, ixgbe_link_speed speed, 56 s32 ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw); [all...] |
| ixgbe_x540.h | 42 s32 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw, 44 enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw); 45 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed, 47 s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw); 48 s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw); 49 u64 ixgbe_get_supported_physical_layer_X540(struct ixgbe_hw *hw); 51 s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw); 52 s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data); 53 s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words, 55 s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 data) [all...] |
| ixgbe_api.h | 43 void ixgbe_dcb_get_rtrup2tc(struct ixgbe_hw *hw, u8 *map); 45 s32 ixgbe_init_shared_code(struct ixgbe_hw *hw); 47 extern s32 ixgbe_init_ops_82598(struct ixgbe_hw *hw); 48 extern s32 ixgbe_init_ops_82599(struct ixgbe_hw *hw); 49 extern s32 ixgbe_init_ops_X540(struct ixgbe_hw *hw); 50 extern s32 ixgbe_init_ops_X550(struct ixgbe_hw *hw); 51 extern s32 ixgbe_init_ops_X550EM(struct ixgbe_hw *hw); 52 extern s32 ixgbe_init_ops_X550EM_x(struct ixgbe_hw *hw); 53 extern s32 ixgbe_init_ops_X550EM_a(struct ixgbe_hw *hw); 55 s32 ixgbe_set_mac_type(struct ixgbe_hw *hw); [all...] |
| ixgbe_common.h | 42 #define IXGBE_WRITE_REG64(hw, reg, value) \ 44 IXGBE_WRITE_REG(hw, reg, (u32) value); \ 45 IXGBE_WRITE_REG(hw, reg + 4, (u32) (value >> 32)); \ 53 void ixgbe_dcb_get_rtrup2tc_generic(struct ixgbe_hw *hw, u8 *map); 55 u16 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw); 56 s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw); 57 s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw); 58 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw); 59 void ixgbe_start_hw_gen2(struct ixgbe_hw *hw); 60 s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw); [all...] |
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_dmac.h | 26 struct hw *bfin_dmac_get_peer (struct hw *dma, bu16 pmap); 27 bu16 bfin_dmac_default_pmap (struct hw *dma);
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_dmac.h | 26 struct hw *bfin_dmac_get_peer (struct hw *dma, bu16 pmap); 27 bu16 bfin_dmac_default_pmap (struct hw *dma);
|
| /src/sys/dev/pci/igc/ |
| igc_mac.c | 17 * @hw: pointer to the HW structure 22 igc_init_mac_ops_generic(struct igc_hw *hw) 24 struct igc_mac_info *mac = &hw->mac; 35 * @hw: pointer to the HW structure 38 igc_null_ops_generic(struct igc_hw IGC_UNUSEDARG *hw) 46 * @hw: pointer to the HW structure 54 igc_write_vfta_generic(struct igc_hw *hw, uint32_t offset, uint32_t value [all...] |
| igc_base.c | 20 * @hw: pointer to the HW structure 25 igc_acquire_phy_base(struct igc_hw *hw) 31 if (hw->bus.func == IGC_FUNC_1) 34 return hw->mac.ops.acquire_swfw_sync(hw, mask); 39 * @hw: pointer to the HW structure 44 igc_release_phy_base(struct igc_hw *hw) 50 if (hw->bus.func == IGC_FUNC_1 [all...] |
| igc_api.c | 17 * @hw: pointer to the HW structure 23 igc_init_mac_params(struct igc_hw *hw) 27 if (hw->mac.ops.init_params) { 28 ret_val = hw->mac.ops.init_params(hw); 43 * @hw: pointer to the HW structure 49 igc_init_nvm_params(struct igc_hw *hw) 53 if (hw->nvm.ops.init_params) [all...] |