Lines Matching refs:cmd_desc
70 #define COMMAND_RING_SIZE (COMMAND_ENTRIES * sizeof(struct cmd_desc))
241 struct cmd_desc cmd[COMMAND_ENTRIES] __3xp_aligned;
344 *index += count * sizeof(struct cmd_desc); in typhoon_inc_index()
345 *index %= num_entries * sizeof(struct cmd_desc); in typhoon_inc_index()
466 struct cmd_desc *cmd; in typhoon_hello()
473 cmd = (struct cmd_desc *)(ring->ringBase + ring->lastWrite); in typhoon_hello()
548 lastWrite /= sizeof(struct cmd_desc); in typhoon_num_free()
549 lastRead /= sizeof(struct cmd_desc); in typhoon_num_free()
579 typhoon_issue_command(struct typhoon *tp, int num_cmd, struct cmd_desc *cmd, in typhoon_issue_command()
623 struct cmd_desc *wrap_ptr = cmd; in typhoon_issue_command()
698 struct cmd_desc xp_cmd; in typhoon_vlan_rx_register()
918 struct cmd_desc xp_cmd; in typhoon_set_rx_mode()
962 struct cmd_desc xp_cmd; in typhoon_do_get_stats()
1043 struct cmd_desc xp_cmd; in typhoon_ethtool_gdrvinfo()
1121 struct cmd_desc xp_cmd; in typhoon_ethtool_sset()
1857 struct cmd_desc xp_cmd; in typhoon_sleep()
1916 struct cmd_desc xp_cmd; in typhoon_start_runtime()
2011 struct cmd_desc xp_cmd; in typhoon_stop_runtime()
2205 struct cmd_desc xp_cmd; in typhoon_suspend()
2282 struct cmd_desc xp_cmd; in typhoon_init_one()