Searched refs:hw (Results 1 - 25 of 257) sorted by last modified time

1234567891011

/freebsd-11-stable/contrib/unbound/
H A Dconfig.guess192 /sbin/sysctl -n hw.machine_arch 2>/dev/null || \
193 /usr/sbin/sysctl -n hw.machine_arch 2>/dev/null || \
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c137 ixl_nvm_version_str(struct i40e_hw *hw, struct sbuf *buf) argument
139 u8 oem_ver = (u8)(hw->nvm.oem_ver >> 24);
140 u16 oem_build = (u16)((hw->nvm.oem_ver >> 16) & 0xFFFF);
141 u8 oem_patch = (u8)(hw->nvm.oem_ver & 0xFF);
145 hw->aq.fw_maj_ver, hw->aq.fw_min_ver, hw->aq.fw_build,
146 hw->aq.api_maj_ver, hw->aq.api_min_ver,
147 (hw
158 struct i40e_hw *hw = &pf->hw; local
178 struct i40e_hw *hw = &pf->hw; local
197 struct i40e_hw *hw = &pf->hw; local
236 struct i40e_hw *hw = &pf->hw; local
345 struct i40e_hw *hw = &pf->hw; local
543 struct i40e_hw *hw = &pf->hw; local
570 struct i40e_hw *hw = &pf->hw; local
676 struct i40e_hw *hw = vsi->hw; local
711 struct i40e_hw *hw = &pf->hw; local
769 struct i40e_hw *hw = vsi->hw; local
818 struct i40e_hw *hw = &pf->hw; local
901 struct i40e_hw *hw = vsi->hw; local
942 struct i40e_hw *hw = vsi->hw; local
1067 struct i40e_hw *hw = &pf->hw; local
1403 struct i40e_hw *hw = &pf->hw; local
1570 struct i40e_hw *hw = &pf->hw; local
1609 struct i40e_hw *hw = &pf->hw; local
1641 struct i40e_hw *hw = &pf->hw; local
1694 struct i40e_hw *hw = &pf->hw; local
1927 struct i40e_hw *hw = vsi->hw; local
2043 struct i40e_hw *hw = &pf->hw; local
2074 struct i40e_hw *hw = &pf->hw; local
2124 struct i40e_hw *hw = vsi->hw; local
2389 struct i40e_hw *hw = &pf->hw; local
2560 struct i40e_hw *hw = vsi->hw; local
2634 struct i40e_hw *hw = vsi->hw; local
2871 struct i40e_hw *hw = &pf->hw; local
2905 struct i40e_hw *hw = &pf->hw; local
2943 struct i40e_hw *hw = &pf->hw; local
3005 struct i40e_hw *hw = vsi->hw; local
3029 struct i40e_hw *hw = vsi->hw; local
3071 struct i40e_hw *hw = vsi->hw; local
3269 struct i40e_hw *hw; local
3330 struct i40e_hw *hw; local
3389 struct i40e_hw *hw = &pf->hw; local
3425 struct i40e_hw *hw = &pf->hw; local
3491 struct i40e_hw *hw = &pf->hw; local
3526 struct i40e_hw *hw = &pf->hw; local
3590 struct i40e_hw *hw = &pf->hw; local
3656 struct i40e_hw *hw = vsi->hw; local
3669 struct i40e_hw *hw = vsi->hw; local
3677 ixl_enable_intr0(struct i40e_hw *hw) argument
3689 ixl_disable_intr0(struct i40e_hw *hw) argument
3699 ixl_enable_queue(struct i40e_hw *hw, int id) argument
3710 ixl_disable_queue(struct i40e_hw *hw, int id) argument
3721 struct i40e_hw *hw = &pf->hw; local
3907 struct i40e_hw *hw = &pf->hw; local
3946 struct i40e_hw *hw = &pf->hw; local
4107 struct i40e_hw *hw = &pf->hw; local
4137 struct i40e_hw *hw = &pf->hw; local
4203 struct i40e_hw *hw = &pf->hw; local
4329 ixl_stat_update48(struct i40e_hw *hw, u32 hireg, u32 loreg, bool offset_loaded, u64 *offset, u64 *stat) argument
4358 ixl_stat_update32(struct i40e_hw *hw, u32 reg, bool offset_loaded, u64 *offset, u64 *stat) argument
4376 struct i40e_hw *hw = &pf->hw; local
4606 struct i40e_hw *hw = &pf->hw; local
4702 struct i40e_hw *hw = &pf->hw; local
4748 struct i40e_hw *hw = &pf->hw; local
4909 struct i40e_hw *hw = &pf->hw; local
4962 struct i40e_hw *hw = &pf->hw; local
5009 struct i40e_hw *hw = &pf->hw; local
5171 struct i40e_hw *hw = &pf->hw; local
5545 struct i40e_hw *hw = &pf->hw; local
5629 struct i40e_hw *hw = &pf->hw; local
5705 struct i40e_hw *hw = &pf->hw; local
5889 struct i40e_hw *hw = &pf->hw; local
6002 struct i40e_hw *hw = &pf->hw; local
6081 struct i40e_hw *hw = &pf->hw; local
6115 struct i40e_hw *hw = &pf->hw; local
6205 struct i40e_hw *hw = &pf->hw; local
6246 struct i40e_hw *hw = &pf->hw; local
6267 struct i40e_hw *hw = &pf->hw; local
6464 struct i40e_hw *hw = &pf->hw; local
6486 struct i40e_hw *hw = &pf->hw; local
6611 struct i40e_hw *hw = &pf->hw; local
6696 struct i40e_hw *hw = &pf->hw; local
6728 struct i40e_hw *hw = &pf->hw; local
6825 struct i40e_hw *hw = &pf->hw; local
[all...]
H A Di40e_common.c42 * @hw: pointer to the HW structure
45 * vendor ID and device ID stored in the hw structure.
47 enum i40e_status_code i40e_set_mac_type(struct i40e_hw *hw) argument
53 if (hw->vendor_id == I40E_INTEL_VENDOR_ID) {
54 switch (hw->device_id) {
73 hw->mac.type = I40E_MAC_XL710;
81 hw->mac.type = I40E_MAC_X722;
84 hw->mac.type = I40E_MAC_X722_VF;
89 hw->mac.type = I40E_MAC_VF;
92 hw
109 i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err) argument
169 i40e_stat_str(struct i40e_hw *hw, enum i40e_status_code stat_err) argument
322 i40e_debug_aq(struct i40e_hw *hw, enum i40e_debug_mask mask, void *desc, void *buffer, u16 buf_len) argument
393 i40e_check_asq_alive(struct i40e_hw *hw) argument
414 i40e_aq_queue_shutdown(struct i40e_hw *hw, bool unloading) argument
443 i40e_aq_get_set_rss_lut(struct i40e_hw *hw, u16 vsi_id, bool pf_lut, u8 *lut, u16 lut_size, bool set) argument
496 i40e_aq_get_rss_lut(struct i40e_hw *hw, u16 vsi_id, bool pf_lut, u8 *lut, u16 lut_size) argument
513 i40e_aq_set_rss_lut(struct i40e_hw *hw, u16 vsi_id, bool pf_lut, u8 *lut, u16 lut_size) argument
528 i40e_aq_get_set_rss_key(struct i40e_hw *hw, u16 vsi_id, struct i40e_aqc_get_set_rss_key_data *key, bool set) argument
568 i40e_aq_get_rss_key(struct i40e_hw *hw, u16 vsi_id, struct i40e_aqc_get_set_rss_key_data *key) argument
583 i40e_aq_set_rss_key(struct i40e_hw *hw, u16 vsi_id, struct i40e_aqc_get_set_rss_key_data *key) argument
992 i40e_init_shared_code(struct i40e_hw *hw) argument
1050 i40e_aq_mac_address_read(struct i40e_hw *hw, u16 *flags, struct i40e_aqc_mac_address_read_data *addrs, struct i40e_asq_cmd_details *cmd_details) argument
1077 i40e_aq_mac_address_write(struct i40e_hw *hw, u16 flags, u8 *mac_addr, struct i40e_asq_cmd_details *cmd_details) argument
1107 i40e_get_mac_addr(struct i40e_hw *hw, u8 *mac_addr) argument
1129 i40e_get_port_mac_addr(struct i40e_hw *hw, u8 *mac_addr) argument
1157 i40e_pre_tx_queue_cfg(struct i40e_hw *hw, u32 queue, bool enable) argument
1188 i40e_read_pba_string(struct i40e_hw *hw, u8 *pba_num, u32 pba_num_size) argument
1243 i40e_get_media_type(struct i40e_hw *hw) argument
1303 i40e_poll_globr(struct i40e_hw *hw, u32 retry_limit) argument
1329 i40e_pf_reset(struct i40e_hw *hw) argument
1417 i40e_clear_hw(struct i40e_hw *hw) argument
1509 i40e_clear_pxe_mode(struct i40e_hw *hw) argument
1522 i40e_led_is_mine(struct i40e_hw *hw, int idx) argument
1559 i40e_led_get(struct i40e_hw *hw) argument
1588 i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink) argument
1630 i40e_aq_get_phy_capabilities(struct i40e_hw *hw, bool qualified_modules, bool report_init, struct i40e_aq_get_phy_abilities_resp *abilities, struct i40e_asq_cmd_details *cmd_details) argument
1706 i40e_aq_set_phy_config(struct i40e_hw *hw, struct i40e_aq_set_phy_config *config, struct i40e_asq_cmd_details *cmd_details) argument
1736 i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures, bool atomic_restart) argument
1822 i40e_aq_set_mac_config(struct i40e_hw *hw, u16 max_frame_size, bool crc_en, u16 pacing, struct i40e_asq_cmd_details *cmd_details) argument
1859 i40e_aq_clear_pxe_mode(struct i40e_hw *hw, struct i40e_asq_cmd_details *cmd_details) argument
1887 i40e_aq_set_link_restart_an(struct i40e_hw *hw, bool enable_link, struct i40e_asq_cmd_details *cmd_details) argument
1918 i40e_aq_get_link_info(struct i40e_hw *hw, bool enable_lse, struct i40e_link_status *link, struct i40e_asq_cmd_details *cmd_details) argument
2016 i40e_aq_set_phy_int_mask(struct i40e_hw *hw, u16 mask, struct i40e_asq_cmd_details *cmd_details) argument
2043 i40e_aq_get_local_advt_reg(struct i40e_hw *hw, u64 *advt_reg, struct i40e_asq_cmd_details *cmd_details) argument
2075 i40e_aq_set_local_advt_reg(struct i40e_hw *hw, u64 advt_reg, struct i40e_asq_cmd_details *cmd_details) argument
2103 i40e_aq_get_partner_advt(struct i40e_hw *hw, u64 *advt_reg, struct i40e_asq_cmd_details *cmd_details) argument
2136 i40e_aq_set_lb_modes(struct i40e_hw *hw, u8 lb_level, u8 lb_type, u8 speed, struct i40e_asq_cmd_details *cmd_details) argument
2166 i40e_aq_set_phy_debug(struct i40e_hw *hw, u8 cmd_flags, struct i40e_asq_cmd_details *cmd_details) argument
2192 i40e_aq_add_vsi(struct i40e_hw *hw, struct i40e_vsi_context *vsi_ctx, struct i40e_asq_cmd_details *cmd_details) argument
2235 i40e_aq_set_default_vsi(struct i40e_hw *hw, u16 seid, struct i40e_asq_cmd_details *cmd_details) argument
2263 i40e_aq_clear_default_vsi(struct i40e_hw *hw, u16 seid, struct i40e_asq_cmd_details *cmd_details) argument
2293 i40e_aq_set_vsi_unicast_promiscuous(struct i40e_hw *hw, u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details, bool rx_only_promisc) argument
2335 i40e_aq_set_vsi_multicast_promiscuous(struct i40e_hw *hw, u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details) argument
2367 i40e_aq_set_vsi_full_promiscuous(struct i40e_hw *hw, u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details) argument
2405 i40e_aq_set_vsi_mc_promisc_on_vlan(struct i40e_hw *hw, u16 seid, bool enable, u16 vid, struct i40e_asq_cmd_details *cmd_details) argument
2439 i40e_aq_set_vsi_uc_promisc_on_vlan(struct i40e_hw *hw, u16 seid, bool enable, u16 vid, struct i40e_asq_cmd_details *cmd_details) argument
2473 i40e_aq_set_vsi_bc_promisc_on_vlan(struct i40e_hw *hw, u16 seid, bool enable, u16 vid, struct i40e_asq_cmd_details *cmd_details) argument
2508 i40e_aq_set_vsi_broadcast(struct i40e_hw *hw, u16 seid, bool set_filter, struct i40e_asq_cmd_details *cmd_details) argument
2541 i40e_aq_set_vsi_vlan_promisc(struct i40e_hw *hw, u16 seid, bool enable, struct i40e_asq_cmd_details *cmd_details) argument
2571 i40e_aq_get_vsi_params(struct i40e_hw *hw, struct i40e_vsi_context *vsi_ctx, struct i40e_asq_cmd_details *cmd_details) argument
2613 i40e_aq_update_vsi_params(struct i40e_hw *hw, struct i40e_vsi_context *vsi_ctx, struct i40e_asq_cmd_details *cmd_details) argument
2650 i40e_aq_get_switch_config(struct i40e_hw *hw, struct i40e_aqc_get_switch_config_resp *buf, u16 buf_size, u16 *start_seid, struct i40e_asq_cmd_details *cmd_details) argument
2683 i40e_aq_set_switch_config(struct i40e_hw *hw, u16 flags, u16 valid_flags, u8 mode, struct i40e_asq_cmd_details *cmd_details) argument
2719 i40e_aq_get_firmware_version(struct i40e_hw *hw, u16 *fw_major_version, u16 *fw_minor_version, u32 *fw_build, u16 *api_major_version, u16 *api_minor_version, struct i40e_asq_cmd_details *cmd_details) argument
2766 i40e_aq_send_driver_version(struct i40e_hw *hw, struct i40e_driver_version *dv, struct i40e_asq_cmd_details *cmd_details) argument
2808 i40e_get_link_status(struct i40e_hw *hw, bool *link_up) argument
2829 i40e_update_link_info(struct i40e_hw *hw) argument
2864 i40e_get_link_speed(struct i40e_hw *hw) argument
2896 i40e_aq_add_veb(struct i40e_hw *hw, u16 uplink_seid, u16 downlink_seid, u8 enabled_tc, bool default_port, u16 *veb_seid, bool enable_stats, struct i40e_asq_cmd_details *cmd_details) argument
2954 i40e_aq_get_veb_parameters(struct i40e_hw *hw, u16 veb_seid, u16 *switch_id, bool *floating, u16 *statistic_index, u16 *vebs_used, u16 *vebs_free, struct i40e_asq_cmd_details *cmd_details) argument
3008 i40e_aq_add_macvlan(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_macvlan_element_data *mv_list, u16 count, struct i40e_asq_cmd_details *cmd_details) argument
3056 i40e_aq_remove_macvlan(struct i40e_hw *hw, u16 seid, struct i40e_aqc_remove_macvlan_element_data *mv_list, u16 count, struct i40e_asq_cmd_details *cmd_details) argument
3105 i40e_mirrorrule_op(struct i40e_hw *hw, u16 opcode, u16 sw_seid, u16 rule_type, u16 id, u16 count, __le16 *mr_list, struct i40e_asq_cmd_details *cmd_details, u16 *rule_id, u16 *rules_used, u16 *rules_free) argument
3165 i40e_aq_add_mirrorrule(struct i40e_hw *hw, u16 sw_seid, u16 rule_type, u16 dest_vsi, u16 count, __le16 *mr_list, struct i40e_asq_cmd_details *cmd_details, u16 *rule_id, u16 *rules_used, u16 *rules_free) argument
3196 i40e_aq_delete_mirrorrule(struct i40e_hw *hw, u16 sw_seid, u16 rule_type, u16 rule_id, u16 count, __le16 *mr_list, struct i40e_asq_cmd_details *cmd_details, u16 *rules_used, u16 *rules_free) argument
3224 i40e_aq_add_vlan(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_remove_vlan_element_data *v_list, u8 count, struct i40e_asq_cmd_details *cmd_details) argument
3264 i40e_aq_remove_vlan(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_remove_vlan_element_data *v_list, u8 count, struct i40e_asq_cmd_details *cmd_details) argument
3308 i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, struct i40e_asq_cmd_details *cmd_details) argument
3343 i40e_aq_debug_read_register(struct i40e_hw *hw, u32 reg_addr, u64 *reg_val, struct i40e_asq_cmd_details *cmd_details) argument
3378 i40e_aq_debug_write_register(struct i40e_hw *hw, u32 reg_addr, u64 reg_val, struct i40e_asq_cmd_details *cmd_details) argument
3409 i40e_aq_request_resource(struct i40e_hw *hw, enum i40e_aq_resources_ids resource, enum i40e_aq_resource_access_type access, u8 sdp_number, u64 *timeout, struct i40e_asq_cmd_details *cmd_details) argument
3450 i40e_aq_release_resource(struct i40e_hw *hw, enum i40e_aq_resources_ids resource, u8 sdp_number, struct i40e_asq_cmd_details *cmd_details) argument
3484 i40e_aq_read_nvm(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 length, void *data, bool last_command, struct i40e_asq_cmd_details *cmd_details) argument
3531 i40e_aq_read_nvm_config(struct i40e_hw *hw, u8 cmd_flags, u32 field_id, void *data, u16 buf_size, u16 *element_count, struct i40e_asq_cmd_details *cmd_details) argument
3570 i40e_aq_write_nvm_config(struct i40e_hw *hw, u8 cmd_flags, void *data, u16 buf_size, u16 element_count, struct i40e_asq_cmd_details *cmd_details) argument
3599 i40e_aq_oem_post_update(struct i40e_hw *hw, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details) argument
3626 i40e_aq_erase_nvm(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 length, bool last_command, struct i40e_asq_cmd_details *cmd_details) argument
3667 i40e_parse_discover_capabilities(struct i40e_hw *hw, void *buff, u32 cap_count, enum i40e_admin_queue_opc list_type_opc) argument
4023 i40e_aq_discover_capabilities(struct i40e_hw *hw, void *buff, u16 buff_size, u16 *data_size, enum i40e_admin_queue_opc list_type_opc, struct i40e_asq_cmd_details *cmd_details) argument
4072 i40e_aq_update_nvm(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 length, void *data, bool last_command, u8 preservation_flags, struct i40e_asq_cmd_details *cmd_details) argument
4127 i40e_aq_rearrange_nvm(struct i40e_hw *hw, u8 rearrange_nvm, struct i40e_asq_cmd_details *cmd_details) argument
4164 i40e_aq_nvm_progress(struct i40e_hw *hw, u8 *progress, struct i40e_asq_cmd_details *cmd_details) argument
4191 i40e_aq_get_lldp_mib(struct i40e_hw *hw, u8 bridge_type, u8 mib_type, void *buff, u16 buff_size, u16 *local_len, u16 *remote_len, struct i40e_asq_cmd_details *cmd_details) argument
4241 i40e_aq_set_lldp_mib(struct i40e_hw *hw, u8 mib_type, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details) argument
4279 i40e_aq_cfg_lldp_mib_change_event(struct i40e_hw *hw, bool enable_update, struct i40e_asq_cmd_details *cmd_details) argument
4309 i40e_aq_restore_lldp(struct i40e_hw *hw, u8 *setting, bool restore, struct i40e_asq_cmd_details *cmd_details) argument
4345 i40e_aq_stop_lldp(struct i40e_hw *hw, bool shutdown_agent, bool persist, struct i40e_asq_cmd_details *cmd_details) argument
4380 i40e_aq_start_lldp(struct i40e_hw *hw, bool persist, struct i40e_asq_cmd_details *cmd_details) argument
4414 i40e_aq_set_dcb_parameters(struct i40e_hw *hw, bool dcb_enable, struct i40e_asq_cmd_details *cmd_details) argument
4446 i40e_aq_get_cee_dcb_config(struct i40e_hw *hw, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details) argument
4474 i40e_aq_start_stop_dcbx(struct i40e_hw *hw, bool start_agent, struct i40e_asq_cmd_details *cmd_details) argument
4507 i40e_aq_add_udp_tunnel(struct i40e_hw *hw, u16 udp_port, u8 protocol_index, u8 *filter_index, struct i40e_asq_cmd_details *cmd_details) argument
4538 i40e_aq_del_udp_tunnel(struct i40e_hw *hw, u8 index, struct i40e_asq_cmd_details *cmd_details) argument
4567 i40e_aq_get_switch_resource_alloc(struct i40e_hw *hw, u8 *num_entries, struct i40e_aqc_switch_resource_alloc_element_resp *buf, u16 count, struct i40e_asq_cmd_details *cmd_details) argument
4602 i40e_aq_delete_element(struct i40e_hw *hw, u16 seid, struct i40e_asq_cmd_details *cmd_details) argument
4634 i40e_aq_add_pvirt(struct i40e_hw *hw, u16 flags, u16 mac_seid, u16 vsi_seid, u16 *ret_seid) argument
4675 i40e_aq_add_tag(struct i40e_hw *hw, bool direct_to_queue, u16 vsi_seid, u16 tag, u16 queue_num, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
4724 i40e_aq_remove_tag(struct i40e_hw *hw, u16 vsi_seid, u16 tag, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
4773 i40e_aq_add_mcast_etag(struct i40e_hw *hw, u16 pv_seid, u16 etag, u8 num_tags_in_buf, void *buf, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
4825 i40e_aq_remove_mcast_etag(struct i40e_hw *hw, u16 pv_seid, u16 etag, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
4872 i40e_aq_update_tag(struct i40e_hw *hw, u16 vsi_seid, u16 old_tag, u16 new_tag, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
4916 i40e_aq_dcb_ignore_pfc(struct i40e_hw *hw, u8 tcmap, bool request, u8 *tcmap_ret, struct i40e_asq_cmd_details *cmd_details) argument
4959 i40e_aq_dcb_updated(struct i40e_hw *hw, struct i40e_asq_cmd_details *cmd_details) argument
4984 i40e_aq_add_statistics(struct i40e_hw *hw, u16 seid, u16 vlan_id, u16 *stat_index, struct i40e_asq_cmd_details *cmd_details) argument
5021 i40e_aq_remove_statistics(struct i40e_hw *hw, u16 seid, u16 vlan_id, u16 stat_index, struct i40e_asq_cmd_details *cmd_details) argument
5054 i40e_aq_set_port_parameters(struct i40e_hw *hw, u16 bad_frame_vsi, bool save_bad_pac, bool pad_short_pac, bool double_vlan, struct i40e_asq_cmd_details *cmd_details) argument
5094 i40e_aq_tx_sched_cmd(struct i40e_hw *hw, u16 seid, void *buff, u16 buff_size, enum i40e_admin_queue_opc opcode, struct i40e_asq_cmd_details *cmd_details) argument
5152 i40e_aq_config_vsi_bw_limit(struct i40e_hw *hw, u16 seid, u16 credit, u8 max_credit, struct i40e_asq_cmd_details *cmd_details) argument
5181 i40e_aq_config_switch_comp_bw_limit(struct i40e_hw *hw, u16 seid, u16 credit, u8 max_bw, struct i40e_asq_cmd_details *cmd_details) argument
5209 i40e_aq_config_vsi_ets_sla_bw_limit(struct i40e_hw *hw, u16 seid, struct i40e_aqc_configure_vsi_ets_sla_bw_data *bw_data, struct i40e_asq_cmd_details *cmd_details) argument
5226 i40e_aq_config_vsi_tc_bw(struct i40e_hw *hw, u16 seid, struct i40e_aqc_configure_vsi_tc_bw_data *bw_data, struct i40e_asq_cmd_details *cmd_details) argument
5243 i40e_aq_config_switch_comp_ets_bw_limit( struct i40e_hw *hw, u16 seid, struct i40e_aqc_configure_switching_comp_ets_bw_limit_data *bw_data, struct i40e_asq_cmd_details *cmd_details) argument
5260 i40e_aq_query_vsi_bw_config(struct i40e_hw *hw, u16 seid, struct i40e_aqc_query_vsi_bw_config_resp *bw_data, struct i40e_asq_cmd_details *cmd_details) argument
5277 i40e_aq_query_vsi_ets_sla_config(struct i40e_hw *hw, u16 seid, struct i40e_aqc_query_vsi_ets_sla_config_resp *bw_data, struct i40e_asq_cmd_details *cmd_details) argument
5294 i40e_aq_query_switch_comp_ets_config(struct i40e_hw *hw, u16 seid, struct i40e_aqc_query_switching_comp_ets_config_resp *bw_data, struct i40e_asq_cmd_details *cmd_details) argument
5311 i40e_aq_query_port_ets_config(struct i40e_hw *hw, u16 seid, struct i40e_aqc_query_port_ets_config_resp *bw_data, struct i40e_asq_cmd_details *cmd_details) argument
5328 i40e_aq_query_switch_comp_bw_config(struct i40e_hw *hw, u16 seid, struct i40e_aqc_query_switching_comp_bw_config_resp *bw_data, struct i40e_asq_cmd_details *cmd_details) argument
5350 i40e_validate_filter_settings(struct i40e_hw *hw, struct i40e_filter_control_settings *settings) argument
5443 i40e_set_filter_control(struct i40e_hw *hw, struct i40e_filter_control_settings *settings) argument
5517 i40e_aq_add_rem_control_packet_filter(struct i40e_hw *hw, u8 *mac_addr, u16 ethtype, u16 flags, u16 vsi_seid, u16 queue, bool is_add, struct i40e_control_filter_stats *stats, struct i40e_asq_cmd_details *cmd_details) argument
5569 i40e_add_filter_to_drop_tx_flow_control_frames(struct i40e_hw *hw, u16 seid) argument
5627 i40e_aq_add_cloud_filters(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_remove_cloud_filters_element_data *filters, u8 filter_count) argument
5666 i40e_aq_remove_cloud_filters(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_remove_cloud_filters_element_data *filters, u8 filter_count) argument
5705 i40e_aq_alternate_write(struct i40e_hw *hw, u32 reg_addr0, u32 reg_val0, u32 reg_addr1, u32 reg_val1) argument
5736 i40e_aq_alternate_write_indirect(struct i40e_hw *hw, u32 addr, u32 dw_count, void *buffer) argument
5778 i40e_aq_alternate_read(struct i40e_hw *hw, u32 reg_addr0, u32 *reg_val0, u32 reg_addr1, u32 *reg_val1) argument
5817 i40e_aq_alternate_read_indirect(struct i40e_hw *hw, u32 addr, u32 dw_count, void *buffer) argument
5854 i40e_aq_alternate_clear(struct i40e_hw *hw) argument
5876 i40e_aq_alternate_write_done(struct i40e_hw *hw, u8 bios_mode, bool *reset_needed) argument
5909 i40e_aq_set_oem_mode(struct i40e_hw *hw, u8 oem_mode) argument
5934 i40e_aq_resume_port_tx(struct i40e_hw *hw, struct i40e_asq_cmd_details *cmd_details) argument
5954 i40e_set_pci_config_data(struct i40e_hw *hw, u16 link_status) argument
6008 i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id, u8 table_id, u32 start_index, u16 buff_size, void *buff, u16 *ret_buff_size, u8 *ret_next_table, u32 *ret_next_index, struct i40e_asq_cmd_details *cmd_details) argument
6059 i40e_enable_eee(struct i40e_hw *hw, bool enable) argument
6124 i40e_read_bw_from_alt_ram(struct i40e_hw *hw, u32 *max_bw, u32 *min_bw, bool *min_valid, bool *max_valid) argument
6164 i40e_aq_configure_partition_bw(struct i40e_hw *hw, struct i40e_aqc_configure_partition_bw_data *bw_data, struct i40e_asq_cmd_details *cmd_details) argument
6195 i40e_read_phy_register_clause22(struct i40e_hw *hw, u16 reg, u8 phy_addr, u16 *value) argument
6240 i40e_write_phy_register_clause22(struct i40e_hw *hw, u16 reg, u8 phy_addr, u16 value) argument
6281 i40e_read_phy_register_clause45(struct i40e_hw *hw, u8 page, u16 reg, u8 phy_addr, u16 *value) argument
6355 i40e_write_phy_register_clause45(struct i40e_hw *hw, u8 page, u16 reg, u8 phy_addr, u16 value) argument
6422 i40e_write_phy_register(struct i40e_hw *hw, u8 page, u16 reg, u8 phy_addr, u16 value) argument
6459 i40e_read_phy_register(struct i40e_hw *hw, u8 page, u16 reg, u8 phy_addr, u16 *value) argument
6493 i40e_get_phy_address(struct i40e_hw *hw, u8 dev_num) argument
6509 i40e_blink_phy_link_led(struct i40e_hw *hw, u32 time, u32 interval) argument
6581 i40e_led_get_reg(struct i40e_hw *hw, u16 led_addr, u32 *reg_val) argument
6610 i40e_led_set_reg(struct i40e_hw *hw, u16 led_addr, u32 reg_val) argument
6640 i40e_led_get_phy(struct i40e_hw *hw, u16 *led_addr, u16 *val) argument
6689 i40e_led_set_phy(struct i40e_hw *hw, bool on, u16 led_addr, u32 mode) argument
6735 i40e_get_phy_lpi_status(struct i40e_hw *hw, struct i40e_hw_port_stats *stat) argument
6781 i40e_get_lpi_counters(struct i40e_hw *hw, u32 *tx_counter, u32 *rx_counter) argument
6810 i40e_lpi_stat_update(struct i40e_hw *hw, bool offset_loaded, u64 *tx_offset, u64 *tx_stat, u64 *rx_offset, u64 *rx_stat) argument
6850 i40e_aq_rx_ctl_read_register(struct i40e_hw *hw, u32 reg_addr, u32 *reg_val, struct i40e_asq_cmd_details *cmd_details) argument
6879 i40e_read_rx_ctl(struct i40e_hw *hw, u32 reg_addr) argument
6916 i40e_aq_rx_ctl_write_register(struct i40e_hw *hw, u32 reg_addr, u32 reg_val, struct i40e_asq_cmd_details *cmd_details) argument
6941 i40e_write_rx_ctl(struct i40e_hw *hw, u32 reg_addr, u32 reg_val) argument
6978 i40e_aq_set_phy_register(struct i40e_hw *hw, u8 phy_select, u8 dev_addr, bool page_change, u32 reg_addr, u32 reg_val, struct i40e_asq_cmd_details *cmd_details) argument
7016 i40e_aq_get_phy_register(struct i40e_hw *hw, u8 phy_select, u8 dev_addr, bool page_change, u32 reg_addr, u32 *reg_val, struct i40e_asq_cmd_details *cmd_details) argument
7056 i40e_aq_run_phy_activity(struct i40e_hw *hw, u16 activity_id, u32 dnl_opcode, u32 *cmd_status, u32 *data0, u32 *data1, struct i40e_asq_cmd_details *cmd_details) argument
7101 i40e_aq_send_msg_to_pf(struct i40e_hw *hw, enum virtchnl_ops v_opcode, enum i40e_status_code v_retval, u8 *msg, u16 msglen, struct i40e_asq_cmd_details *cmd_details) argument
7140 i40e_vf_parse_hw_config(struct i40e_hw *hw, struct virtchnl_vf_resource *msg) argument
7178 i40e_vf_reset(struct i40e_hw *hw) argument
7193 i40e_aq_set_arp_proxy_config(struct i40e_hw *hw, struct i40e_aqc_arp_proxy_data *proxy_config, struct i40e_asq_cmd_details *cmd_details) argument
7229 i40e_aq_set_ns_proxy_table_entry(struct i40e_hw *hw, struct i40e_aqc_ns_proxy_data *ns_proxy_table_entry, struct i40e_asq_cmd_details *cmd_details) argument
7271 i40e_aq_set_clear_wol_filter(struct i40e_hw *hw, u8 filter_index, struct i40e_aqc_set_wol_filter_data *filter, bool set_filter, bool no_wol_tco, bool filter_valid, bool no_wol_tco_valid, struct i40e_asq_cmd_details *cmd_details) argument
7333 i40e_aq_get_wake_event_reason(struct i40e_hw *hw, u16 *wake_reason, struct i40e_asq_cmd_details *cmd_details) argument
7359 i40e_aq_clear_all_wol_filters(struct i40e_hw *hw, struct i40e_asq_cmd_details *cmd_details) argument
[all...]
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dinstall_openssl.sh34 if ! ./Configure "$OPENSSL_HOST" -DNO_FORK no-comp no-asm no-hw no-engine no-tests no-unit-test \
/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dinstall_openssl.sh26 if ! ./Configure "$OPENSSL_HOST" no-comp no-asm no-hw no-engine shared \
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.c211 qla_hw_t *hw; local
214 hw = &ha->hw;
221 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) {
734 bcopy(IF_LLADDR(ha->ifp), ha->hw.mac_addr, ETHER_ADDR_LEN);
845 (ha->hw.rx_cntxt_rsp)->rx_rsp.cntxt_id);
874 (ha->hw.rx_cntxt_rsp)->rx_rsp.cntxt_id);
979 if (ha->hw.flags.link_up) {
985 (ha->hw
[all...]
/freebsd-11-stable/sys/dev/e1000/
H A Dif_em.c532 struct e1000_hw *hw; local
544 hw = &adapter->hw;
581 if ((hw->mac.type == e1000_ich8lan) ||
582 (hw->mac.type == e1000_ich9lan) ||
583 (hw->mac.type == e1000_ich10lan) ||
584 (hw->mac.type == e1000_pchlan) ||
585 (hw->mac.type == e1000_pch2lan) ||
586 (hw->mac.type == e1000_pch_lpt)) {
596 hw
1768 struct e1000_hw *hw = &adapter->hw; local
2388 struct e1000_hw *hw = &adapter->hw; local
2941 struct e1000_hw *hw = &adapter->hw; local
2975 struct e1000_hw *hw = &adapter->hw; local
3013 struct e1000_hw *hw = &adapter->hw; local
3048 struct e1000_hw *hw = &adapter->hw; local
3702 struct e1000_hw *hw = &adapter->hw; local
4600 struct e1000_hw *hw = &adapter->hw; local
5121 struct e1000_hw *hw = &adapter->hw; local
5156 struct e1000_hw *hw = &adapter->hw; local
5169 struct e1000_hw *hw = &adapter->hw; local
5449 struct e1000_hw *hw = &adapter->hw; local
6242 struct e1000_hw *hw = &adapter->hw; local
[all...]
H A De1000_ich8lan.c74 static s32 e1000_acquire_swflag_ich8lan(struct e1000_hw *hw);
75 static void e1000_release_swflag_ich8lan(struct e1000_hw *hw);
76 static s32 e1000_acquire_nvm_ich8lan(struct e1000_hw *hw);
77 static void e1000_release_nvm_ich8lan(struct e1000_hw *hw);
78 static bool e1000_check_mng_mode_ich8lan(struct e1000_hw *hw);
79 static bool e1000_check_mng_mode_pchlan(struct e1000_hw *hw);
80 static int e1000_rar_set_pch2lan(struct e1000_hw *hw, u8 *addr, u32 index);
81 static int e1000_rar_set_pch_lpt(struct e1000_hw *hw, u8 *addr, u32 index);
82 static s32 e1000_sw_lcd_config_ich8lan(struct e1000_hw *hw);
83 static void e1000_update_mc_addr_list_pch2lan(struct e1000_hw *hw,
200 e1000_phy_is_accessible_pchlan(struct e1000_hw *hw) argument
272 e1000_toggle_lanphypc_pch_lpt(struct e1000_hw *hw) argument
316 e1000_init_phy_workarounds_pchlan(struct e1000_hw *hw) argument
450 e1000_init_phy_params_pchlan(struct e1000_hw *hw) argument
541 e1000_init_phy_params_ich8lan(struct e1000_hw *hw) argument
633 e1000_init_nvm_params_ich8lan(struct e1000_hw *hw) argument
726 e1000_init_mac_params_ich8lan(struct e1000_hw *hw) argument
843 __e1000_access_emi_reg_locked(struct e1000_hw *hw, u16 address, u16 *data, bool read) argument
872 e1000_read_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 *data) argument
887 e1000_write_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 data) argument
908 e1000_set_eee_pchlan(struct e1000_hw *hw) argument
1009 e1000_k1_workaround_lpt_lp(struct e1000_hw *hw, bool link) argument
1118 e1000_platform_pm_pch_lpt(struct e1000_hw *hw, bool link) argument
1226 e1000_set_obff_timer_pch_lpt(struct e1000_hw *hw, u32 itr) argument
1260 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx) argument
1406 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force) argument
1544 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw) argument
1820 e1000_init_function_pointers_ich8lan(struct e1000_hw *hw) argument
1850 e1000_acquire_nvm_ich8lan(struct e1000_hw *hw) argument
1865 e1000_release_nvm_ich8lan(struct e1000_hw *hw) argument
1881 e1000_acquire_swflag_ich8lan(struct e1000_hw *hw) argument
1942 e1000_release_swflag_ich8lan(struct e1000_hw *hw) argument
1970 e1000_check_mng_mode_ich8lan(struct e1000_hw *hw) argument
1991 e1000_check_mng_mode_pchlan(struct e1000_hw *hw) argument
2014 e1000_rar_set_pch2lan(struct e1000_hw *hw, u8 *addr, u32 index) argument
2083 e1000_rar_set_pch_lpt(struct e1000_hw *hw, u8 *addr, u32 index) argument
2160 e1000_update_mc_addr_list_pch2lan(struct e1000_hw *hw, u8 *mc_addr_list, u32 mc_addr_count) argument
2203 e1000_check_reset_block_ich8lan(struct e1000_hw *hw) argument
2230 e1000_write_smbus_addr(struct e1000_hw *hw) argument
2271 e1000_sw_lcd_config_ich8lan(struct e1000_hw *hw) argument
2398 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link) argument
2480 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable) argument
2533 e1000_oem_bits_config_ich8lan(struct e1000_hw *hw, bool d0_state) argument
2600 e1000_set_mdio_slow_mode_hv(struct e1000_hw *hw) argument
2622 e1000_hv_phy_workarounds_ich8lan(struct e1000_hw *hw) argument
2709 e1000_copy_rx_addrs_to_phy_ich8lan(struct e1000_hw *hw) argument
2770 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable) argument
2943 e1000_lv_phy_workarounds_ich8lan(struct e1000_hw *hw) argument
2979 e1000_k1_workaround_lv(struct e1000_hw *hw) argument
3030 e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate) argument
3056 e1000_lan_init_done_ich8lan(struct e1000_hw *hw) argument
3086 e1000_post_phy_reset_ich8lan(struct e1000_hw *hw) argument
3159 e1000_phy_hw_reset_ich8lan(struct e1000_hw *hw) argument
3188 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active) argument
3222 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active) argument
3318 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw, bool active) argument
3407 e1000_valid_nvm_bank_detect_ich8lan(struct e1000_hw *hw, u32 *bank) argument
3510 e1000_read_nvm_spt(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
3603 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
3663 e1000_flash_cycle_init_ich8lan(struct e1000_hw *hw) argument
3749 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout) argument
3793 e1000_read_flash_dword_ich8lan(struct e1000_hw *hw, u32 offset, u32 *data) argument
3816 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset, u16 *data) argument
3838 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset, u8 *data) argument
3869 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, u8 size, u16 *data) argument
3944 e1000_read_flash_data32_ich8lan(struct e1000_hw *hw, u32 offset, u32 *data) argument
4023 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
4061 e1000_update_nvm_checksum_spt(struct e1000_hw *hw) argument
4230 e1000_update_nvm_checksum_ich8lan(struct e1000_hw *hw) argument
4380 e1000_validate_nvm_checksum_ich8lan(struct e1000_hw *hw) argument
4433 e1000_write_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, u8 size, u16 data) argument
4530 e1000_write_flash_data32_ich8lan(struct e1000_hw *hw, u32 offset, u32 data) argument
4619 e1000_write_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset, u8 data) argument
4638 e1000_retry_write_flash_dword_ich8lan(struct e1000_hw *hw, u32 offset, u32 dword) argument
4675 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset, u8 byte) argument
4708 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank) argument
4829 e1000_valid_led_default_ich8lan(struct e1000_hw *hw, u16 *data) argument
4860 e1000_id_led_init_pchlan(struct e1000_hw *hw) argument
4928 e1000_get_bus_info_ich8lan(struct e1000_hw *hw) argument
4955 e1000_reset_hw_ich8lan(struct e1000_hw *hw) argument
5076 e1000_init_hw_ich8lan(struct e1000_hw *hw) argument
5161 e1000_initialize_hw_bits_ich8lan(struct e1000_hw *hw) argument
5245 e1000_setup_link_ich8lan(struct e1000_hw *hw) argument
5299 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw) argument
5390 e1000_setup_copper_link_pch_lpt(struct e1000_hw *hw) argument
5419 e1000_get_link_up_info_ich8lan(struct e1000_hw *hw, u16 *speed, u16 *duplex) argument
5454 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw) argument
5516 e1000_set_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw, bool state) argument
5543 e1000_igp3_phy_powerdown_workaround_ich8lan(struct e1000_hw *hw) argument
5597 e1000_gig_downshift_workaround_ich8lan(struct e1000_hw *hw) argument
5637 e1000_suspend_workarounds_ich8lan(struct e1000_hw *hw) argument
5771 e1000_resume_workarounds_pchlan(struct e1000_hw *hw) argument
5841 e1000_cleanup_led_ich8lan(struct e1000_hw *hw) argument
5859 e1000_led_on_ich8lan(struct e1000_hw *hw) argument
5877 e1000_led_off_ich8lan(struct e1000_hw *hw) argument
5895 e1000_setup_led_pchlan(struct e1000_hw *hw) argument
5909 e1000_cleanup_led_pchlan(struct e1000_hw *hw) argument
5923 e1000_led_on_pchlan(struct e1000_hw *hw) argument
5955 e1000_led_off_pchlan(struct e1000_hw *hw) argument
5993 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw) argument
6049 e1000_power_down_phy_copper_ich8lan(struct e1000_hw *hw) argument
6066 e1000_clear_hw_cntrs_ich8lan(struct e1000_hw *hw) argument
[all...]
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c423 mousehw_t hw; /* hardware information */ member in struct:psm_softc
1086 if (vendortype[i].model == sc->hw.model)
1129 if (sc->hw.model == MOUSE_MODEL_SYNAPTICS) {
1157 if (sc->hw.model == MOUSE_MODEL_GENERIC) {
1551 sc->hw.iftype = MOUSE_IF_PS2;
1554 sc->hw.hwid = get_aux_id(sc->kbdc);
1555 if (!is_a_mouse(sc->hw.hwid)) {
1560 sc->hw.hwid);
1563 switch (sc->hw.hwid) {
1565 sc->hw
[all...]
/freebsd-11-stable/contrib/apr/
H A Dlibapr.mak39 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
283 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
527 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
771 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
1476 SOURCE=.\include\apr.hw
1480 InputPath=.\include\apr.hw
1485 type .\include\apr.hw > .\include\apr.h
1491 InputPath=.\include\apr.hw
1496 type .\include\apr.hw > .\include\apr.h
1502 InputPath=.\include\apr.hw
[all...]
H A Dapr.mak1278 SOURCE=.\include\apr.hw
1282 InputPath=.\include\apr.hw
1287 type .\include\apr.hw > .\include\apr.h
1293 InputPath=.\include\apr.hw
1298 type .\include\apr.hw > .\include\apr.h
1304 InputPath=.\include\apr.hw
1309 type .\include\apr.hw > .\include\apr.h
1315 InputPath=.\include\apr.hw
1320 type .\include\apr.hw > .\include\apr.h
/freebsd-11-stable/sys/kern/
H A Dkern_mib.c75 SYSCTL_ROOT_NODE(CTL_HW, hw, CTLFLAG_RW, 0,
/freebsd-11-stable/sys/dev/sound/pcm/
H A Ddsp.c389 int hw; member in struct:__anon125
2369 devhw = dsp_cdevs[i].hw;
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp111 static bool is32bitInstruction(uint16_t hw) { argument
112 return (hw & 0xe000) == 0xe000 && (hw & 0x1800) != 0x0000;
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-siliconimage.c186 ch->hw.status = ata_cmd_status;
288 ch->hw.status = ata_sii_status;
H A Data-promise.c381 ch->hw.status = ata_promise_status;
525 ch->hw.status = ata_promise_tx2_status;
576 ch->hw.command = ata_promise_sx4_command;
579 ch->hw.command = ata_promise_mio_command;
580 ch->hw.status = ata_promise_mio_status;
581 ch->hw.softreset = ata_promise_mio_softreset;
582 ch->hw.pm_read = ata_promise_mio_pm_read;
583 ch->hw.pm_write = ata_promise_mio_pm_write;
794 u_int32_t signature = ch->hw.softreset(dev, ATA_PM);
/freebsd-11-stable/sys/dev/ata/
H A Data-all.c363 if (ch->hw.status && !ch->hw.status(ch->dev))
382 if (ch->hw.end_transaction(request) == ATA_OP_FINISHED) {
806 if (ch->hw.begin_transaction(request) == ATA_OP_FINISHED) {
845 if (ch->hw.begin_transaction(request) == ATA_OP_FINISHED) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp343 uint16_t hw = (inst.Offset >> 4) & 0x7FF; local
345 b |= (hw >> 8);
347 b = hw & 0xFF;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py67 hw = struct.unpack('hh', fcntl.ioctl(fd, termios.TIOCGWINSZ, '1234'))
69 hw = (0, 0)
70 return hw
/freebsd-11-stable/stand/lua/
H A Dcore.lua177 loader.setenv("hw.ata.ata_dma", "0")
178 loader.setenv("hw.ata.atapi_dma", "0")
179 loader.setenv("hw.ata.wc", "0")
180 loader.setenv("hw.eisa_slots", "0")
185 loader.unsetenv("hw.ata.ata_dma")
186 loader.unsetenv("hw.ata.atapi_dma")
187 loader.unsetenv("hw.ata.wc")
188 loader.unsetenv("hw.eisa_slots")
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_device.c183 /* issue hw node free; don't care if succeeds right away
187 rc = ocs_hw_node_detach(&ocs->hw, &node->rnode);
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.c31 __FBSDID("$FreeBSD: stable/11/sys/dev/vt/hw/fb/vt_fb.c 360309 2020-04-25 15:27:45Z emaste $");
39 #include <dev/vt/hw/fb/vt_fb.h>
/freebsd-11-stable/sys/dev/netmap/
H A Dif_ixl_netmap.h102 //set_crcstrip(&adapter->hw, onoff);
110 //set_crcstrip(&adapter->hw, onoff); // XXX why twice ?
260 wr32(vsi->hw, txr->tail, nic_i);
268 nm_prerr("error: invalid value of hw head index %u", nic_i);
409 wr32(vsi->hw, rxr->tail, nic_i);
/freebsd-11-stable/sys/dev/vt/hw/efifb/
H A Defifb.c31 __FBSDID("$FreeBSD: stable/11/sys/dev/vt/hw/efifb/efifb.c 355811 2019-12-16 18:04:31Z emaste $");
47 #include <dev/vt/hw/fb/vt_fb.h>
81 TUNABLE_INT_FETCH("hw.syscons.disable", &disabled);
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ix.c375 struct ixgbe_hw *hw = &adapter->hw; local
392 switch (adapter->hw.mac.type) {
429 IXGBE_WRITE_REG(hw, IXGBE_RETA(i >> 2), reta);
431 IXGBE_WRITE_REG(hw, IXGBE_ERETA((i >> 2) - 32),
439 IXGBE_WRITE_REG(hw, IXGBE_RSSRK(i), rss_key[i]);
481 IXGBE_WRITE_REG(hw, IXGBE_MRQC, mrqc);
493 struct ixgbe_hw *hw = &adapter->hw; local
503 ixgbe_disable_rx(hw);
613 struct ixgbe_hw *hw = &adapter->hw; local
692 struct ixgbe_hw *hw; local
975 struct ixgbe_hw *hw = &adapter->hw; local
1138 struct ixgbe_hw *hw = &adapter->hw; local
1222 ixgbe_is_sfp(struct ixgbe_hw *hw) argument
1253 struct ixgbe_hw *hw = &adapter->hw; local
1296 struct ixgbe_hw *hw = &adapter->hw; local
1758 struct ixgbe_hw *hw = &adapter->hw; local
1817 struct ixgbe_hw *hw = &adapter->hw; local
1911 struct ixgbe_hw *hw = &adapter->hw; local
1934 struct ixgbe_hw *hw = &adapter->hw; local
2049 struct ixgbe_hw *hw = &adapter->hw; local
2216 struct ixgbe_hw *hw = &adapter->hw; local
2348 struct ixgbe_hw *hw = &adapter->hw; local
2502 struct ixgbe_hw *hw = &adapter->hw; local
2691 struct ixgbe_hw *hw = &adapter->hw; local
2785 struct ixgbe_hw *hw = &adapter->hw; local
2867 struct ixgbe_hw *hw = &adapter->hw; local
3114 struct ixgbe_hw *hw = &adapter->hw; local
3198 struct ixgbe_hw *hw = &adapter->hw; local
3245 struct ixgbe_hw *hw = &adapter->hw; local
3355 ixgbe_mc_array_itr(struct ixgbe_hw *hw, u8 **update_ptr, u32 *vmdq) argument
3450 struct ixgbe_hw *hw = &adapter->hw; local
3483 struct ixgbe_hw *hw = &adapter->hw; local
3535 struct ixgbe_hw *hw = &adapter->hw; local
3561 struct ixgbe_hw *hw = &adapter->hw; local
3613 struct ixgbe_hw *hw = &adapter->hw; local
3692 struct ixgbe_hw *hw = &adapter->hw; local
3722 struct ixgbe_hw *hw = &adapter->hw; local
3812 struct ixgbe_hw *hw = &adapter->hw; local
3849 struct ixgbe_hw *hw = &adapter->hw; local
4077 struct ixgbe_hw *hw = &adapter->hw; local
4102 struct ixgbe_hw *hw = &adapter->hw; local
4154 struct ixgbe_hw *hw; local
4241 struct ixgbe_hw *hw = &adapter->hw; local
4377 struct ixgbe_hw *hw = &adapter->hw; local
4447 struct ixgbe_hw *hw = &adapter->hw; local
4505 struct ixgbe_hw *hw = &adapter->hw; local
4537 struct ixgbe_hw *hw = &adapter->hw; local
4901 struct ixgbe_hw *hw = &adapter->hw; local
5287 struct ixgbe_hw *hw = &adapter->hw; local
[all...]

Completed in 252 milliseconds

1234567891011