Home
last modified time | relevance | path

Searched refs:cmd_desc (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dtyphoon.h312 struct cmd_desc { struct
360 do { struct cmd_desc *_ptr = (x); \ argument
361 memset(_ptr, 0, sizeof(struct cmd_desc)); \
368 do { struct cmd_desc *_ptr = (x); \
369 memset(_ptr, 0, sizeof(struct cmd_desc)); \
Dtyphoon.c70 #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()
[all …]
/linux-2.4.37.9/arch/alpha/kernel/
Dcore_cia.c1119 static const char * const cmd_desc[16] = { in cia_decode_parity_error() local
1134 cmd = cmd_desc[(cia->cpu_err1 >> 8) & 0xF]; in cia_decode_parity_error()