Searched refs:eswitch (Results 1 – 4 of 4) sorted by relevance
282 adapter->eswitch[*port_id].flags |= QLCNIC_SWITCH_ENABLE; in qlcnic_83xx_set_port_eswitch_status()
1030 !(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() argument1205 esw_stats->context_id = eswitch; in qlcnic_get_eswitch_stats()1208 if (adapter->npars[i].phy_port != eswitch) in qlcnic_get_eswitch_stats()
1032 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()
1163 struct qlcnic_eswitch *eswitch; member