cfg_cmd           409 drivers/net/ethernet/i825xx/sun3_82586.c 	volatile struct configure_cmd_struct	*cfg_cmd;
cfg_cmd           418 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd = (struct configure_cmd_struct *)ptr; /* configure-command */
cfg_cmd           419 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->cmd_status	= 0;
cfg_cmd           420 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->cmd_cmd	= swab16(CMD_CONFIGURE | CMD_LAST);
cfg_cmd           421 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->cmd_link	= 0xffff;
cfg_cmd           423 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->byte_cnt	= 0x0a; /* number of cfg bytes */
cfg_cmd           424 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->fifo		= fifo; /* fifo-limit (8=tx:32/rx:64) */
cfg_cmd           425 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->sav_bf		= 0x40; /* hold or discard bad recv frames (bit 7) */
cfg_cmd           426 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->adr_len	= 0x2e; /* addr_len |!src_insert |pre-len |loopback */
cfg_cmd           427 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->priority	= 0x00;
cfg_cmd           428 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->ifs		= 0x60;
cfg_cmd           429 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->time_low	= 0x00;
cfg_cmd           430 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->time_high	= 0xf2;
cfg_cmd           431 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->promisc	= 0;
cfg_cmd           436 drivers/net/ethernet/i825xx/sun3_82586.c 			cfg_cmd->promisc = 1;
cfg_cmd           440 drivers/net/ethernet/i825xx/sun3_82586.c 		cfg_cmd->promisc = 1;
cfg_cmd           441 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->carr_coll	= 0x00;
cfg_cmd           443 drivers/net/ethernet/i825xx/sun3_82586.c 	p->scb->cbl_offset	= make16(cfg_cmd);
cfg_cmd           449 drivers/net/ethernet/i825xx/sun3_82586.c 	WAIT_4_STAT_COMPL(cfg_cmd);
cfg_cmd           451 drivers/net/ethernet/i825xx/sun3_82586.c 	if((swab16(cfg_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_COMPL|STAT_OK))
cfg_cmd           453 drivers/net/ethernet/i825xx/sun3_82586.c 		printk("%s: configure command failed: %x\n",dev->name,swab16(cfg_cmd->cmd_status));
cfg_cmd           444 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c 	struct iwl_tlc_config_cmd cfg_cmd = {
cfg_cmd           461 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c 	rs_fw_set_supp_rates(sta, sband, &cfg_cmd);
cfg_cmd           469 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c 	ret = iwl_mvm_send_cmd_pdu(mvm, cmd_id, CMD_ASYNC, sizeof(cfg_cmd),
cfg_cmd           470 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c 				   &cfg_cmd);
cfg_cmd          1758 drivers/net/wireless/realtek/rtlwifi/core.c 	struct wlan_pwr_cfg cfg_cmd;
cfg_cmd          1767 drivers/net/wireless/realtek/rtlwifi/core.c 		cfg_cmd = pwrcfgcmd[ary_idx];
cfg_cmd          1770 drivers/net/wireless/realtek/rtlwifi/core.c 			 GET_PWR_CFG_OFFSET(cfg_cmd),
cfg_cmd          1771 drivers/net/wireless/realtek/rtlwifi/core.c 					    GET_PWR_CFG_CUT_MASK(cfg_cmd),
cfg_cmd          1772 drivers/net/wireless/realtek/rtlwifi/core.c 			 GET_PWR_CFG_FAB_MASK(cfg_cmd),
cfg_cmd          1773 drivers/net/wireless/realtek/rtlwifi/core.c 					      GET_PWR_CFG_INTF_MASK(cfg_cmd),
cfg_cmd          1774 drivers/net/wireless/realtek/rtlwifi/core.c 			 GET_PWR_CFG_BASE(cfg_cmd), GET_PWR_CFG_CMD(cfg_cmd),
cfg_cmd          1775 drivers/net/wireless/realtek/rtlwifi/core.c 			 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd));
cfg_cmd          1777 drivers/net/wireless/realtek/rtlwifi/core.c 		if ((GET_PWR_CFG_FAB_MASK(cfg_cmd)&faversion) &&
cfg_cmd          1778 drivers/net/wireless/realtek/rtlwifi/core.c 		    (GET_PWR_CFG_CUT_MASK(cfg_cmd)&cut_version) &&
cfg_cmd          1779 drivers/net/wireless/realtek/rtlwifi/core.c 		    (GET_PWR_CFG_INTF_MASK(cfg_cmd)&interface_type)) {
cfg_cmd          1780 drivers/net/wireless/realtek/rtlwifi/core.c 			switch (GET_PWR_CFG_CMD(cfg_cmd)) {
cfg_cmd          1788 drivers/net/wireless/realtek/rtlwifi/core.c 				offset = GET_PWR_CFG_OFFSET(cfg_cmd);
cfg_cmd          1792 drivers/net/wireless/realtek/rtlwifi/core.c 				value &= (~(GET_PWR_CFG_MASK(cfg_cmd)));
cfg_cmd          1793 drivers/net/wireless/realtek/rtlwifi/core.c 				value |= (GET_PWR_CFG_VALUE(cfg_cmd) &
cfg_cmd          1794 drivers/net/wireless/realtek/rtlwifi/core.c 					  GET_PWR_CFG_MASK(cfg_cmd));
cfg_cmd          1803 drivers/net/wireless/realtek/rtlwifi/core.c 				offset = GET_PWR_CFG_OFFSET(cfg_cmd);
cfg_cmd          1808 drivers/net/wireless/realtek/rtlwifi/core.c 					value &= GET_PWR_CFG_MASK(cfg_cmd);
cfg_cmd          1810 drivers/net/wireless/realtek/rtlwifi/core.c 					    (GET_PWR_CFG_VALUE(cfg_cmd) &
cfg_cmd          1811 drivers/net/wireless/realtek/rtlwifi/core.c 					     GET_PWR_CFG_MASK(cfg_cmd)))
cfg_cmd          1823 drivers/net/wireless/realtek/rtlwifi/core.c 				if (GET_PWR_CFG_VALUE(cfg_cmd) ==
cfg_cmd          1825 drivers/net/wireless/realtek/rtlwifi/core.c 					udelay(GET_PWR_CFG_OFFSET(cfg_cmd));
cfg_cmd          1827 drivers/net/wireless/realtek/rtlwifi/core.c 					mdelay(GET_PWR_CFG_OFFSET(cfg_cmd));
cfg_cmd          3135 drivers/usb/host/xhci.c 	struct xhci_command *stop_cmd, *cfg_cmd;
cfg_cmd          3178 drivers/usb/host/xhci.c 	cfg_cmd = xhci_alloc_command_with_ctx(xhci, true, GFP_NOWAIT);
cfg_cmd          3179 drivers/usb/host/xhci.c 	if (!cfg_cmd)
cfg_cmd          3196 drivers/usb/host/xhci.c 		xhci_free_command(xhci, cfg_cmd);
cfg_cmd          3204 drivers/usb/host/xhci.c 		xhci_free_command(xhci, cfg_cmd);
cfg_cmd          3218 drivers/usb/host/xhci.c 	ctrl_ctx = xhci_get_input_control_ctx(cfg_cmd->in_ctx);
cfg_cmd          3219 drivers/usb/host/xhci.c 	xhci_setup_input_ctx_for_config_ep(xhci, cfg_cmd->in_ctx, vdev->out_ctx,
cfg_cmd          3221 drivers/usb/host/xhci.c 	xhci_endpoint_copy(xhci, cfg_cmd->in_ctx, vdev->out_ctx, ep_index);
cfg_cmd          3223 drivers/usb/host/xhci.c 	err = xhci_queue_configure_endpoint(xhci, cfg_cmd, cfg_cmd->in_ctx->dma,
cfg_cmd          3227 drivers/usb/host/xhci.c 		xhci_free_command(xhci, cfg_cmd);
cfg_cmd          3236 drivers/usb/host/xhci.c 	wait_for_completion(cfg_cmd->completion);
cfg_cmd          3239 drivers/usb/host/xhci.c 	xhci_free_command(xhci, cfg_cmd);