Home
last modified time | relevance | path

Searched refs:hw (Results 76 – 100 of 1061) sorted by relevance

12345678910>>...43

/freebsd/sys/dev/igc/
H A Digc_phy.h10 void igc_init_phy_ops_generic(struct igc_hw *hw);
12 void igc_null_phy_generic(struct igc_hw *hw);
15 s32 igc_null_set_page(struct igc_hw *hw, u16 data);
16 s32 igc_check_downshift_generic(struct igc_hw *hw);
17 s32 igc_check_reset_block_generic(struct igc_hw *hw);
18 s32 igc_get_phy_id(struct igc_hw *hw);
20 s32 igc_phy_hw_reset_generic(struct igc_hw *hw);
21 s32 igc_phy_reset_dsp_generic(struct igc_hw *hw);
27 s32 igc_determine_phy_address(struct igc_hw *hw);
30 void igc_power_up_phy_copper(struct igc_hw *hw);
[all …]
H A Dif_igc.c308 struct igc_hw *hw = &adapter->hw; in igc_get_regs() local
460 hw = &adapter->hw; in igc_if_attach_pre()
664 struct igc_hw *hw = &adapter->hw; in igc_if_attach_post() local
1179 struct igc_hw *hw = &adapter->hw; in igc_if_update_admin_status() local
1383 struct igc_hw *hw = &adapter->hw; in igc_configure_queues() local
1493 struct igc_hw *hw = &adapter->hw; in igc_init_dmac() local
1585 struct igc_hw *hw = &adapter->hw; in igc_reset() local
1658 struct igc_hw *hw = &adapter->hw; in igc_initialize_rss_mapping() local
1918 struct igc_hw *hw = &adapter->hw; in igc_initialize_transmit_unit() local
1985 struct igc_hw *hw = &adapter->hw; in igc_initialize_receive_unit() local
[all …]
H A Digc_nvm.h10 void igc_init_nvm_ops_generic(struct igc_hw *hw);
11 s32 igc_null_read_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
12 void igc_null_nvm_generic(struct igc_hw *hw);
13 s32 igc_null_led_default(struct igc_hw *hw, u16 *data);
14 s32 igc_null_write_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
15 s32 igc_acquire_nvm_generic(struct igc_hw *hw);
17 s32 igc_poll_eerd_eewr_done(struct igc_hw *hw, int ee_reg);
18 s32 igc_read_mac_addr_generic(struct igc_hw *hw);
24 s32 igc_validate_nvm_checksum_generic(struct igc_hw *hw);
27 s32 igc_update_nvm_checksum_generic(struct igc_hw *hw);
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_x540.h40 s32 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw,
45 s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
46 s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw);
49 s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw);
56 s32 ixgbe_update_eeprom_checksum_X540(struct ixgbe_hw *hw);
58 s32 ixgbe_calc_eeprom_checksum_X540(struct ixgbe_hw *hw);
59 s32 ixgbe_update_flash_X540(struct ixgbe_hw *hw);
61 s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
63 void ixgbe_init_swfw_sync_X540(struct ixgbe_hw *hw);
65 s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index);
[all …]
H A Dif_bypass.c118 struct ixgbe_hw *hw = &sc->hw; in ixgbe_bp_version() local
158 struct ixgbe_hw *hw = &sc->hw; in ixgbe_bp_set_state() local
164 error = hw->mac.ops.bypass_rw(hw, in ixgbe_bp_set_state()
220 struct ixgbe_hw *hw = &sc->hw; in ixgbe_bp_timeout() local
263 struct ixgbe_hw *hw = &sc->hw; in ixgbe_bp_main_on() local
305 struct ixgbe_hw *hw = &sc->hw; in ixgbe_bp_main_off() local
347 struct ixgbe_hw *hw = &sc->hw; in ixgbe_bp_aux_on() local
389 struct ixgbe_hw *hw = &sc->hw; in ixgbe_bp_aux_off() local
436 struct ixgbe_hw *hw = &sc->hw; in ixgbe_bp_wd_set() local
507 struct ixgbe_hw *hw = &sc->hw; in ixgbe_bp_wd_reset() local
[all …]
H A Dif_sriov.c225 hw = &sc->hw; in ixgbe_vf_set_default_vlan()
324 hw = &sc->hw; in ixgbe_vf_enable_transmit()
339 hw = &sc->hw; in ixgbe_vf_enable_receive()
358 hw = &sc->hw; in ixgbe_vf_reset_msg()
449 hw = &sc->hw; in ixgbe_vf_set_vlan()
475 hw = &sc->hw; in ixgbe_vf_set_lpe()
549 hw = &sc->hw; in ixgbe_vf_get_queues()
583 hw = &sc->hw; in ixgbe_process_vf_msg()
640 hw = &sc->hw; in ixgbe_handle_mbx()
722 hw = &sc->hw; in ixgbe_if_iov_uninit()
[all …]
H A Dif_ixv.c401 hw = &sc->hw; in ixv_if_attach_pre()
600 struct ixgbe_hw *hw = &sc->hw; in ixv_if_init() local
605 hw->mac.ops.stop_adapter(hw); in ixv_if_init()
608 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, IXGBE_RAH_AV); in ixv_if_init()
612 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, 1); in ixv_if_init()
615 hw->mac.ops.reset_hw(hw); in ixv_if_init()
616 hw->mac.ops.start_hw(hw); in ixv_if_init()
672 struct ixgbe_hw *hw = &sc->hw; in ixv_enable_queue() local
965 hw->mac.ops.reset_hw(hw); in ixv_if_stop()
967 hw->mac.ops.stop_adapter(hw); in ixv_if_stop()
[all …]
H A Dixgbe_82598.h38 u32 ixgbe_get_pcie_msix_count_82598(struct ixgbe_hw *hw);
39 s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw);
40 s32 ixgbe_start_hw_82598(struct ixgbe_hw *hw);
41 void ixgbe_enable_relaxed_ordering_82598(struct ixgbe_hw *hw);
42 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
47 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
49 u64 ixgbe_get_supported_physical_layer_82598(struct ixgbe_hw *hw);
50 s32 ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw);
51 void ixgbe_set_lan_id_multi_port_pcie_82598(struct ixgbe_hw *hw);
52 void ixgbe_set_pcie_completion_timeout(struct ixgbe_hw *hw);
[all …]
H A Dixgbe_dcb.c402 switch (hw->mac.type) { in ixgbe_dcb_get_tc_stats()
431 switch (hw->mac.type) { in ixgbe_dcb_get_pfc_stats()
471 switch (hw->mac.type) { in ixgbe_dcb_config_rx_arbiter_cee()
510 switch (hw->mac.type) { in ixgbe_dcb_config_tx_desc_arbiter_cee()
552 switch (hw->mac.type) { in ixgbe_dcb_config_tx_data_arbiter_cee()
589 switch (hw->mac.type) { in ixgbe_dcb_config_pfc_cee()
616 switch (hw->mac.type) { in ixgbe_dcb_config_tc_stats()
658 hw->mac.ops.setup_rxpba(hw, dcb_config->num_tcs.pg_tcs, in ixgbe_dcb_hw_config_cee()
661 switch (hw->mac.type) { in ixgbe_dcb_hw_config_cee()
695 switch (hw->mac.type) { in ixgbe_dcb_config_pfc()
[all …]
/freebsd/sys/dev/e1000/
H A De1000_nvm.h60 void e1000_init_nvm_ops_generic(struct e1000_hw *hw);
62 void e1000_null_nvm_generic(struct e1000_hw *hw);
63 s32 e1000_null_led_default(struct e1000_hw *hw, u16 *data);
65 s32 e1000_acquire_nvm_generic(struct e1000_hw *hw);
68 s32 e1000_read_mac_addr_generic(struct e1000_hw *hw);
73 s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
76 s32 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
91 s32 e1000_update_nvm_checksum_generic(struct e1000_hw *hw);
92 void e1000_stop_nvm(struct e1000_hw *hw);
93 void e1000_release_nvm_generic(struct e1000_hw *hw);
[all …]
/freebsd/sys/dev/ixl/
H A Dixl_pf_iflib.c39 struct i40e_hw *hw = &pf->hw; in ixl_configure_tx_itr() local
58 struct i40e_hw *hw = &pf->hw; in ixl_configure_rx_itr() local
78 struct i40e_hw *hw = &pf->hw; in ixl_intr() local
136 struct i40e_hw *hw = &pf->hw; in ixl_msix_adminq() local
244 struct i40e_hw *hw = &pf->hw; in ixl_configure_queue_intr_msix() local
282 struct i40e_hw *hw = &pf->hw; in ixl_configure_legacy() local
353 struct i40e_hw *hw = &pf->hw; in ixl_setup_interface() local
403 struct i40e_hw *hw = &pf->hw; in ixl_link_event() local
443 struct i40e_hw *hw = vsi->hw; in ixl_initialize_vsi() local
624 struct i40e_hw *hw = vsi->hw; in ixl_set_queue_rx_itr() local
[all …]
H A Di40e_common.c162 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in i40e_aq_str()
310 snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err); in i40e_stat_str()
399 return !!(rd32(hw, hw->aq.asq.len) & in i40e_check_asq_alive()
402 return !!(rd32(hw, hw->aq.asq.len) & in i40e_check_asq_alive()
1028 hw->nvmupd_features.size = sizeof(hw->nvmupd_features); in i40e_init_shared_code()
1988 hw->phy.media_type = i40e_get_media_type(hw); in i40e_aq_get_link_info()
4139 hw->partition_id = (hw->pf_id / hw->num_ports) + 1; in i40e_parse_discover_capabilities()
4140 hw->num_partitions = num_functions / hw->num_ports; in i40e_parse_discover_capabilities()
6836 phy_addr = i40e_get_phy_address(hw, hw->port); in i40e_led_get_reg()
6864 phy_addr = i40e_get_phy_address(hw, hw->port); in i40e_led_set_reg()
[all …]
H A Dixl_pf_iov.c132 hw = &pf->hw; in ixl_vf_alloc_vsi()
200 hw = &pf->hw; in ixl_vf_setup_vsi()
248 hw = &pf->hw; in ixl_vf_map_queues()
293 hw = &pf->hw; in ixl_vf_vsi_release()
325 hw = &pf->hw; in ixl_vf_release_resources()
357 hw = &pf->hw; in ixl_flush_pcie()
378 hw = &pf->hw; in ixl_reset_vf()
399 hw = &pf->hw; in ixl_reinit_vf()
454 hw = &pf->hw; in ixl_send_vf_msg()
565 hw = &pf->hw; in ixl_vf_config_tx_queue()
[all …]
H A Di40e_lan_hmc.c116 hw->hmc.hmc_fn_id = hw->pf_id; in i40e_init_lan_hmc()
119 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.hmc_obj_virt_mem, in i40e_init_lan_hmc()
222 hw->hmc.first_sd_index = 0; in i40e_init_lan_hmc()
232 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.sd_table.addr, in i40e_init_lan_hmc()
247 i40e_free_virt_mem(hw, &hw->hmc.hmc_obj_virt_mem); in i40e_init_lan_hmc()
421 I40E_SET_PF_SD_ENTRY(hw, in i40e_create_lan_hmc_object()
481 info.hmc_info = &hw->hmc; in i40e_configure_lan_hmc()
674 info.hmc_info = &hw->hmc; in i40e_shutdown_lan_hmc()
683 i40e_free_virt_mem(hw, &hw->hmc.sd_table.addr); in i40e_shutdown_lan_hmc()
688 i40e_free_virt_mem(hw, &hw->hmc.hmc_obj_virt_mem); in i40e_shutdown_lan_hmc()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dapple.inc32 {"hw.optional.arm.FEAT_RDM", FEAT_RDM},
33 {"hw.optional.arm.FEAT_LSE", FEAT_LSE},
34 {"hw.optional.floatingpoint", FEAT_FP},
35 {"hw.optional.AdvSIMD", FEAT_SIMD},
36 {"hw.optional.armv8_crc32", FEAT_CRC},
37 {"hw.optional.arm.FEAT_SHA1", FEAT_SHA1},
40 {"hw.optional.arm.FEAT_AES", FEAT_AES},
43 {"hw.optional.arm.FEAT_DIT", FEAT_DIT},
44 {"hw.optional.arm.FEAT_DPB", FEAT_DPB},
53 {"hw.optional.arm.FEAT_SB", FEAT_SB},
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra30-cpu-opp.dtsi10 opp-supported-hw = <0x1F 0x31FE>;
16 opp-supported-hw = <0x1F 0x0C01>;
22 opp-supported-hw = <0x1F 0x0200>;
28 opp-supported-hw = <0x1F 0x31FE>;
34 opp-supported-hw = <0x1F 0x0C01>;
40 opp-supported-hw = <0x1F 0x0200>;
46 opp-supported-hw = <0x1F 0x31FE>;
53 opp-supported-hw = <0x1F 0x0C01>;
60 opp-supported-hw = <0x1F 0x0200>;
67 opp-supported-hw = <0x1F 0x0C00>;
[all …]
H A Dtegra20-cpu-opp.dtsi10 opp-supported-hw = <0x0F 0x0003>;
17 opp-supported-hw = <0x0F 0x0004>;
24 opp-supported-hw = <0x0F 0x0003>;
30 opp-supported-hw = <0x0F 0x0004>;
36 opp-supported-hw = <0x0C 0x0003>;
49 opp-supported-hw = <0x03 0x0001>;
55 opp-supported-hw = <0x08 0x0003>;
67 opp-supported-hw = <0x04 0x0001>;
73 opp-supported-hw = <0x03 0x0006>;
79 opp-supported-hw = <0x03 0x0001>;
[all …]
/freebsd/sys/dev/ice/
H A Dice_sched.c52 hw = pi->hw; in ice_sched_add_root_node()
190 hw = pi->hw; in ice_sched_add_node()
337 struct ice_hw *hw = pi->hw; in ice_free_sched_node() local
804 struct ice_hw *hw = pi->hw; in ice_sched_clear_rl_prof() local
992 struct ice_hw *hw = pi->hw; in ice_sched_add_elems() local
1315 hw = pi->hw; in ice_sched_init_port()
1696 struct ice_hw *hw = pi->hw; in ice_sched_get_agg_node() local
1786 struct ice_hw *hw = pi->hw; in ice_sched_add_vsi_child_nodes() local
2419 hw = pi->hw; in ice_sched_move_nodes()
4348 hw = pi->hw; in ice_sched_set_node_bw_dflt()
[all …]
H A Dice_nvm.h100 ice_nvm_access_read(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd,
103 ice_nvm_access_write(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd,
114 void ice_release_nvm(struct ice_hw *hw);
132 ice_get_inactive_nvm_ver(struct ice_hw *hw, struct ice_nvm_info *nvm);
136 ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size);
137 enum ice_status ice_init_nvm(struct ice_hw *hw);
141 ice_read_sr_buf(struct ice_hw *hw, u16 offset, u16 *words, u16 *data);
145 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset,
154 enum ice_status ice_update_sr_checksum(struct ice_hw *hw);
156 enum ice_status ice_nvm_validate_checksum(struct ice_hw *hw);
[all …]
H A Dice_switch.h449 ice_adv_add_update_vsi_list(struct ice_hw *hw,
478 void ice_clear_all_vsi_ctx(struct ice_hw *hw);
512 ice_aq_get_res_alloc(struct ice_hw *hw, u16 *num_entries,
516 ice_aq_get_res_descs(struct ice_hw *hw, u16 num_entries,
522 void ice_rem_all_sw_rules_info(struct ice_hw *hw);
546 ice_set_vsi_promisc(struct ice_hw *hw, u16 vsi_handle,
549 ice_clear_vsi_promisc(struct ice_hw *hw, u16 vsi_handle,
557 ice_get_vsi_promisc(struct ice_hw *hw, u16 vsi_handle,
563 enum ice_status ice_replay_all_fltr(struct ice_hw *hw);
568 bool ice_is_vsi_valid(struct ice_hw *hw, u16 vsi_handle);
[all …]
H A Dice_flow.c963 ice_free(hw, params->prof); in ice_flow_add_prof_sync()
966 ice_free(hw, params); in ice_flow_add_prof_sync()
989 ice_free(hw, prof); in ice_flow_rem_prof_sync()
1016 status = ice_add_vsi_flow(hw, blk, ice_get_hw_vsi_num(hw, vsi_handle), in ice_flow_assoc_vsig_vsi()
1041 ice_get_hw_vsi_num(hw, in ice_flow_assoc_prof()
1072 ice_get_hw_vsi_num(hw, in ice_flow_disassoc_prof()
1343 ice_acquire_lock(&hw->rss_locks); in ice_rem_vsi_rss_list()
1349 ice_free(hw, r); in ice_rem_vsi_rss_list()
1466 ice_free(hw, r); in ice_rem_rss_list()
1646 ice_free(hw, segs); in ice_add_rss_cfg_sync()
[all …]
H A Dice_lib.c647 struct ice_hw *hw = &sc->hw; in ice_setup_vsi_mirroring() local
803 struct ice_hw *hw = &sc->hw; in ice_deinit_vsi() local
1554 struct ice_hw *hw = &sc->hw; in ice_setup_tx_ctx() local
1674 struct ice_hw *hw = &sc->hw; in ice_setup_rx_ctx() local
1993 struct ice_hw *hw = &sc->hw; in ice_cfg_pf_default_mac_filters() local
2063 struct ice_hw *hw = &sc->hw; in ice_rm_pf_default_mac_filters() local
2093 struct ice_hw *hw = &sc->hw; in ice_check_ctrlq_errors() local
2151 struct ice_hw *hw = &sc->hw; in ice_process_link_event() local
2256 struct ice_hw *hw = &sc->hw; in ice_process_ctrlq() local
2470 hw->fw_maj_ver, hw->fw_min_ver, hw->fw_patch, in ice_nvm_version_str()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8996pro.dtsi25 opp-supported-hw = <0x70>;
31 opp-supported-hw = <0x70>;
37 opp-supported-hw = <0x70>;
43 opp-supported-hw = <0x70>;
49 opp-supported-hw = <0x70>;
55 opp-supported-hw = <0x70>;
61 opp-supported-hw = <0x70>;
67 opp-supported-hw = <0x70>;
73 opp-supported-hw = <0x70>;
79 opp-supported-hw = <0x70>;
[all …]
/freebsd/sys/dev/qlxgb/
H A Dqla_isr.c183 ha->hw.rxj_in++; in qla_replenish_jumbo_rx()
185 ha->hw.rxj_in = 0; in qla_replenish_jumbo_rx()
186 ha->hw.rxj_next++; in qla_replenish_jumbo_rx()
234 ha->hw.rx_in++; in qla_replenish_normal_rx()
236 ha->hw.rx_in = 0; in qla_replenish_normal_rx()
237 ha->hw.rx_next++; in qla_replenish_normal_rx()
268 qla_hw_t *hw; in qla_rcv_isr() local
275 hw = &ha->hw; in qla_rcv_isr()
384 qla_hw_t *hw; in qla_rcv() local
390 hw = &ha->hw; in qla_rcv()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dqcom-nvmem-cpufreq.txt151 opp-supported-hw = <0x77>;
157 opp-supported-hw = <0x70>;
163 opp-supported-hw = <0x7>;
175 opp-supported-hw = <0x7>;
187 opp-supported-hw = <0x7>;
199 opp-supported-hw = <0x7>;
211 opp-supported-hw = <0x7>;
235 opp-supported-hw = <0x7>;
247 opp-supported-hw = <0x7>;
259 opp-supported-hw = <0x7>;
[all …]

12345678910>>...43