Lines Matching refs:typhoon
254 struct typhoon { struct
454 typhoon_hello(struct typhoon *tp) in typhoon_hello()
475 typhoon_process_response(struct typhoon *tp, int resp_size, in typhoon_process_response()
545 typhoon_num_free_cmd(struct typhoon *tp) in typhoon_num_free_cmd()
554 typhoon_num_free_resp(struct typhoon *tp) in typhoon_num_free_resp()
570 typhoon_issue_command(struct typhoon *tp, int num_cmd, struct cmd_desc *cmd, in typhoon_issue_command()
708 struct typhoon *tp = netdev_priv(dev); in typhoon_start_tx()
855 struct typhoon *tp = netdev_priv(dev); in typhoon_set_rx_mode()
892 typhoon_do_get_stats(struct typhoon *tp) in typhoon_do_get_stats()
946 struct typhoon *tp = netdev_priv(dev); in typhoon_get_stats()
965 struct typhoon *tp = netdev_priv(dev); in typhoon_get_drvinfo()
995 struct typhoon *tp = netdev_priv(dev); in typhoon_get_link_ksettings()
1057 struct typhoon *tp = netdev_priv(dev); in typhoon_set_link_ksettings()
1107 struct typhoon *tp = netdev_priv(dev); in typhoon_get_wol()
1121 struct typhoon *tp = netdev_priv(dev); in typhoon_set_wol()
1179 typhoon_init_interface(struct typhoon *tp) in typhoon_init_interface()
1249 typhoon_init_rings(struct typhoon *tp) in typhoon_init_rings()
1268 typhoon_request_firmware(struct typhoon *tp) in typhoon_request_firmware()
1326 typhoon_download_firmware(struct typhoon *tp) in typhoon_download_firmware()
1466 typhoon_boot_3XP(struct typhoon *tp, u32 initial_status) in typhoon_boot_3XP()
1502 typhoon_clean_tx(struct typhoon *tp, struct transmit_ring *txRing, in typhoon_clean_tx()
1538 typhoon_tx_complete(struct typhoon *tp, struct transmit_ring *txRing, in typhoon_tx_complete()
1555 typhoon_recycle_rx_skb(struct typhoon *tp, u32 idx) in typhoon_recycle_rx_skb()
1582 typhoon_alloc_rx_skb(struct typhoon *tp, u32 idx) in typhoon_alloc_rx_skb()
1628 typhoon_rx(struct typhoon *tp, struct basic_ring *rxRing, volatile __le32 * ready, in typhoon_rx()
1704 typhoon_fill_free_ring(struct typhoon *tp) in typhoon_fill_free_ring()
1720 struct typhoon *tp = container_of(napi, struct typhoon, napi); in typhoon_poll()
1762 struct typhoon *tp = netdev_priv(dev); in typhoon_interrupt()
1783 typhoon_free_rx_rings(struct typhoon *tp) in typhoon_free_rx_rings()
1799 typhoon_sleep_early(struct typhoon *tp, __le16 events) in typhoon_sleep_early()
1833 typhoon_sleep(struct typhoon *tp, pci_power_t state, __le16 events) in typhoon_sleep()
1848 typhoon_wakeup(struct typhoon *tp, int wait_type) in typhoon_wakeup()
1865 typhoon_start_runtime(struct typhoon *tp) in typhoon_start_runtime()
1957 typhoon_stop_runtime(struct typhoon *tp, int wait_type) in typhoon_stop_runtime()
2020 struct typhoon *tp = netdev_priv(dev); in typhoon_tx_timeout()
2048 struct typhoon *tp = netdev_priv(dev); in typhoon_open()
2100 struct typhoon *tp = netdev_priv(dev); in typhoon_close()
2127 struct typhoon *tp = netdev_priv(dev); in typhoon_resume()
2157 struct typhoon *tp = netdev_priv(dev); in typhoon_suspend()
2293 struct typhoon *tp; in typhoon_init_one()
2549 struct typhoon *tp = netdev_priv(dev); in typhoon_remove_one()