Lines Matching +defs:config +defs:h

4 #include <generated/utsrelease.h>
5 #include <linux/crash_dump.h>
6 #include <linux/net/intel/libie/pctype.h>
7 #include <linux/if_bridge.h>
8 #include <linux/if_macvlan.h>
9 #include <linux/module.h>
10 #include <net/pkt_cls.h>
11 #include <net/xdp_sock_drv.h>
14 #include "i40e.h"
15 #include "i40e_devids.h"
16 #include "i40e_diag.h"
17 #include "i40e_lan_hmc.h"
18 #include "i40e_virtchnl_pf.h"
19 #include "i40e_xsk.h"
26 #include "i40e_trace.h"
1254 struct hlist_node *h;
1257 hash_for_each_safe(vsi->mac_filter_hash, bkt, h, f, hlist)
1272 struct hlist_node *h;
1276 hash_for_each_safe(vsi->mac_filter_hash, bkt, h, f, hlist) {
1408 struct hlist_node *h;
1436 hash_for_each_safe(vsi->mac_filter_hash, bkt, h, f, hlist) {
1555 struct hlist_node *h;
1563 hash_for_each_safe(vsi->mac_filter_hash, bkt, h, f, hlist) {
1735 struct hlist_node *h;
1746 hash_for_each_safe(vsi->mac_filter_hash, bkt, h, f, hlist) {
1770 struct hlist_node *h;
1775 hash_for_each_safe(vsi->mac_filter_hash, bkt, h, f, hlist) {
2251 struct hlist_node *h;
2253 hlist_for_each_entry_safe(f, h, from, hlist) {
2274 struct hlist_node *h;
2276 hlist_for_each_entry_safe(new, h, from, hlist) {
2553 struct hlist_node *h;
2591 hash_for_each_safe(vsi->mac_filter_hash, bkt, h, f, hlist) {
2651 hlist_for_each_entry_safe(f, h, &tmp_del_list, hlist) {
2713 hlist_for_each_entry_safe(new, h, &tmp_add_list, hlist) {
2762 hlist_for_each_entry_safe(new, h, &tmp_add_list, hlist) {
3055 struct hlist_node *h;
3058 hash_for_each_safe(vsi->mac_filter_hash, bkt, h, f, hlist) {
3139 struct hlist_node *h;
3142 hash_for_each_safe(vsi->mac_filter_hash, bkt, h, f, hlist) {
3989 * i40e_configure_msi_and_legacy - Legacy mode interrupt config in the HW
5383 * i40e_dcb_get_num_tc - Get the number of TCs from DCBx config
5429 * traffic classes enabled from the given DCBX config
5547 "couldn't get PF vsi bw config, err %pe aq_err %s\n",
5558 "couldn't get PF vsi ets bw config, err %pe aq_err %s\n",
5748 dev_info(&pf->pdev->dev, "Update vsi config failed, err %pe aq_err %s\n",
5871 "Update vsi tc config failed, err %pe aq_err %s\n",
6363 * i40e_channel_config_tx_ring - config TX ring associated with new channel
6555 "couldn't set switch config bits, err %pe aq_err %s\n",
6754 "VEB bw config failed, err %pe aq_err %s\n",
6763 "Failed getting veb bw config, err %pe aq_err %s\n",
6901 /* Copy the new config to the current config */
7055 /* Update the local Rx Packet buffer config */
7463 struct i40e_aq_set_phy_config config = {0};
7474 * available speeds, and once to get current PHY config.
7486 /* Get the current phy config */
7510 config.phy_type =
7512 config.phy_type_ext =
7515 config.abilities = abilities.abilities;
7518 config.abilities |= I40E_AQ_PHY_ENABLE_LINK;
7520 config.abilities &= ~(I40E_AQ_PHY_ENABLE_LINK);
7523 config.link_speed = abilities.link_speed;
7525 config.link_speed = speed;
7526 config.eee_capability = abilities.eee_capability;
7527 config.eeer = abilities.eeer_val;
7528 config.low_power_ctrl = abilities.d3_lpan;
7529 config.fec_config = abilities.fec_cfg_curr_mod_ext_info &
7531 err = i40e_aq_set_phy_config(hw, &config, NULL);
7535 "set phy config ret = %pe last_status = %s\n",
7947 "Update vsi tc config failed, err %pe aq_err %s\n",
8085 /* unbind the queues and drop the subordinate channel config */
9357 * @old_cfg: current DCB config
9358 * @new_cfg: new DCB config
9394 dev_dbg(&pf->pdev->dev, "PFC config change detected.\n");
10282 "couldn't get PF vsi config, err %pe aq_err %s\n",
10316 "couldn't get PF vsi config, err %pe aq_err %s\n",
10817 * i40e_rebuild - rebuild using a saved config
10915 /* Enable FW to write a default DCB config on link-up
11107 * i40e_reset_and_rebuild - reset and rebuild using a saved config
13296 * i40e_enter_busy_conf - Enters busy config state
13317 * i40e_exit_busy_conf - Exits busy config state
13852 struct hlist_node *h;
13873 "couldn't get PF vsi config, err %pe aq_err %s\n",
14053 hash_for_each_safe(vsi->mac_filter_hash, bkt, h, f, hlist) {
14088 struct hlist_node *h;
14134 hash_for_each_safe(vsi->mac_filter_hash, bkt, h, f, hlist)
14517 "query veb bw config failed, err %pe aq_err %s\n",
14526 "query veb bw ets config failed, err %pe aq_err %s\n",
14898 * i40e_fetch_switch_configuration - Get switch config from firmware
14926 "get switch config failed err %d aq_err %s\n",
14971 "couldn't fetch switch config, err %pe aq_err %s\n",
14977 /* set the switch config bit for the whole device to
14997 "couldn't set switch config bits, err %pe aq_err %s\n",
15768 /* allow a platform config to override the HW addr */
15797 /* Enable FW to write default DCB config on link-up */
16009 /* Get the negotiated link width and speed from PCI config
16057 /* set the FEC config due to the board capabilities */
16070 dev_warn(&pdev->dev, "set mac config ret = %pe last_status = %s\n",