Home
last modified time | relevance | path

Searched refs:cfg_cmd (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c620 cfg_cmd.flags |= in iwl_mvm_rs_fw_rate_init()
643 &cfg_cmd); in iwl_mvm_rs_fw_rate_init()
656 cfg_cmd.sta_id, cfg_cmd.max_ch_width, cfg_cmd.mode); in iwl_mvm_rs_fw_rate_init()
658 cfg_cmd.chains, cfg_cmd.sgi_ch_width_supp, cfg_cmd.flags); in iwl_mvm_rs_fw_rate_init()
660 cfg_cmd.max_mpdu_len, cfg_cmd.non_ht_rates, cfg_cmd.max_tx_op); in iwl_mvm_rs_fw_rate_init()
662 cfg_cmd.ht_rates[0][0], cfg_cmd.ht_rates[1][0]); in iwl_mvm_rs_fw_rate_init()
664 cfg_cmd.ht_rates[0][1], cfg_cmd.ht_rates[1][1]); in iwl_mvm_rs_fw_rate_init()
666 cfg_cmd.ht_rates[0][2], cfg_cmd.ht_rates[1][2]); in iwl_mvm_rs_fw_rate_init()
669 sizeof(cfg_cmd), &cfg_cmd); in iwl_mvm_rs_fw_rate_init()
674 .mode = cfg_cmd.mode, in iwl_mvm_rs_fw_rate_init()
[all …]
/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c416 cfg_cmd->cmd_status = 0; in init586()
418 cfg_cmd->cmd_link = 0xffff; in init586()
424 cfg_cmd->priority = 0x00; in init586()
425 cfg_cmd->ifs = 0x60; in init586()
426 cfg_cmd->time_low = 0x00; in init586()
427 cfg_cmd->time_high = 0xf2; in init586()
428 cfg_cmd->promisc = 0; in init586()
433 cfg_cmd->promisc = 1; in init586()
437 cfg_cmd->promisc = 1; in init586()
438 cfg_cmd->carr_coll = 0x00; in init586()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1792 struct wlan_pwr_cfg cfg_cmd; in rtl_hal_pwrseqcmdparsing() local
1801 cfg_cmd = pwrcfgcmd[ary_idx]; in rtl_hal_pwrseqcmdparsing()
1805 GET_PWR_CFG_OFFSET(cfg_cmd), in rtl_hal_pwrseqcmdparsing()
1806 GET_PWR_CFG_CUT_MASK(cfg_cmd), in rtl_hal_pwrseqcmdparsing()
1807 GET_PWR_CFG_FAB_MASK(cfg_cmd), in rtl_hal_pwrseqcmdparsing()
1809 GET_PWR_CFG_BASE(cfg_cmd), GET_PWR_CFG_CMD(cfg_cmd), in rtl_hal_pwrseqcmdparsing()
1810 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()
1815 switch (GET_PWR_CFG_CMD(cfg_cmd)) { in rtl_hal_pwrseqcmdparsing()
1829 GET_PWR_CFG_MASK(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()
1846 GET_PWR_CFG_MASK(cfg_cmd))) in rtl_hal_pwrseqcmdparsing()
[all …]
/openbmc/u-boot/drivers/net/
H A Deepro100.c478 struct descriptor *ias_cmd, *cfg_cmd; in eepro100_init() local
521 cfg_cmd = (struct descriptor *) &tx_ring[tx_cur]; in eepro100_init()
522 cfg_cmd->command = cpu_to_le16 ((CONFIG_SYS_CMD_SUSPEND | CONFIG_SYS_CMD_CONFIGURE)); in eepro100_init()
523 cfg_cmd->status = 0; in eepro100_init()
524 cfg_cmd->link = cpu_to_le32 (phys_to_bus ((u32) & tx_ring[tx_next])); in eepro100_init()
526 memcpy (cfg_cmd->params, i82558_config_cmd, in eepro100_init()
/openbmc/linux/drivers/usb/host/
H A Dxhci.c3078 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() local
3122 cfg_cmd = xhci_alloc_command_with_ctx(xhci, true, GFP_NOWAIT); in xhci_endpoint_reset()
3123 if (!cfg_cmd) in xhci_endpoint_reset()
3140 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset()
3148 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset()
3162 ctrl_ctx = xhci_get_input_control_ctx(cfg_cmd->in_ctx); in xhci_endpoint_reset()
3165 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset()
3175 err = xhci_queue_configure_endpoint(xhci, cfg_cmd, cfg_cmd->in_ctx->dma, in xhci_endpoint_reset()
3179 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset()
3188 wait_for_completion(cfg_cmd->completion); in xhci_endpoint_reset()
[all …]