Home
last modified time | relevance | path

Searched refs:cfg_cmd (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c595 struct iwl_tlc_config_cmd_v4 cfg_cmd = { in iwl_mvm_rs_fw_rate_init() local
620 cfg_cmd.flags |= in iwl_mvm_rs_fw_rate_init()
631 cfg_cmd.sta_id = mvm_link_sta->sta_id; 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 in iwl_mvm_rs_fw_rate_init()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c409 volatile struct configure_cmd_struct *cfg_cmd; in init586() local
418 cfg_cmd = (struct configure_cmd_struct *)ptr; /* configure-command */ in init586()
419 cfg_cmd->cmd_status = 0; in init586()
420 cfg_cmd->cmd_cmd = swab16(CMD_CONFIGURE | CMD_LAST); in init586()
421 cfg_cmd->cmd_link = 0xffff; in init586()
423 cfg_cmd->byte_cnt = 0x0a; /* number of cfg bytes */ in init586()
424 cfg_cmd->fifo = fifo; /* fifo-limit (8=tx:32/rx:64) */ in init586()
425 cfg_cmd->sav_bf = 0x40; /* hold or discard bad recv frames (bit 7) */ in init586()
426 cfg_cmd->adr_len = 0x2e; /* addr_len |!src_insert |pre-len |loopback */ in init586()
427 cfg_cmd in init586()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c406 volatile struct configure_cmd_struct *cfg_cmd; in init586() local
415 cfg_cmd = (struct configure_cmd_struct *)ptr; /* configure-command */ in init586()
416 cfg_cmd->cmd_status = 0; in init586()
417 cfg_cmd->cmd_cmd = swab16(CMD_CONFIGURE | CMD_LAST); in init586()
418 cfg_cmd->cmd_link = 0xffff; in init586()
420 cfg_cmd->byte_cnt = 0x0a; /* number of cfg bytes */ in init586()
421 cfg_cmd->fifo = fifo; /* fifo-limit (8=tx:32/rx:64) */ in init586()
422 cfg_cmd->sav_bf = 0x40; /* hold or discard bad recv frames (bit 7) */ in init586()
423 cfg_cmd->adr_len = 0x2e; /* addr_len |!src_insert |pre-len |loopback */ in init586()
424 cfg_cmd in init586()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1760 struct wlan_pwr_cfg cfg_cmd; in rtl_hal_pwrseqcmdparsing() local
1769 cfg_cmd = pwrcfgcmd[ary_idx]; in rtl_hal_pwrseqcmdparsing()
1773 GET_PWR_CFG_OFFSET(cfg_cmd), in rtl_hal_pwrseqcmdparsing()
1774 GET_PWR_CFG_CUT_MASK(cfg_cmd), in rtl_hal_pwrseqcmdparsing()
1775 GET_PWR_CFG_FAB_MASK(cfg_cmd), in rtl_hal_pwrseqcmdparsing()
1776 GET_PWR_CFG_INTF_MASK(cfg_cmd), in rtl_hal_pwrseqcmdparsing()
1777 GET_PWR_CFG_BASE(cfg_cmd), GET_PWR_CFG_CMD(cfg_cmd), in rtl_hal_pwrseqcmdparsing()
1778 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()
[all...]
/kernel/linux/linux-6.6/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()
1808 GET_PWR_CFG_INTF_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()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c460 struct iwl_tlc_config_cmd cfg_cmd = { in rs_fw_rate_init() local
471 u16 cmd_size = sizeof(cfg_cmd); in rs_fw_rate_init()
483 rs_fw_set_supp_rates(sta, sband, &cfg_cmd); in rs_fw_rate_init()
492 &cfg_cmd); in rs_fw_rate_init()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.c3184 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() local
3230 cfg_cmd = xhci_alloc_command_with_ctx(xhci, true, GFP_NOWAIT); in xhci_endpoint_reset()
3231 if (!cfg_cmd) in xhci_endpoint_reset()
3248 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset()
3256 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset()
3270 ctrl_ctx = xhci_get_input_control_ctx(cfg_cmd->in_ctx); in xhci_endpoint_reset()
3273 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset()
3279 xhci_setup_input_ctx_for_config_ep(xhci, cfg_cmd->in_ctx, vdev->out_ctx, in xhci_endpoint_reset()
3281 xhci_endpoint_copy(xhci, cfg_cmd->in_ctx, vdev->out_ctx, ep_index); in xhci_endpoint_reset()
3283 err = xhci_queue_configure_endpoint(xhci, cfg_cmd, cfg_cm in xhci_endpoint_reset()
[all...]
/kernel/linux/linux-6.6/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()
3171 xhci_setup_input_ctx_for_config_ep(xhci, cfg_cmd->in_ctx, vdev->out_ctx, in xhci_endpoint_reset()
3173 xhci_endpoint_copy(xhci, cfg_cmd->in_ctx, vdev->out_ctx, ep_index); in xhci_endpoint_reset()
3175 err = xhci_queue_configure_endpoint(xhci, cfg_cmd, cfg_cm in xhci_endpoint_reset()
[all...]

Completed in 18 milliseconds