Home
last modified time | relevance | path

Searched refs:cmd_cmd (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/i825xx/
Dsun3_82586.h207 unsigned short cmd_cmd; /* the command itself (+bits) */ member
217 unsigned short cmd_cmd; member
228 unsigned short cmd_cmd; member
250 unsigned short cmd_cmd; member
262 unsigned short cmd_cmd; member
273 unsigned short cmd_cmd; member
293 unsigned short cmd_cmd; member
Dsun3_82586.c417 cfg_cmd->cmd_cmd = swab16(CMD_CONFIGURE | CMD_LAST); in init586()
461 ias_cmd->cmd_cmd = swab16(CMD_IASETUP | CMD_LAST); in init586()
485 tdr_cmd->cmd_cmd = swab16(CMD_TDR | CMD_LAST); in init586()
529 mc_cmd->cmd_cmd = swab16(CMD_MCSETUP | CMD_LAST); in init586()
555 p->nop_cmds[i]->cmd_cmd = swab16(CMD_NOP); in init586()
564 p->nop_cmds[i]->cmd_cmd = swab16(CMD_NOP); in init586()
593 p->xmit_cmds[i]->cmd_cmd = swab16(CMD_XMIT | CMD_INT); in init586()
615 p->xmit_cmds[0]->cmd_cmd = swab16(CMD_XMIT | CMD_SUSPEND | CMD_INT); in init586()
1167 dump_cmd->cmd_cmd = CMD_DUMP | CMD_LAST;