Home
last modified time | relevance | path

Searched refs:GELIC_PORT_WIRELESS (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c534 if (card->netdev[GELIC_PORT_WIRELESS]) in gelic_card_stop_queues()
535 netif_stop_queue(card->netdev[GELIC_PORT_WIRELESS]); in gelic_card_stop_queues()
541 if (card->netdev[GELIC_PORT_WIRELESS]) in gelic_card_wake_queues()
542 netif_wake_queue(card->netdev[GELIC_PORT_WIRELESS]); in gelic_card_wake_queues()
1173 gelic_wl_interrupt(card->netdev[GELIC_PORT_WIRELESS], status); in gelic_card_interrupt()
1600 [GELIC_PORT_WIRELESS] = { in gelic_card_get_vlan_info()
1644 BUG_ON(!card->vlan[GELIC_PORT_WIRELESS].tx); in gelic_card_get_vlan_info()
1651 card->vlan[GELIC_PORT_WIRELESS].tx = 0; in gelic_card_get_vlan_info()
1652 card->vlan[GELIC_PORT_WIRELESS].rx = 0; in gelic_card_get_vlan_info()
Dps3_gelic_net.h241 GELIC_PORT_WIRELESS = 1, enumerator
Dps3_gelic_wireless.c2317 port->type = GELIC_PORT_WIRELESS; in gelic_wl_alloc()
2600 if (!card->vlan[GELIC_PORT_WIRELESS].tx) in gelic_wl_driver_probe()
2616 card->netdev[GELIC_PORT_WIRELESS] = netdev; in gelic_wl_driver_probe()
2642 if (!card->vlan[GELIC_PORT_WIRELESS].tx) in gelic_wl_driver_remove()
2645 netdev = card->netdev[GELIC_PORT_WIRELESS]; in gelic_wl_driver_remove()