Lines Matching refs:typhoon
260 struct typhoon { struct
460 typhoon_hello(struct typhoon *tp) in typhoon_hello()
481 typhoon_process_response(struct typhoon *tp, int resp_size, in typhoon_process_response()
551 typhoon_num_free_cmd(struct typhoon *tp) in typhoon_num_free_cmd()
560 typhoon_num_free_resp(struct typhoon *tp) in typhoon_num_free_resp()
576 typhoon_issue_command(struct typhoon *tp, int num_cmd, struct cmd_desc *cmd, in typhoon_issue_command()
714 struct typhoon *tp = netdev_priv(dev); in typhoon_start_tx()
861 struct typhoon *tp = netdev_priv(dev); in typhoon_set_rx_mode()
898 typhoon_do_get_stats(struct typhoon *tp) in typhoon_do_get_stats()
952 struct typhoon *tp = netdev_priv(dev); in typhoon_get_stats()
971 struct typhoon *tp = netdev_priv(dev); in typhoon_get_drvinfo()
1001 struct typhoon *tp = netdev_priv(dev); in typhoon_get_link_ksettings()
1063 struct typhoon *tp = netdev_priv(dev); in typhoon_set_link_ksettings()
1113 struct typhoon *tp = netdev_priv(dev); in typhoon_get_wol()
1127 struct typhoon *tp = netdev_priv(dev); in typhoon_set_wol()
1183 typhoon_init_interface(struct typhoon *tp) in typhoon_init_interface()
1253 typhoon_init_rings(struct typhoon *tp) in typhoon_init_rings()
1272 typhoon_request_firmware(struct typhoon *tp) in typhoon_request_firmware()
1330 typhoon_download_firmware(struct typhoon *tp) in typhoon_download_firmware()
1471 typhoon_boot_3XP(struct typhoon *tp, u32 initial_status) in typhoon_boot_3XP()
1507 typhoon_clean_tx(struct typhoon *tp, struct transmit_ring *txRing, in typhoon_clean_tx()
1543 typhoon_tx_complete(struct typhoon *tp, struct transmit_ring *txRing, in typhoon_tx_complete()
1560 typhoon_recycle_rx_skb(struct typhoon *tp, u32 idx) in typhoon_recycle_rx_skb()
1587 typhoon_alloc_rx_skb(struct typhoon *tp, u32 idx) in typhoon_alloc_rx_skb()
1633 typhoon_rx(struct typhoon *tp, struct basic_ring *rxRing, volatile __le32 * ready, in typhoon_rx()
1710 typhoon_fill_free_ring(struct typhoon *tp) in typhoon_fill_free_ring()
1726 struct typhoon *tp = container_of(napi, struct typhoon, napi); in typhoon_poll()
1768 struct typhoon *tp = netdev_priv(dev); in typhoon_interrupt()
1789 typhoon_free_rx_rings(struct typhoon *tp) in typhoon_free_rx_rings()
1805 typhoon_sleep(struct typhoon *tp, pci_power_t state, __le16 events) in typhoon_sleep()
1842 typhoon_wakeup(struct typhoon *tp, int wait_type) in typhoon_wakeup()
1863 typhoon_start_runtime(struct typhoon *tp) in typhoon_start_runtime()
1955 typhoon_stop_runtime(struct typhoon *tp, int wait_type) in typhoon_stop_runtime()
2018 struct typhoon *tp = netdev_priv(dev); in typhoon_tx_timeout()
2046 struct typhoon *tp = netdev_priv(dev); in typhoon_open()
2095 struct typhoon *tp = netdev_priv(dev); in typhoon_close()
2123 struct typhoon *tp = netdev_priv(dev); in typhoon_resume()
2152 struct typhoon *tp = netdev_priv(dev); in typhoon_suspend()
2268 struct typhoon *tp; in typhoon_init_one()
2522 struct typhoon *tp = netdev_priv(dev); in typhoon_remove_one()