Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c856 struct cmd_desc xp_cmd; in typhoon_set_rx_mode() local
876 INIT_COMMAND_NO_RESPONSE(&xp_cmd, in typhoon_set_rx_mode()
878 xp_cmd.parm1 = TYPHOON_MCAST_HASH_SET; in typhoon_set_rx_mode()
879 xp_cmd.parm2 = cpu_to_le32(mc_filter[0]); in typhoon_set_rx_mode()
880 xp_cmd.parm3 = cpu_to_le32(mc_filter[1]); in typhoon_set_rx_mode()
881 typhoon_issue_command(tp, 1, &xp_cmd, 0, NULL); in typhoon_set_rx_mode()
886 INIT_COMMAND_WITH_RESPONSE(&xp_cmd, TYPHOON_CMD_SET_RX_FILTER); in typhoon_set_rx_mode()
887 xp_cmd.parm1 = filter; in typhoon_set_rx_mode()
888 typhoon_issue_command(tp, 1, &xp_cmd, 0, NULL); in typhoon_set_rx_mode()
896 struct cmd_desc xp_cmd; in typhoon_do_get_stats() local
967 struct cmd_desc xp_cmd; typhoon_get_drvinfo() local
1059 struct cmd_desc xp_cmd; typhoon_set_link_ksettings() local
1802 struct cmd_desc xp_cmd; typhoon_sleep_early() local
1869 struct cmd_desc xp_cmd; typhoon_start_runtime() local
1962 struct cmd_desc xp_cmd; typhoon_stop_runtime() local
2158 struct cmd_desc xp_cmd; typhoon_suspend() local
2299 struct cmd_desc xp_cmd; typhoon_init_one() local
[all...]