Home
last modified time | relevance | path

Searched refs:port_action (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/csr/
Dsme_userspace.c82 …interfacePriv->controlled_data_port.port_cfg[0].port_action = CSR_WIFI_ROUTER_CTRL_PORT_ACTION_802… in uf_sme_init()
88 …interfacePriv->uncontrolled_data_port.port_cfg[0].port_action = CSR_WIFI_ROUTER_CTRL_PORT_ACTION_8… in uf_sme_init()
94 …interfacePriv->controlled_data_port.port_cfg[j].port_action = CSR_WIFI_ROUTER_CTRL_PORT_ACTION_802… in uf_sme_init()
97 …interfacePriv->uncontrolled_data_port.port_cfg[j].port_action = CSR_WIFI_ROUTER_CTRL_PORT_ACTION_8… in uf_sme_init()
Dsme_sys.c501 CsrWifiRouterCtrlPortAction port_action, in configure_data_port() argument
529 macAddress->a, controlled_string, port_action); in configure_data_port()
536 port->port_cfg[0].port_action = port_action; in configure_data_port()
550 if (port_action == CSR_WIFI_ROUTER_CTRL_PORT_ACTION_8021X_PORT_OPEN) { in configure_data_port()
573 …(port_action == CSR_WIFI_ROUTER_CTRL_PORT_ACTION_8021X_PORT_CLOSED_DISCARD) ? "discard": "closed"); in configure_data_port()
576 if (port_action == CSR_WIFI_ROUTER_CTRL_PORT_ACTION_8021X_PORT_CLOSED_DISCARD) { in configure_data_port()
603 port->port_cfg[i].port_action = port_action; in configure_data_port()
628 port->port_cfg[first_free_slot].port_action = port_action; in configure_data_port()
632 if (port_action == CSR_WIFI_ROUTER_CTRL_PORT_ACTION_8021X_PORT_OPEN) { in configure_data_port()
647 if (port_action == CSR_WIFI_ROUTER_CTRL_PORT_ACTION_8021X_PORT_CLOSED_DISCARD) { in configure_data_port()
[all …]
Dnetdev.c1741 CsrWifiRouterCtrlPortAction port_action; in uf_net_xmit() local
1765 port_action = verify_port(priv in uf_net_xmit()
1770 if (port_action == CSR_WIFI_ROUTER_CTRL_PORT_ACTION_8021X_PORT_OPEN) { in uf_net_xmit()
1782 …port ? "" : "un", port_action==CSR_WIFI_ROUTER_CTRL_PORT_ACTION_8021X_PORT_CLOSED_BLOCK ? "blocked… in uf_net_xmit()
2138 CsrWifiRouterCtrlPortAction port_action; in unifi_rx() local
2255 port_action = verify_port(priv, (unsigned char*)sa, queue, interfaceTag); in unifi_rx()
2256 … unifi_trace(priv, UDBG3, "in unifi_rx port action is = 0x%x & queue = %x\n", port_action, queue); in unifi_rx()
2296 if (port_action != CSR_WIFI_ROUTER_CTRL_PORT_ACTION_8021X_PORT_OPEN) { in unifi_rx()
2354 if (port_action == CSR_WIFI_ROUTER_CTRL_PORT_ACTION_8021X_PORT_CLOSED_DISCARD) { in unifi_rx()
2361 } else if ( (port_action == CSR_WIFI_ROUTER_CTRL_PORT_ACTION_8021X_PORT_CLOSED_BLOCK) || in unifi_rx()
Dunifi_sme.c290 port->port_cfg[0].port_action); in uf_sme_port_state()
291 return port->port_cfg[0].port_action; in uf_sme_port_state()
302 return port->port_cfg[i].port_action; in uf_sme_port_state()
352 port->port_cfg[0].port_action); in uf_sme_port_config_handle()
Dunifi_sme.h31 CsrWifiRouterCtrlPortAction port_action; member
Dunifi_pdu_processing.c2574 … srcStaInfo->aid, srcStaInfo->assignedHandle, srcStaInfo->peerControlledPort->port_action); in uf_process_station_records_for_sending_data()
2588 switch(dstStaInfo->peerControlledPort->port_action) in uf_process_station_records_for_sending_data()
/drivers/net/fddi/
Ddefxx.h813 PI_UINT32 port_action[PI_PHY_K_MAX]; member