Home
last modified time | relevance | path

Searched refs:eswitch (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_vnic.c282 adapter->eswitch[*port_id].flags |= QLCNIC_SWITCH_ENABLE; in qlcnic_83xx_set_port_eswitch_status()
Dqlcnic_ctx.c1030 !(adapter->eswitch[id].flags & QLCNIC_SWITCH_ENABLE)) { in qlcnic_config_port_mirroring()
1183 int qlcnic_get_eswitch_stats(struct qlcnic_adapter *adapter, const u8 eswitch, in qlcnic_get_eswitch_stats() argument
1205 esw_stats->context_id = eswitch; in qlcnic_get_eswitch_stats()
1208 if (adapter->npars[i].phy_port != eswitch) in qlcnic_get_eswitch_stats()
Dqlcnic_main.c1032 adapter->eswitch = kzalloc(sizeof(struct qlcnic_eswitch) * in qlcnic_init_pci_info()
1034 if (!adapter->eswitch) { in qlcnic_init_pci_info()
1079 adapter->eswitch[i].flags |= QLCNIC_SWITCH_ENABLE; in qlcnic_init_pci_info()
1086 kfree(adapter->eswitch); in qlcnic_init_pci_info()
1087 adapter->eswitch = NULL; in qlcnic_init_pci_info()
2770 kfree(adapter->eswitch); in qlcnic_remove()
Dqlcnic.h1163 struct qlcnic_eswitch *eswitch; member