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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/qlcnic/
H A Dqlcnic_ctx.c795 struct qlcnic_eswitch *eswitch)
815 eswitch->port = arg1 & 0xf;
816 eswitch->active_vports = LSB(arg2);
817 eswitch->max_ucast_filters = MSB(arg2);
818 eswitch->max_active_vlans = LSB(MSW(arg2));
820 eswitch->flags |= QLCNIC_SWITCH_VLAN_FILTERING;
822 eswitch->flags |= QLCNIC_SWITCH_PROMISC_MODE;
824 eswitch->flags |= QLCNIC_SWITCH_PORT_MIRRORING;
827 "Failed to get eswitch capabilities%d\n", err);
833 /* Get current status of eswitch */
794 qlcnic_get_eswitch_capabilities(struct qlcnic_adapter *adapter, u8 port, struct qlcnic_eswitch *eswitch) argument
834 qlcnic_get_eswitch_status(struct qlcnic_adapter *adapter, u8 port, struct qlcnic_eswitch *eswitch) argument
877 struct qlcnic_eswitch *eswitch; local
953 struct qlcnic_eswitch *eswitch; local
[all...]
H A Dqlcnic_main.c491 adapter->eswitch = kzalloc(sizeof(struct qlcnic_eswitch) *
493 if (!adapter->eswitch) {
515 adapter->eswitch[i].flags |= QLCNIC_SWITCH_ENABLE;
521 kfree(adapter->eswitch);
522 adapter->eswitch = NULL;
1477 if (adapter->eswitch != NULL)
1478 kfree(adapter->eswitch);
H A Dqlcnic.h987 struct qlcnic_eswitch *eswitch; member in struct:qlcnic_adapter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_ctx.c795 struct qlcnic_eswitch *eswitch)
815 eswitch->port = arg1 & 0xf;
816 eswitch->active_vports = LSB(arg2);
817 eswitch->max_ucast_filters = MSB(arg2);
818 eswitch->max_active_vlans = LSB(MSW(arg2));
820 eswitch->flags |= QLCNIC_SWITCH_VLAN_FILTERING;
822 eswitch->flags |= QLCNIC_SWITCH_PROMISC_MODE;
824 eswitch->flags |= QLCNIC_SWITCH_PORT_MIRRORING;
827 "Failed to get eswitch capabilities%d\n", err);
833 /* Get current status of eswitch */
794 qlcnic_get_eswitch_capabilities(struct qlcnic_adapter *adapter, u8 port, struct qlcnic_eswitch *eswitch) argument
834 qlcnic_get_eswitch_status(struct qlcnic_adapter *adapter, u8 port, struct qlcnic_eswitch *eswitch) argument
877 struct qlcnic_eswitch *eswitch; local
953 struct qlcnic_eswitch *eswitch; local
[all...]
H A Dqlcnic_main.c491 adapter->eswitch = kzalloc(sizeof(struct qlcnic_eswitch) *
493 if (!adapter->eswitch) {
515 adapter->eswitch[i].flags |= QLCNIC_SWITCH_ENABLE;
521 kfree(adapter->eswitch);
522 adapter->eswitch = NULL;
1477 if (adapter->eswitch != NULL)
1478 kfree(adapter->eswitch);
H A Dqlcnic.h987 struct qlcnic_eswitch *eswitch; member in struct:qlcnic_adapter

Completed in 99 milliseconds