Lines Matching refs:cmd_desc
81 #define COMMAND_RING_SIZE (COMMAND_ENTRIES * sizeof(struct cmd_desc))
248 struct cmd_desc cmd[COMMAND_ENTRIES] __3xp_aligned;
342 *index += count * sizeof(struct cmd_desc); in typhoon_inc_index()
343 *index %= num_entries * sizeof(struct cmd_desc); in typhoon_inc_index()
464 struct cmd_desc *cmd; in typhoon_hello()
471 cmd = (struct cmd_desc *)(ring->ringBase + ring->lastWrite); in typhoon_hello()
546 lastWrite /= sizeof(struct cmd_desc); in typhoon_num_free()
547 lastRead /= sizeof(struct cmd_desc); in typhoon_num_free()
577 typhoon_issue_command(struct typhoon *tp, int num_cmd, struct cmd_desc *cmd, in typhoon_issue_command()
620 struct cmd_desc *wrap_ptr = cmd; in typhoon_issue_command()
863 struct cmd_desc xp_cmd; in typhoon_set_rx_mode()
903 struct cmd_desc xp_cmd; in typhoon_do_get_stats()
974 struct cmd_desc xp_cmd; in typhoon_get_drvinfo()
1061 struct cmd_desc xp_cmd; in typhoon_set_settings()
1805 struct cmd_desc xp_cmd; in typhoon_sleep()
1863 struct cmd_desc xp_cmd; in typhoon_start_runtime()
1956 struct cmd_desc xp_cmd; in typhoon_stop_runtime()
2149 struct cmd_desc xp_cmd; in typhoon_suspend()
2270 struct cmd_desc xp_cmd; in typhoon_init_one()