Searched refs:xp_cmd (Results 1 – 1 of 1) sorted by relevance
698 struct cmd_desc xp_cmd; in typhoon_vlan_rx_register() local716 INIT_COMMAND_WITH_RESPONSE(&xp_cmd, in typhoon_vlan_rx_register()718 xp_cmd.parm2 = tp->offload; in typhoon_vlan_rx_register()719 xp_cmd.parm3 = tp->offload; in typhoon_vlan_rx_register()721 err = typhoon_issue_command(tp, 1, &xp_cmd, 0, NULL); in typhoon_vlan_rx_register()918 struct cmd_desc xp_cmd; in typhoon_set_rx_mode() local942 INIT_COMMAND_NO_RESPONSE(&xp_cmd, in typhoon_set_rx_mode()944 xp_cmd.parm1 = TYPHOON_MCAST_HASH_SET; in typhoon_set_rx_mode()945 xp_cmd.parm2 = cpu_to_le32(mc_filter[0]); in typhoon_set_rx_mode()946 xp_cmd.parm3 = cpu_to_le32(mc_filter[1]); in typhoon_set_rx_mode()[all …]