Home
last modified time | relevance | path

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

/Linux-v4.19/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.c420 cfg_cmd->cmd_cmd = swab16(CMD_CONFIGURE | CMD_LAST); in init586()
464 ias_cmd->cmd_cmd = swab16(CMD_IASETUP | CMD_LAST); in init586()
488 tdr_cmd->cmd_cmd = swab16(CMD_TDR | CMD_LAST); in init586()
532 mc_cmd->cmd_cmd = swab16(CMD_MCSETUP | CMD_LAST); in init586()
558 p->nop_cmds[i]->cmd_cmd = swab16(CMD_NOP); in init586()
567 p->nop_cmds[i]->cmd_cmd = swab16(CMD_NOP); in init586()
596 p->xmit_cmds[i]->cmd_cmd = swab16(CMD_XMIT | CMD_INT); in init586()
618 p->xmit_cmds[0]->cmd_cmd = swab16(CMD_XMIT | CMD_SUSPEND | CMD_INT); in init586()
1170 dump_cmd->cmd_cmd = CMD_DUMP | CMD_LAST;