Searched refs:port_action (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/csr/ |
D | sme_userspace.c | 82 …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()
|
D | sme_sys.c | 501 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 …]
|
D | netdev.c | 1741 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()
|
D | unifi_sme.c | 290 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()
|
D | unifi_sme.h | 31 CsrWifiRouterCtrlPortAction port_action; member
|
D | unifi_pdu_processing.c | 2574 … 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/ |
D | defxx.h | 813 PI_UINT32 port_action[PI_PHY_K_MAX]; member
|