Lines Matching refs:cmd_desc
81 #define COMMAND_RING_SIZE (COMMAND_ENTRIES * sizeof(struct cmd_desc))
247 struct cmd_desc cmd[COMMAND_ENTRIES] __3xp_aligned;
340 *index += count * sizeof(struct cmd_desc); in typhoon_inc_index()
341 *index %= num_entries * sizeof(struct cmd_desc); in typhoon_inc_index()
462 struct cmd_desc *cmd; in typhoon_hello()
469 cmd = (struct cmd_desc *)(ring->ringBase + ring->lastWrite); in typhoon_hello()
544 lastWrite /= sizeof(struct cmd_desc); in typhoon_num_free()
545 lastRead /= sizeof(struct cmd_desc); in typhoon_num_free()
575 typhoon_issue_command(struct typhoon *tp, int num_cmd, struct cmd_desc *cmd, in typhoon_issue_command()
618 struct cmd_desc *wrap_ptr = cmd; in typhoon_issue_command()
861 struct cmd_desc xp_cmd; in typhoon_set_rx_mode()
901 struct cmd_desc xp_cmd; in typhoon_do_get_stats()
972 struct cmd_desc xp_cmd; in typhoon_get_drvinfo()
1064 struct cmd_desc xp_cmd; in typhoon_set_link_ksettings()
1805 struct cmd_desc xp_cmd; in typhoon_sleep_early()
1872 struct cmd_desc xp_cmd; in typhoon_start_runtime()
1965 struct cmd_desc xp_cmd; in typhoon_stop_runtime()
2161 struct cmd_desc xp_cmd; in typhoon_suspend()
2282 struct cmd_desc xp_cmd; in typhoon_init_one()