Searched refs:network_table (Results 1 – 1 of 1) sorted by relevance
372 static struct hso_device *network_table[HSO_MAX_NET_DEVICES]; variable2339 if (network_table[i] == hso_dev) { in remove_net_device()2340 network_table[i] = NULL; in remove_net_device()2412 if (network_table[i] == NULL) { in add_net_device()2413 network_table[i] = hso_dev; in add_net_device()3034 if (network_table[i] && in hso_suspend()3035 (network_table[i]->interface == iface)) { in hso_suspend()3036 result = hso_stop_net_device(network_table[i]); in hso_suspend()3067 if (network_table[i] && in hso_resume()3068 (network_table[i]->interface == iface)) { in hso_resume()[all …]