Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c519 if (card->netdev[GELIC_PORT_WIRELESS]) in gelic_card_stop_queues()
520 netif_stop_queue(card->netdev[GELIC_PORT_WIRELESS]); in gelic_card_stop_queues()
526 if (card->netdev[GELIC_PORT_WIRELESS]) in gelic_card_wake_queues()
527 netif_wake_queue(card->netdev[GELIC_PORT_WIRELESS]); in gelic_card_wake_queues()
1140 gelic_wl_interrupt(card->netdev[GELIC_PORT_WIRELESS], status); in gelic_card_interrupt()
1577 [GELIC_PORT_WIRELESS] = { in gelic_card_get_vlan_info()
1621 BUG_ON(!card->vlan[GELIC_PORT_WIRELESS].tx); in gelic_card_get_vlan_info()
1628 card->vlan[GELIC_PORT_WIRELESS].tx = 0; in gelic_card_get_vlan_info()
1629 card->vlan[GELIC_PORT_WIRELESS].rx = 0; in gelic_card_get_vlan_info()
H A Dps3_gelic_net.h228 GELIC_PORT_WIRELESS = 1, enumerator
H A Dps3_gelic_wireless.c2302 port->type = GELIC_PORT_WIRELESS; in gelic_wl_alloc()
2585 if (!card->vlan[GELIC_PORT_WIRELESS].tx) in gelic_wl_driver_probe()
2601 card->netdev[GELIC_PORT_WIRELESS] = netdev; in gelic_wl_driver_probe()
2627 if (!card->vlan[GELIC_PORT_WIRELESS].tx) in gelic_wl_driver_remove()
2630 netdev = card->netdev[GELIC_PORT_WIRELESS]; in gelic_wl_driver_remove()