Lines Matching refs:typhoon

1 /* typhoon.c: A Linux Ethernet device driver for 3Com 3CR990 family of NICs */
97 #define FIRMWARE_NAME "3com/typhoon.bin"
127 #include "typhoon.h"
254 struct typhoon {
296 /* These are the values for the typhoon.card_state variable.
454 typhoon_hello(struct typhoon *tp)
475 typhoon_process_response(struct typhoon *tp, int resp_size,
545 typhoon_num_free_cmd(struct typhoon *tp)
554 typhoon_num_free_resp(struct typhoon *tp)
570 typhoon_issue_command(struct typhoon *tp, int num_cmd, struct cmd_desc *cmd,
708 struct typhoon *tp = netdev_priv(dev);
855 struct typhoon *tp = netdev_priv(dev);
892 typhoon_do_get_stats(struct typhoon *tp)
946 struct typhoon *tp = netdev_priv(dev);
965 struct typhoon *tp = netdev_priv(dev);
995 struct typhoon *tp = netdev_priv(dev);
1057 struct typhoon *tp = netdev_priv(dev);
1107 struct typhoon *tp = netdev_priv(dev);
1121 struct typhoon *tp = netdev_priv(dev);
1179 typhoon_init_interface(struct typhoon *tp)
1249 typhoon_init_rings(struct typhoon *tp)
1268 typhoon_request_firmware(struct typhoon *tp)
1326 typhoon_download_firmware(struct typhoon *tp)
1466 typhoon_boot_3XP(struct typhoon *tp, u32 initial_status)
1502 typhoon_clean_tx(struct typhoon *tp, struct transmit_ring *txRing,
1538 typhoon_tx_complete(struct typhoon *tp, struct transmit_ring *txRing,
1555 typhoon_recycle_rx_skb(struct typhoon *tp, u32 idx)
1582 typhoon_alloc_rx_skb(struct typhoon *tp, u32 idx)
1628 typhoon_rx(struct typhoon *tp, struct basic_ring *rxRing, volatile __le32 * ready,
1704 typhoon_fill_free_ring(struct typhoon *tp)
1720 struct typhoon *tp = container_of(napi, struct typhoon, napi);
1762 struct typhoon *tp = netdev_priv(dev);
1783 typhoon_free_rx_rings(struct typhoon *tp)
1799 typhoon_sleep_early(struct typhoon *tp, __le16 events)
1833 typhoon_sleep(struct typhoon *tp, pci_power_t state, __le16 events)
1848 typhoon_wakeup(struct typhoon *tp, int wait_type)
1865 typhoon_start_runtime(struct typhoon *tp)
1957 typhoon_stop_runtime(struct typhoon *tp, int wait_type)
2020 struct typhoon *tp = netdev_priv(dev);
2048 struct typhoon *tp = netdev_priv(dev);
2100 struct typhoon *tp = netdev_priv(dev);
2127 struct typhoon *tp = netdev_priv(dev);
2157 struct typhoon *tp = netdev_priv(dev);
2293 struct typhoon *tp;
2549 struct typhoon *tp = netdev_priv(dev);