Lines Matching refs:cmd_desc
81 #define COMMAND_RING_SIZE (COMMAND_ENTRIES * sizeof(struct cmd_desc))
242 struct cmd_desc cmd[COMMAND_ENTRIES] __3xp_aligned;
335 *index += count * sizeof(struct cmd_desc); in typhoon_inc_index()
336 *index %= num_entries * sizeof(struct cmd_desc); in typhoon_inc_index()
457 struct cmd_desc *cmd; in typhoon_hello()
464 cmd = (struct cmd_desc *)(ring->ringBase + ring->lastWrite); in typhoon_hello()
539 lastWrite /= sizeof(struct cmd_desc); in typhoon_num_free()
540 lastRead /= sizeof(struct cmd_desc); in typhoon_num_free()
570 typhoon_issue_command(struct typhoon *tp, int num_cmd, struct cmd_desc *cmd, in typhoon_issue_command()
613 struct cmd_desc *wrap_ptr = cmd; in typhoon_issue_command()
856 struct cmd_desc xp_cmd; in typhoon_set_rx_mode()
896 struct cmd_desc xp_cmd; in typhoon_do_get_stats()
967 struct cmd_desc xp_cmd; in typhoon_get_drvinfo()
1059 struct cmd_desc xp_cmd; in typhoon_set_link_ksettings()
1802 struct cmd_desc xp_cmd; in typhoon_sleep_early()
1869 struct cmd_desc xp_cmd; in typhoon_start_runtime()
1962 struct cmd_desc xp_cmd; in typhoon_stop_runtime()
2158 struct cmd_desc xp_cmd; in typhoon_suspend()
2299 struct cmd_desc xp_cmd; in typhoon_init_one()