Searched refs:eswitch (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_vnic.c281 adapter->eswitch[*port_id].flags |= QLCNIC_SWITCH_ENABLE; qlcnic_83xx_set_port_eswitch_status()
H A Dqlcnic_ctx.c1030 !(adapter->eswitch[id].flags & QLCNIC_SWITCH_ENABLE)) { qlcnic_config_port_mirroring()
1183 int qlcnic_get_eswitch_stats(struct qlcnic_adapter *adapter, const u8 eswitch, qlcnic_get_eswitch_stats() argument
1205 esw_stats->context_id = eswitch; qlcnic_get_eswitch_stats()
1208 if (adapter->npars[i].phy_port != eswitch) qlcnic_get_eswitch_stats()
1304 dev_err(dev, "Failed to get eswitch port config for vNIC function %d\n", __qlcnic_get_eswitch_port_config()
1389 dev_err(dev, "Failed to configure eswitch for vNIC function %d\n", qlcnic_config_switch_port()
H A Dqlcnic_main.c1023 adapter->eswitch = kzalloc(sizeof(struct qlcnic_eswitch) * qlcnic_init_pci_info()
1025 if (!adapter->eswitch) { qlcnic_init_pci_info()
1070 adapter->eswitch[i].flags |= QLCNIC_SWITCH_ENABLE; qlcnic_init_pci_info()
1077 kfree(adapter->eswitch); qlcnic_init_pci_info()
1078 adapter->eswitch = NULL; qlcnic_init_pci_info()
1686 "Memory allocation failed for eswitch\n"); qlcnic_82xx_start_firmware()
2760 kfree(adapter->eswitch); qlcnic_remove()
H A Dqlcnic.h1162 struct qlcnic_eswitch *eswitch; member in struct:qlcnic_adapter
1185 /* spinlock for catching rcv filters for eswitch traffic */
H A Dqlcnic_sysfs.c1382 dev_info(dev, "failed to create eswitch stats sysfs entry"); qlcnic_create_diag_entries()
H A Dqlcnic_sriov_pf.c398 "Failed to enable sriov eswitch%d\n", err); qlcnic_sriov_pf_cfg_eswitch()

Completed in 290 milliseconds