mc_cmd 323 drivers/net/ethernet/i825xx/82596.c struct mc_cmd mc_cmd; mc_cmd 1497 drivers/net/ethernet/i825xx/82596.c struct mc_cmd *cmd; mc_cmd 1499 drivers/net/ethernet/i825xx/82596.c if (wait_cfg(dev, &lp->mc_cmd.cmd, 1000, "multicast list change request timed out")) mc_cmd 1501 drivers/net/ethernet/i825xx/82596.c cmd = &lp->mc_cmd; mc_cmd 307 drivers/net/ethernet/i825xx/lib82596.c struct mc_cmd mc_cmd __attribute__((aligned(32))); mc_cmd 1390 drivers/net/ethernet/i825xx/lib82596.c struct mc_cmd *cmd; mc_cmd 1392 drivers/net/ethernet/i825xx/lib82596.c cmd = &dma->mc_cmd; mc_cmd 1407 drivers/net/ethernet/i825xx/lib82596.c DMA_WBACK_INV(dev, &dma->mc_cmd, sizeof(struct mc_cmd)); mc_cmd 412 drivers/net/ethernet/i825xx/sun3_82586.c volatile struct mcsetup_cmd_struct *mc_cmd; mc_cmd 530 drivers/net/ethernet/i825xx/sun3_82586.c mc_cmd = (struct mcsetup_cmd_struct *) ptr; mc_cmd 531 drivers/net/ethernet/i825xx/sun3_82586.c mc_cmd->cmd_status = 0; mc_cmd 532 drivers/net/ethernet/i825xx/sun3_82586.c mc_cmd->cmd_cmd = swab16(CMD_MCSETUP | CMD_LAST); mc_cmd 533 drivers/net/ethernet/i825xx/sun3_82586.c mc_cmd->cmd_link = 0xffff; mc_cmd 534 drivers/net/ethernet/i825xx/sun3_82586.c mc_cmd->mc_cnt = swab16(num_addrs * 6); mc_cmd 538 drivers/net/ethernet/i825xx/sun3_82586.c memcpy((char *) mc_cmd->mc_list[i++], mc_cmd 541 drivers/net/ethernet/i825xx/sun3_82586.c p->scb->cbl_offset = make16(mc_cmd); mc_cmd 545 drivers/net/ethernet/i825xx/sun3_82586.c WAIT_4_STAT_COMPL(mc_cmd); mc_cmd 547 drivers/net/ethernet/i825xx/sun3_82586.c if( (swab16(mc_cmd->cmd_status) & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) )